Redivis python client library


License
MIT
Install
pip install redivis==0.17.4

Documentation

Redivis Logo

redivis-python

Redivis client library for python!

Connect data on Redivis to the Python scientific stack, upload new data to Redivis, and script your data management tasks!

Getting started

The easiest way to get started is to create a new python notebook on Redivis. This package, alongside other common data science python packages, are all preinstalled.

You can also install the latest version of this package in any other python environment:

pip install redivis

And then you're ready to go!

import redivis

iris_table = redivis.organization("Demo").dataset("Iris species").table("Iris")
df = iris_table.to_pandas_dataframe()

Documentation

View the comprehensive documentation here >

This package contains a number of methods for processing data on Redivis and interfacing with the API through python. Consult the documentation for a detailed list of all methods and accompanying examples.

Issue reporting

Please report any issues or feature requests in the issue tracker.

Contributing

Please report any issues or feature requests in the issue tracker — your feedback is much appreciated!