Skip to main content

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 hashes)

Uploaded Source

Built Distribution

42di-0.2.5-py3-none-any.whl (45.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page