Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
Only works for paying subscribers, purchase your API key .
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
If you only want to download data into pandas please use the much lighter package.
Utilize various commands to interact with datasets:, ,, and .
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.
token_auth()
data()
Once authenticated, downloading datasets becomes easy.
plot()
Certain datasets have unique visualizations that you access from their respective pages.
Other datasets can use panda's built-in plots.
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.
There are two ways to authenticate your requests. Get your token .