42di is the python sdk for 42di.com
Project description
42di Python SDK
42di is the python sdk for 42di.com
42di.com is a platform for data science.
Install
pip install 42di
OR
pip install git+https://github.com/42di/python-sdk
Put to / read from 42di
import di #42di
import pandas_datareader as pdr
di.TOKEN = "<YOUR_ACCESS_TOKEN>"
df = pdr.get_data_fred('GDP')
di.put("42di.cn/shellc/testing/my_dataset", df, create=True, update_schema=True)
df = di.read("42di.cn/shellc/testing/my_dataset")
print(df.head(100))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
42di-0.2.6.tar.gz
(29.0 kB
view details)
Built Distribution
42di-0.2.6-py3-none-any.whl
(60.6 kB
view details)
File details
Details for the file 42di-0.2.6.tar.gz
.
File metadata
- Download URL: 42di-0.2.6.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90a532dbe0d8c69c983af243fb7690a5c7505f6bbbf252d32755d8b353d5ce35 |
|
MD5 | 4ca17ac733803faaf2e4db3d74b141ef |
|
BLAKE2b-256 | 2836cfca5864b81aaf371b3a55063c02a3a4f3e789e97923944c38839ead5b70 |
File details
Details for the file 42di-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: 42di-0.2.6-py3-none-any.whl
- Upload date:
- Size: 60.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 517b7ba936bd750df753598289aa50cd1b02046bf8ef75bb852bb912a81841fe |
|
MD5 | e44112b98d24a8eceb254e22a4099a93 |
|
BLAKE2b-256 | a99e1ebf430bffae11d2d1c1b8f8858635757557181657d72ac43cfdf0c542ad |