Skip to content

Directory of CSVs to DataFrame is broken #151

@cpcloud

Description

@cpcloud
mkdir test
cd test
$ echo -en "a,b\n1,2\n3,4" > a.csv
$ echo -en "a,b\n1,2\n3,4\n5,6" > b.csv
$ cd ..
$ ipython
In [1]: df = odo('test/*.csv', pd.DataFrame)
KeyError: <class 'odo.directory.Directory(CSV)'>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions