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!
Release files for redivis 0.20.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redivis-0.20.14.tar.gz | 58.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redivis-0.20.14-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 134.5 kB
Release files / redivis-0.20.14.tar.gz
| Download URL | redivis-0.20.14.tar.gz |
|---|---|
| Size | 58.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
de09486a2d08c31dd8613ba798b5a35e89a33ca7b45072f4d84b615e5712d4be
|
|
BLAKE2b-256 checksum How to use checksums |
2cf175676fa8b9c74a885f11090896f22fab9d5fd97f02c561a92cdf466bde8a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.6
|
Release files / redivis-0.20.14-py2.py3-none-any.whl
| Download URL | redivis-0.20.14-py2.py3-none-any.whl |
|---|---|
| Size | 75.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ae21a5ffeeefaf40ef9bd651c749bafb97115b4b6b0c02fb5f4cde3f59d68c80
|
|
BLAKE2b-256 checksum How to use checksums |
c706aaf3fccbef9fcc563b7102632e9ab4a94549cd0092c0ede1f2330d38e4ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.6
|