dlab-berkeley / Python-Data-Wrangling

D-Lab's 3-hour workshop diving deep into Pandas. Learn how to manipulate, index, merge, group, and plot data frames using Pandas functions.
Other
9 stars 12 forks source link

example with dropna in 02_python_data_wrangling #13

Closed lenjb closed 1 month ago

lenjb commented 8 months ago

In this example "unemployment.dropna(subset="unemployment_rate")", with dropna, it didn't work for me without square brackets around the column label. I don;t know if this is related to the version of pandas I'm using (1.3.5)

tomvannuenen commented 1 month ago

fixed