Skip to main content

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


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.7.14.dev0.tar.gz (91.6 kB view hashes)

Uploaded Source

Built Distribution

analitico-2019.7.14.dev0-py3-none-any.whl (117.4 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