Visualisations

One large part of Data Science is being able to visualize your findings in a clear and informative way. Here are some different types of visualisations you can create using Python packages:

Python map visualisations

Code for map visualisation based on latitude and longitude of a location.

Python visualisations using Matplotlib

Plots using Matplotlib, e.g scatter, line, histogram, boxplots.