Unbounded API

Try MiPasa!

MiPasa is a browser-based data modeling and analytics platform for researchers, developers, data scientists, and teams to create, collaborate, and publish verifiable data-powered models, reports, and insights.

Your Unbounded account is automatically connected to MiPasa and does not require an API key.

Alternatively, you can always use Unbounded in your project by including our unbounded-data library:
pip install unbounded-data
Afterwards you may use the following snippet as a kickstart:
import unbounded_data # optional for public datasets, but required for private ones! import os os.environ['UNBOUNDED_API_KEY'] = '< YOUR API KEY >' df = unbounded_data.read_csv('Example Public Dataset', 'eth_usd_11_04_2023.csv') print(repr(df))
You can also check out MiPasa Resources for more documentation.
Please or in order to create your own API Key.