taosdata / taos-connector-python

TDengine connector for Python
https://www.taosdata.com/cn/documentation/connector#python
MIT License
46 stars 13 forks source link

Importing pandas dataframe on TDengine. #172

Open michelescarlato opened 1 year ago

michelescarlato commented 1 year ago

Hi there,

I was wondering if there is a way to import pandas dataframes. I saw how to export data into a dataframe but couldn't find the reverse.

Thanks.

sangshuduo commented 1 year ago

So far there is no official way to do that but I think it's very easy with lines of Python code. I am personally keen to leave the flexibility to user.