Skip to content

assemble.py crashes due to pandas update #4

@pjcasas29

Description

@pjcasas29

Assembe.py was crashing when executing. Fixed the issue by changing the value of index_col=False to index_col=None when reading into pandas.

Like this:
data = pd.read_csv(os.path.join(settings.DATA_DIR, f), sep="|", header=None, names=HEADERS[pref
ix], index_col=None)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions