pandas attributeerror 3a 27nonetype 27 object has no attribute 27head

Solutions on MaxInterview for pandas attributeerror 3a 27nonetype 27 object has no attribute 27head by the best coders in the world

showing results for - "pandas attributeerror 3a 27nonetype 27 object has no attribute 27head"
Milan
04 Oct 2019
1print(data.head())
2    # data = df.dropna(how='any', thresh=None)
3data = data.dropna(subset = ["IPs"], inplace=True)