pandas_exercises
pandas_exercises copied to clipboard
adjusted outdated solutions
Improvements:
- Fixed an issue where Continent NA is being interpreted as NaN by Pandas read_csv()
- Fixed answer 6 to enable pandas to calculate the mean by including only numeric columns with
numeric_only=True - Improved wording on last question to indicate that the stats should be by Continent