Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camelCase Row names become snake_case #92

Open
maksp-glitch opened this issue Aug 14, 2024 · 0 comments
Open

camelCase Row names become snake_case #92

maksp-glitch opened this issue Aug 14, 2024 · 0 comments

Comments

@maksp-glitch
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant