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 just started using the Pocketbase Python SDK for a machine learning tool i wanna build.
The Python SDK returns me an Record Model which i convert with vars(search_requests_record) to a dict. Then i stumbled upon the fact, that the python SDK gives me all my camelCase row names in snake_case back.
This is a real issue since all my pd.DataFrame checks have been written to fit the selected row names. Now i need to redo everything.
How come it converts to snake_case?
The text was updated successfully, but these errors were encountered:
I just started using the Pocketbase Python SDK for a machine learning tool i wanna build.
The Python SDK returns me an Record Model which i convert with vars(search_requests_record) to a dict. Then i stumbled upon the fact, that the python SDK gives me all my camelCase row names in snake_case back.
This is a real issue since all my pd.DataFrame checks have been written to fit the selected row names. Now i need to redo everything.
How come it converts to snake_case?
The text was updated successfully, but these errors were encountered: