Skip to main content

Setting up

Prerequisite You should have created an account on Rho web app.
In the web app, go to account settings to get an API key. Install the Python SDK:
Import and initialize the client:
main.py
List available tables:
main.py
Fetch data for a table:
main.py

Upload a dataset

Make sure pandas is installed:
Upload a dataframe with one line of code:
main.py

Summary

That’s it! You have uploaded and downloaded data from rho using one-liners. In the next section, we will learn how to use different types of upload and merge strategies.