We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)'>
The text was updated successfully, but these errors were encountered:
Hm, even though Directory inherits from Chunks since convert doesn't respect inheritance, we need to explicitly define this conversion.
Directory
Chunks
convert
Sorry, something went wrong.
This is still occurring on version 0.5.0 (the latest development version?) It can be reproduced with the steps mentioned in #153.
I would like to help fix this one. Where are we right now on this and what can I do?
cpcloud
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: