You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using FASTAPI and SQLModel with Pandas.
I create dataframes and convert them to json before returning them.
I need to set the future = False otherwise pandas is unable to read sql.
Will this have any side effects on the framework?
Operating System
Linux
Operating System Details
No response
SQLModel Version
0.0.8
Python Version
3.8.10
Additional Context
No response
The text was updated successfully, but these errors were encountered:
First Check
Commit to Help
Example Code
Description
I am using FASTAPI and SQLModel with Pandas.
I create dataframes and convert them to json before returning them.
I need to set the future = False otherwise pandas is unable to read sql.
Will this have any side effects on the framework?
Operating System
Linux
Operating System Details
No response
SQLModel Version
0.0.8
Python Version
3.8.10
Additional Context
No response
The text was updated successfully, but these errors were encountered: