Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

42di

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

42di

42di is the python sdk for 42di.com

pipPyPI
Version
0.2.6
Maintainers
1

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

Keywords

42DI

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts