Data visualisation
Last updated
Was this helpful?
Last updated
Was this helpful?
Matplotlib () is a popular library for producing informative visualisations (plots). It is designed for (mostly two dimensional) publication quality plots.
The built-in visualization of pandas really shines is in helping with fast and easy plotting of series and DataFrames that can help us explore the data. We can directly plot from the dataframe
Panel is a tool that can make your visualisations interactive. It uses widgets to interact with the data. It is designed for dashboards.
for more theoretical background
see also
see also