-
Notifications
You must be signed in to change notification settings - Fork 50
docs: add a visualization notebook to BigFrame samples #1675
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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 visualization examples in the notebooks are excellent – thanks!
To further demonstrate the robustness of our native visualization tools, could we include examples of more complex plot configurations? This would highlight that our tools support the full range of plotting functionalities available in pandas.
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.
To indicate this notebook is the recommended starting point, perhaps we could name it 'Tutorial' or 'Examples.' This would differentiate it from notebooks like 'bq_dataframes_covid_line_graphs.ipynb' which might be for more specific use cases.
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.
SG. Renamed to "tutorial.py"
@chelsea-lin I added an enhanced version of taxi scatter plot |
@@ -0,0 +1,1470 @@ | |||
{ |
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.
Maybe starting another section with title called "Advanced Plotting with Pandas and Matplotlib" to highlight the ability. The scatter
method is just one of examples?
Reply via ReviewNB
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.
Sure. Let's add more examples in the future.
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.
LGTM with one nit comment. Thanks!
Also fixed broken links in the Covid notebook.