Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anygraph

An interactive tool for tabular data exploration.

Installation

These instructions assume that you have python and git already installed on your computer.

  1. Clone the repo and move into the dir
git clone https://github.com/SamuelHLewis/anygraph
cd anygraph
  1. Create a new python environment using venv
python -m venv venv
  1. Activate the new python environment
source venv/bin/activate
  1. Update pip
python -m pip install --upgrade pip
  1. Install the modules for the app
python -m pip install -r requirements.txt

Usage

To launch the app, make sure you have the python environment created above loaded, and then run the following in your terminal:

streamlit run app.py

This allows you to load any CSV file. If you would like to create an example CSV file for debugging or demonstration purposes, run the following:

python scripts/create_example_data.py

This will write the file example_data.csv to the data dir. This file is the iris dataset from sklearn.

About

An interactive tool for tabular data exploration

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages