Skip to content

Simply pytests subjects_csv and sessions_csv by removing pandas dependency #157

Open
@CBroz1

Description

@CBroz1

I think the use of pandas here is unjustified. All the operations where it's used can be just more cleanly accomplished with python datatypes: dicts and lists.

Originally posted by @dimitri-yatsenko in datajoint/workflow-session#9 (comment)

writing a sample CSV file with sample data can be made much simpler. Consider simply writing a multiline string into a file.

Originally posted by @dimitri-yatsenko in datajoint/workflow-session#9 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions