🚀Quick Start
Only works for paying subscribers, purchase your API key here
.
Installation
To use Sovai's python module you can install sovai
.
The best way to familiarize yourself with this powerful library is to head straight to the tutorial section.
Data
If you only want to download data into pandas please use the much lighter package.
Commands
Utilize various commands to interact with datasets:, data
,plots
, and reports
.
sov.data('query')
: Retrieve data based on the specified query.sov.plots('query')
: Generate plots for visual analysis.sov.reports('query')
: Access reports summarizing predictions.
Authenticate Account: token_auth()
token_auth()
There are two ways to authenticate your requests. Get your token here.
Download Data: : data()
data()
Once authenticated, downloading datasets becomes easy.
Visualize Data: plot()
plot()
Unique Plots
Certain datasets have unique visualizations that you access from their respective pages.
Universal Plots
Other datasets can use panda's built-in plots.
Running Reports: report()
report()
Run report to explore the dataset.
We can also make use of pandas' built-in functions to run queries on top of the data.
Last updated