This was made during my final week of the Data Bootcamp
Python_Countries_Tables
A simple project demonstrating basic data handling in Python using the pandas library.
The script creates pandas Series objects from a list of country names and a dictionary of population values. It introduces how pandas structures raw Python data into clean, readable formats.
Imports pandas
Converts a list of countries into a Series
Converts a population dictionary into another Series
Shows how pandas quickly organises simple data
Github Link: OwenMasterson/Python_Countries_Tables