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
```bash
pip install 42di
```
OR
```bash
pip install git+https://github.com/42di/python-sdk
```
## Put to / read from 42di
```python
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.5.tar.gz
(24.8 kB
view details)
Built Distribution
42di-0.2.5-py3-none-any.whl
(45.7 kB
view details)
File details
Details for the file 42di-0.2.5.tar.gz
.
File metadata
- Download URL: 42di-0.2.5.tar.gz
- Upload date:
- Size: 24.8 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 | 143435ae71dabfa073c8390c7369d5f6e434e01c9c17e2fa71cd2c2f9f10a965 |
|
MD5 | 2d92f1674a76431813e39f5ef1b977d5 |
|
BLAKE2b-256 | 7e7dcbdef95adae7a9485343b051a944e066173637c5a3672e8f99ecf6e8dc43 |
File details
Details for the file 42di-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: 42di-0.2.5-py3-none-any.whl
- Upload date:
- Size: 45.7 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 | 5186b11b2c03c0eec6586e6323ef9820ae47b091f291446c49e6289fbeff183e |
|
MD5 | b21158c7ca7ef0432cb5aa8a1be46fb7 |
|
BLAKE2b-256 | 8697f86dd1199a84b62f8136523f38da8670a869d413c95b2c354a40b8ce770c |