Getting started
Installation
pip install --upgrade redivisExample usage
import redivis
organization = redivis.organization("demo")
dataset = organization.dataset("cms_2014_medicare_data")
table = dataset.table("home_health_agencies")
df = table.to_pandas_dataframe()Authentication
Within a Redivis notebook (automatic)
From another environment (OAuth)
From a long-running service (API Token)
Learn more
ReferenceExamplesWas this helpful?

