Public datasets
Public datasets
Datagrok hosts a number of public datasets that are ready to use for testing and prototyping:
Synthetic datasets
In additiona to public datasets, you can use the following synthetic datasets:
Table name | Description |
---|---|
Demog | Synthetic demographics data |
Biosensor | Simulates biosensor signal (3-axis accelerometer, temperature, and EDA) |
Plates | Experimental plate data: barcode, row, col, volume |
Random walk | N columns; each row value differs from a previous one by a small delta |
Molecules | Chemical compounds in SMILES format and their lipophilicity properties |
Geo | Information about specific data points in relation to their geographical coordinates |
Stock prices | Information about stock prices (company ticker, date, price) |
Dose-response | Information on effects of various compounds on cell viability |
Cars | Information about cars |
Customers | Customer ID and name |
Orders | Information about customer orders (customer id, item, quantity, price) |
Products | Information about products (product, id, category, price) |
To access these datasets, follow these steps:
- On the Sidebar, click the Hamburger icon > Tools > Dev > Open test dataset. An Open test dataset dialog opens.
- In the dialog, set the desired number of rows and columns, and select the demo table.
- Click OK to open the generated test dataset in Datagrok.
tip
You can connect to public providers, such as OpenWeatherMap, Alpha Vantage, commerce.gov, etc. by importing their swagger file. To learn more about connecting to webservices, see OpenAPI.