Skip to content

Remove low_memory=False from read_dataframe #10

Description

@cjer

When running:

pd.read_csv(DF_PATHS['spmrl'], compression='gzip')

You get the following warning:

DtypeWarning: Columns (21) have mixed types. Specify dtype option on import or set low_memory=False.
  interactivity=interactivity, compiler=compiler, result=result)

Find the cause for this, fix it and remove low_memory=False from read_dataframe

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions