blaze / blaze/odo

Directory of CSVs to DataFrame is broken

Open
#151 2 comments 0 reactions 1 assignee Claimed by @cpcloud View on GitHub
bug
Dominant language
Python
Stars
1k
Forks
131
PR merge metrics
No merged PRs in 30d

Description

```
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:
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.