pandas_exercises icon indicating copy to clipboard operation
pandas_exercises copied to clipboard

adjusted outdated solutions

Open andresbi opened this issue 1 year ago • 0 comments

Improvements:

  1. Fixed an issue where Continent NA is being interpreted as NaN by Pandas read_csv()
  2. Fixed answer 6 to enable pandas to calculate the mean by including only numeric columns with numeric_only=True
  3. Improved wording on last question to indicate that the stats should be by Continent

andresbi avatar Oct 16 '24 20:10 andresbi