You are reading a single comment by @danb and its replies. Click here to read the full conversation.
  • if you are using from_csv you need to use it as pd.DataFrame.from_csv (...) which i missed the upper case F from in my previous example....

    if you are using read_csv you do it as pd.read_csv(...)

About

Avatar for danb @danb started