kszucs / pandahouse

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

Change pd.read_table to pd.read_csv with sep='\t'. #18

Closed haakonvt closed 4 years ago

haakonvt commented 5 years ago

Reason: Deprecated since pandas version 0.24.0.

haakonvt commented 5 years ago

@kszucs

amonsat commented 5 years ago

why not merge this???

haakonvt commented 4 years ago

As of pandas version 0.25, pd.read_table is undeprecated...

Chianghao commented 4 years ago

why not merge this !!!

kszucs commented 4 years ago

Sorry, I have not seen the notifications.