bokeh / outreach-programs

A space to coordinate outreach programs like Outreachy and Google Season of Docs.
9 stars 12 forks source link

Outreachy Contribution for Adrian Orioki #26

Open whoisorioki opened 1 year ago

whoisorioki commented 1 year ago

Summary

I worked on Micro task : https://github.com/bokeh/outreach-programs/issues/6 I was able to visualize the dataset using Bokeh. I converted the datetime column to Unix timestamps which made it possible for me to find the durations between pick up and drop off times. I also found the speed since we have the distance of the trip. I made visualizations using the distance, speed, durations, pick up and drop off times.

Here is the link to my GitHub gist: https://gist.github.com/whoisorioki/e72c772832bdc0cc638f9ad8975057a7

pavithraes commented 1 year ago

@whoisorioki Thank you for working on this microtask for your patience with our review. Your notebook looks great, and show how you've quickly familiarized yourself with Bokeh. :)

Some thoughts:

I liked the useful comments in your code, it made your work easy-to-follow. If you have the time, I'd encourage you to add some section headings for structure and notes about what you can infer from the plots for a story/flow in your notebook. :)

You've completed the microtask, please feel free to add this to your application after making any updates you see fit!