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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file analitico-2019.8.12.dev6.tar.gz.
File metadata
- Download URL: analitico-2019.8.12.dev6.tar.gz
- Upload date:
- Size: 92.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
270a4e3b15894a80206bf66985693332fa58c416f0c601a98c003cf9131138d4
|
|
| MD5 |
e19c4f9c40b4233eb95e799093446596
|
|
| BLAKE2b-256 |
4e5e7d8cb01ecd9d24fbecd6c0b8d93c0ed35774812daf7bf78251330b61d752
|
File details
Details for the file analitico-2019.8.12.dev6-py3-none-any.whl.
File metadata
- Download URL: analitico-2019.8.12.dev6-py3-none-any.whl
- Upload date:
- Size: 118.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df30c6677139d1bc5b845faa29f9df7a6de786d2c83c1672480ab815876ca4bc
|
|
| MD5 |
2d0f6b6290bb42acc7cbbb9a3b29de0f
|
|
| BLAKE2b-256 |
046261a808bcdd8ce90194e98e3509f0e0eac82596b2c0df0322f019f482c132
|