A Python-based tool for uploading and analyzing CSV data
DataAnalyzer is a simple Python application that allows users to upload CSV files and perform basic data analysis tasks. Built with Streamlit and PandasAI, it provides an interactive interface for exploring and analyzing tabular data.
- CSV Upload: Easily upload CSV files for analysis.
- Data Analysis: Perform basic data analysis tasks on the uploaded data.
- Interactive Interface: Utilize a user-friendly interface built with Streamlit.
- AI Integration: Leverage PandasAI for advanced data analysis capabilities.
To set up the project locally, follow these steps:
-
Clone the Repository
git clone https://github.com/dadidelux/dataanalyzer.git cd dataanalyzer