Directory of CSVs to DataFrame is broken
Open
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.