Data Visualization with pandas

Explore data visualisation in pandas, a Python library for data manipulation and analysis.

The pandas library is a powerful open-source data manipulation and analysis library in Python. It provides easy-to-use data structures and data analysis tools for handling and manipulating numerical tables and time series data. We can use pandas for data visualization as well.

Data visualization

The pandas library provide several functions for creating different types of plots. Here are a few examples using the titanic dataset.

Bar plot

The plot(kind = 'bar') function creates a bar plot that shows the passengers’ fares based on the class of tickets.

Get hands-on with 1200+ tech skills courses.