-
Notifications
You must be signed in to change notification settings - Fork 4
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
Complete research of Pandas dataframe model and API #1
Comments
xarray http://xarray.pydata.org/ (previously named xray) is probably also an API and an implementation to consider Pandas Some R datasets such as
are available at https://github.com/Rdatasets/python |
Some questions about how to handle data in JS can be found here https://www.quora.com/Is-there-a-data-handling-library-like-Python-Panda-for-JavaScript See also |
You might also have a look at https://json-stat.org/ and https://github.com/badosa/JSON-stat |
@scls19fr thanks - really useful. |
Some sources using such a format are given here datasets/awesome-data#181 (comment) |
@rgrp The API of the JSON-stat Javascript Toolkit (JJT) can be found here https://github.com/badosa/JSON-stat/wiki/API-Reference This API allows you to handle cubes of data (rather than data) in the JSON-stat format. pyjstat https://pypi.python.org/pypi/pyjstat/ allows you handle JSON-stat documents in python using pandas DataFrames. For R you have https://github.com/ajschumacher/rjstat The JSON-stat Javascript Utilities Suite (JJUS) allows you to convert to https://github.com/badosa/JSON-stat/blob/master/utils/tocsv.md and from https://github.com/badosa/JSON-stat/blob/master/utils/fromcsv.md CSV (but probably not in the kind of structure you would expect as, again, JSON-stat is focused on cubes, not data). |
Have already been doing research as partially summarized in the README. Need to complete this ...
The text was updated successfully, but these errors were encountered: