Skip to content

CharityO3/Python_OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

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_

About

Python_Data_Manipulation_and_Visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages