Python: Query data into dataframe #10
-
|
I am working on a database project using Python. I have tried to query data from the database and the queried output is stored inside the SqliteCloudResultSet which I need to turn into a dataframe manually to view the queried result easily. I am wondering whether these features can be added. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
danielebriggi
May 30, 2024
Replies: 1 comment 2 replies
-
|
Yes! In the next days we are going to release an update to the Is this solution the feature you are you looking for? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
danielebriggi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! In the next days we are going to release an update to the
sqlitecloudpackage.It will allow you to use the connection to SQLite Cloud directly into the Pandas dataframe like:
Is this solution the feature you are you looking for?