View these notebooks via Jupyter nbviewer
Visualize Traffic Accidents in UK with Datashader: start with this one. It introduces you the power of big data visualization with Bokeh and Datashader, and other fundamental knowledges such as Geo Coordinates, Bounding Boxes, Web Mercator Projection, Plot Size, and more.
Visualize Traffic Accidents in UK by Road Types with Bokeh Datashader: Visualize UK Traffic Accident by Road Type. Use our own utils library to make our code smaller and more concise. Handy template Notebook.
Deploy Interactive Bokeh-Datashader Image as a Web Application: contains some of my own searches on deploying a Bokeh-Datashader Interative Image as a Web Application. It appears Holoview and Bokeh Server combo might be a promising solution. Will keep this notebook updated.
Visualize Traffic Accidents by Hours with HoloViews: Visualize UK Traffic Accident by Hours - via interactive slide bar, as well as static displays. Lots of Pandas data transformation techniques used including groupby, SQL Left Join and array-to-dictionary transformation. Both Linear and Histogram Equalization plots are created. Handy template notebook.
Useful-Resources.ipynb: I use this notebook to keep track of useful links. Will be updated from time to time.
Kaggle Titanic Version 1: my attempt to apply machine learning in a real-world dataset. This could be a handy reference for machine learning and data cleaning work.
EDA Traffic Accidents Dataset: include some handy Pandas tricks.