-
Hi, have an other question. For the python install you wrote"pip install "pycozo[embedded,pandas]", Q: How du I get Panada support? I mean, how can I read from Panda dataframes or write to Panda dataframes? |
Beta Was this translation helpful? Give feedback.
Answered by
zh217
Nov 14, 2022
Replies: 1 comment 1 reply
-
If you followed the instruction, then you should get back dataframe automatically when you query. There is no clear-cut way of writing dataframes into the database. It doesn't work that way. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
miaxhee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you followed the instruction, then you should get back dataframe automatically when you query.
There is no clear-cut way of writing dataframes into the database. It doesn't work that way.