Data Analysis Web App can analysis data in multiple formates(csv, txt, xls, xlsx, ods, odt) and gives shows you the analysis in the most informative way.
- Supports Multiple file formates(csv, txt, xls, xlsx, ods, odt).
- Gives a detailed overview of your data.
- You have the option to plot graphs for your data.
- You can see Outliers in your data in a visulization way.
- You can drop multiple columns and rename columns.
- You can drop multiple categorical Rows and Numerical Rows by giving multiple conditions.
- Handling Handling Missing Data, Merging On Index and Concatenating On Axis
- You can download/export your edited data.
- More Supporting data Formates.
- Improving the UI of the WEB APP.
- More Detailed Analysis of The data.
- And many more...
Use this URL - Click Me - in case if you are faccing any problem with th WebApp or source code.
Source Code: github link
- Clone or download this repository to your local machine.
- Install all the libraries mentioned in the requirements.txt file with the command
pip3 install -r requirements.txt - Open your terminal/command prompt from your project directory and run the file
app.pyby executing the commandstreamlit run app.py. - You will be automatically redirected the your localhost in brower where you can see you WebApp in live.
