-
Notifications
You must be signed in to change notification settings - Fork 12
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
Joyclyn Ogbonna - Bokeh Micro Task Contribution for NYC Taxi Trip Data Visualisation. #36
Comments
Hi @JoyclynUjunwaOgbonna Thanks for your patience, I unfortunately ended up being quite sick all week. Thank you for this submission, the micro-task is satisfied. Quick thoguhts: I think you show a good command of Bokeh APIs including categorical and timeseries data, as well as things like color mappers. In general I think most areas for some improvements might be around presentation e.g.
|
Hi @bryevdv Sorry about your health, I wish you a quick recovery. Thank you for taking your time to review and give your feedback. I'll will work on the presentation. Thanks. |
Hi @bryevdv I made changes to the plots. I'll appreciate your feedback. Thanks. |
Hi @bryevdv you can find my updated jupyter notebook on https://gist.github.com/JoyclynUjunwaOgbonna/6abfd29e14609d1aeac0f2eb81058135 |
Hi @bryevdv and @pavithraes I performed exploratory data analysis on a subset of the yellow taxi trip record October using bokeh plots such as line plot, bar plot, scatter plots. I'm excited to share these data visuals with you, it is my first attempt at creating interactive plot with Bokeh. I will appreciate your review and feedback.
You can find my jupyter notebook on https://gist.github.com/JoyclynUjunwaOgbonna/dff7989b441069634769ce2f7d4764db
Here are some plots from my notebook:
** A pie chart and a vertical bar sub plots**: examines the weekly trends in terms of trip proportation and amount.
Two dot plots: showing top 10 pick up and drop off locations
A plot with multiple glyph: this shows the frquency of pick-up and drop off time in hours and indicate rush hour
** Two histogram plots**: these show the distribution of fare amount and total amount.
A scatter plot: show relationship between fare amount and total amount
The text was updated successfully, but these errors were encountered: