Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 866 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 866 Bytes

Document Analysis with Flask and Pandas

Overview

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Flask
  • Pandas
  • Git LFS (if handling large files)

Installation

  1. Clone the repository:
    git clone https://github.com/tufail-ahmad-09/Document-Analysis.git
    cd Document-Analysis