CDM Data Query Quick Start Guide¶
This repo offers several Jupyter Notebooks that will help query and transform data. Here's how to get started!
Create virtual environment from requirements.txt file¶
At the command line, create a virtual envirnoment called env
1 |
|
Then, activate the virtual env:
1 |
|
If it's been awhile (or the first time), update pip:
1 |
|
Once activated, install the packages listed in the requirements.txt
file
1 |
|
After packages have been installed, run jupyter-lab
(make sure a web browser is open) and start prototyping!
Query Data¶
With your environment set up, this Jupyter Notebook will show you how to query data from our Dremio instance.
To understand how to use our data (better), check out the data dictionary.