This assignment was completed on 3rd of February 2025. Both jupyter notebooks you can find in this repository are an introduction on the basics of using pandas.
01-Animals.ipynb
is the basic of building a pandas cheat sheet.
- Used things like:
.info
,.head
,.sort_values
,plot
, multiple conditions, etc...
02-Billionaires.ipynb
is a dataframe used to answer a lot of questions. All of it is the basic parts of pandas.
- pandas
- matplotlib
- openpyxl