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

Add pd.json_normalize to input types #1886

Open
lucasjamar opened this issue Dec 26, 2024 · 1 comment
Open

Add pd.json_normalize to input types #1886

lucasjamar opened this issue Dec 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@lucasjamar
Copy link

Is your feature request related to a problem? Please describe.
Add pd.json_normalize as input type. Currently from_dict is supported but from_dict does not support records format for some reason (even though it is accepted for to_dict) and json_normalize would allow more complex record_paths.

@lucasjamar lucasjamar added the enhancement New feature or request label Dec 26, 2024
@lucasjamar
Copy link
Author

Adding from_records could be a good intermediate step: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.from_records.html
pd.json_normalize still allows more complex JSON formats.

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

No branches or pull requests

1 participant