📁 CSV Analyser by Gabriel Felix dos Santos📁 CSV Analyser by Gabriel Felix dos Santos

📁 CSV Analyser

Gabriel Felix dos Santos

Gabriel Felix dos Santos

Summary:

❓ What's it? ❓

It is a streamlit project that scans uploaded csv files (up to 200MB) and generates insightful statistics metrics and interactive plots.

⚒️ Tools ⚒️

Python 3.7 version or later;
Pandas, Streamlit, YData Profiling (newer version of Pandas Profiling) and Plotly.

⚙️ Run ⚙️

Installing Packages:
Open computer's terminal and tip these commands:
pip install pandas
pip install ydata_profiling
pip install plotly
pip install streamlit
pip install streamlit-pandas-profiling
pip install streamlit-option-menu
pip install streamlit-extras
Running with Python:
Download the source code;
Open cmd and go to *Python* folder;
Choice a code file;
Tip:
python FILE_NAME.py

📝 Notes 📝

Sample CSV File - if you don't have a csv file, don't worry, you can test the project using this dataset Employees' Annual Salary in Chicago;
Live Project - you can see the project working in:

📫 Reach Me 📫

Email: csfelix08@gmail.com
LinkedIn: CSFelix
GitHub: CSFelix
Kaggle: DSFelix
Portfolio:
Like this project

Posted May 5, 2024

It is a streamlit project that scans uploaded csv files (up to 200MB) and generates insightful statistics metrics and interactive plots.