kszucs / pandahouse

Pandas interface for Clickhouse database
MIT License
229 stars 70 forks source link

read_clickhouse converts empty string to Nan #2

Open r7ar7a opened 7 years ago

r7ar7a commented 7 years ago

If a read_clickhouse query selects a String column with some empty-string values, the result DataFrame will contain Nan values instead of these empty strings.