/iris-access-data

Quick setup to perform SQL queries on Iris public data

Primary LanguageJupyter Notebook

How to access to Iris data?

Here is a simple example to access to Iris data in Python via SQL queries.
You must register to the website first and have validated account.

Setup

Install the python virtual environment (see: https://python-poetry.org).

$ poetry install 
$ poetry shell

Then, create a .env file in this repository and set the following environment variables:

IRIS_USERNAME=your_iris_username
IRIS_PASSWORD=your_iris_password

Finally, run the notebook on this python environment using Jupiter notebook or your favorite IDE.