Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
chelsea-lin
left a comment
There was a problem hiding this comment.
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.
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.
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.
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.
Sure. Let's add more examples in the future.
chelsea-lin
left a comment
There was a problem hiding this comment.
LGTM with one nit comment. Thanks!
Also fixed broken links in the Covid notebook.