This project is a web application built using Flask and Pandas that allows users to upload CSV files and perform data analysis. The application provides a user-friendly interface for analyzing datasets, with features similar to SQL queries.
- File Upload: Users can upload CSV files for analysis.
- Data Analysis: Users can enter commands to analyze the uploaded data, including:
describe
: Get a summary of the data.head
: Display the first few rows of the dataset.columns
: List all column names.- Custom commands for document inquiries.
- Python 3.x
- Flask
- Pandas
- Git LFS (if handling large files)
- Clone the repository:
git clone https://github.com/tufail-ahmad-09/Document-Analysis.git cd Document-Analysis