hey there.
this is the readme for pyql, a data analysis web app built with flask and pyql (pandas like dataframe library).
you can run the app by running python3 -m web.app in the root directory.
the app will run on http://localhost:3000
make sure you activate the venv => source .venv/bin/activate before running the app.
also install the requirements => pip install -r requirements.txt, that's kinda important.
now for actually using the app, you'll want to reference the csv files in the data directory.
there's placeholder text in the input box, just replace it with the name of the csv file you want to use.
follow this idea for the other quick actions (that is, look at the placeholder text and replace it with the relevant file name and column/conditions).
you can also access the live site here => https://pyql.onrender.com/.
enjoi.