Skip to main content

Python client for Analitico.ai

Project description

Analitico SDK

This package contains plugins and classes used to access analitico.ai cloud services and machine learning models. The package can be installed in Jupyter notebooks, Colaboratory notebooks or other Python environments. To access assets stored in Analitico you will need an API token.

Installation

To install in Python:
pip install analitico

To install on Jupyter, Colaboratory, etc:
!pip install analitico

Usage

import analitico

# authorize calls with developer token
sdk = analitico.authorize_sdk(token="tok_xxx")

# retrieve a dataset object from analitico
dataset = sdk.get_dataset("ds_xxx")

# download a data file from storage into a Pandas dataframe
df = dataset.download(df="customers.csv")

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

analitico-2019.8.12.dev6.tar.gz (92.3 kB view hashes)

Uploaded Source

Built Distribution

analitico-2019.8.12.dev6-py3-none-any.whl (118.2 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