Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 750 Bytes

Python_OOP

Using Python for Data Manipulation and Visualization.

Population Data Plotter

This Python script reads population data from a CSV file and generates population trend plots for each continent using matplotlib.

Features:

  • Reads and organizes population data by continent and year.
  • Plots population growth for each continent over time.

How to Use:

  1. Place the data in a data.csv file with columns for continent, year, and population.
  2. Run the script to generate the population plot.

Requirements:

  • Python 3
  • matplotlib (install with pip install matplotlib)

Code out-put:

Internet_User_graph_