Redivis python client library
Project description
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!
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
File details
Details for the file redivis-0.18.7.tar.gz
.
File metadata
- Download URL: redivis-0.18.7.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
163d09646d60fc9a7e886dc192783df55b1e256af97a34b4d08b25270e2eace5
|
|
MD5 |
e5f16560c1d82973df7bf9b39d63f9ed
|
|
BLAKE2b-256 |
fbff82b97380c74b8fac387aba28e2174998a8bc27862f60346873bb1a5862a4
|
File details
Details for the file redivis-0.18.7-py2.py3-none-any.whl
.
File metadata
- Download URL: redivis-0.18.7-py2.py3-none-any.whl
- Upload date:
- Size: 46.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f339e49e91d401afbdf6da729c70b3f5ec622f0fe6181a102e3a0b89ff083645
|
|
MD5 |
a270fca697e5fff8660e387e997d23e6
|
|
BLAKE2b-256 |
f8ea254dfef2e554905bfadc749e92554b6be27fa913cf78d6939ba7841dd237
|