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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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)