-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
odo support #45
Comments
Not sure that's very efficient but
maybe a method to get a DataFrame should exists see #56 |
raises
see blaze/odo#317 |
I noticed (sorry I'm new to datapackage) that DataPackages can have several "ressources". That's the reason why I don't know how we could handle this with My opinion is :
it will be possible to do
which will be same as
but accessing an other ressource (second resource) and converting it to DataFrame will also be possible using for example
A Ressource should have it's own It will be nice if you could provide me an URL for a DataPackage with several ressources, it will help for testing purpose. |
I think we should also work to be able to convert a Resource schema to a DataShape. It will help for this see http://datashape.pydata.org/ and http://odo.pydata.org/en/latest/datashape.html so we will be able to create dispatcher for |
A library to convert JSON Table Schema <--> DataShape is now available at |
@trickvi can we close this one? If we go forward with it, we can start from the lib @femtotrader has above, and work it into a plugin for |
Hello,
maybe you should consider to add support to odo
http://odo.readthedocs.org/
so it will become possible to:
Kind regards
The text was updated successfully, but these errors were encountered: