Skip to content

Remove low_memory=False from read_dataframe #10

@cjer

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

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