Skip to main content

Agriscope python library to access data

Project description

# agstream Agriscope data interface for python

2018 01 20 : First version Agstream Lib - Agriscope data inferface for python ==================================================

This module allows to get data from yours Agribases programmatically Data are retreived as an Pandas Datagrame

You can install it bye pip:

pip install agstream

Use case:

>>> from agstream.session import AgspSession
>>> session = AgspSession()
>>> session.login('masnumeriqueAgStream', '1AgStream', updateAgribaseInfo=True)
>>> for abs in session.agribases :
>>>     df = session.getAgribaseDataframe(abs)
>>>     print df.tail()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

agstream-0.0.1-py2-none-any.whl (11.2 kB view hashes)

Uploaded Python 2

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