Basic Data Visualization — Matplotlib and Pandas Plot
In this lesson, we will learn basic data visualization in Python. We will understand how to create line charts, bar charts, histograms, and scatter plots using Pandas plot() and Matplotlib, and why charts are important in data analytics. ## Lesson objective In this lesson, we will learn basic data visualization in Python. In the previous lessons, we learned how to read data with Pandas, clean data, filter data, use groupby, create new columns, merge datasets, and work with DateTime. These skills are core parts of data analytics. However, in data analytics, showing results only as tables is not always enough.