Looping Over Data Sets
-Last updated on 2023-05-02 | +
Last updated on 2024-03-05 | Edit this page
@@ -623,7 +623,10 @@Comparing Data
Write a program that reads in the regional data sets and plots the
-average GDP per capita for each region over time in a single chart.
+average GDP per capita for each region over time in a single chart.
+Pandas will raise an error if it encounters non-numeric columns in a
+dataframe computation so you may need to either filter out those columns
+or tell pandas to ignore them.
Write a program that reads in the regional data sets and plots the -average GDP per capita for each region over time in a single chart.
+average GDP per capita for each region over time in a single chart. +Pandas will raise an error if it encounters non-numeric columns in a +dataframe computation so you may need to either filter out those columns +or tell pandas to ignore them.