This is a data analysis web what this app can do? This app is still in the development phase, app is capable of uploading the data processing and producing results it removes null rows it shows number of rows in the dataset it shows what are the columns in the dataset desceibe the count the count mean values of the data
A lot more features will be included from time to time
Instrcution to execute 1.first clone the repository
2.create a python vitual environment python -m venv venv venv\Scripts\Activate.ps1
run the following commands
- Run pip install -r requirements.txt (Python 2), or pip3 install -r requirements.txt (Python 3)
- python -m flask run


