A Python package 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 import pandas as pd # authorize calls with developer token api = analitico.authorize("tok_xxx") # download a dataset from analitico dataset = api.get_dataset("ds_xxx") # convert dataset to a typed pandas dataframe df = dataset.get_dataframe()
Testing
To run tests:
python -m pytest
Documenting code
Please use docstrings, see:
https://www.datacamp.com/community/tutorials/docstrings-python
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size analitico-2019.7.14.dev0-py3-none-any.whl (117.4 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size analitico-2019.7.14.dev0.tar.gz (91.6 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for analitico-2019.7.14.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b23297d0c2108a1c9df8b7f515f4aea6fcc15d423fbde9cd39bd8ab99d1b3bfc |
|
MD5 | 6f16b261616341f70e94e3d12ea93672 |
|
BLAKE2-256 | 598d71afe8379aae1eb249e427ccb53826598f899db53be95d0d150d94dd2b87 |