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

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

Uploaded Source

Built Distribution

42di-0.2.6-py3-none-any.whl (60.6 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