import pandas as pd# example dataemissions_df = pd.read_csv("https://raw.githubusercontent.com/plotly/datasets/master/Emissions%20Data.csv")table = rho_client.store_df(emissions_df, name="emissions_data")print(table.client_url) # the URL of the table on Rho web app
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.