-
Notifications
You must be signed in to change notification settings - Fork 123
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
Adds Pandas DF JSON materializer #347
Adds Pandas DF JSON materializer #347
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image in the notebook doesn't reflect what should be visualized. Otherwise the code looks great, thanks!
@skrawcz I think this was an issue with my PyCharm's Jupyter Notebook integration. I updated PyCharm and ran all the cells, so the checked-in notebook visualization should be updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change adds the PandasJsonWriter
to_json
function to the existing Pandas materializer example script and updates the materialization notebook.Changes
How I tested this
pytest tests/
Notes
N/A
Checklist