Skip to content

Document Analysis is simple project to know about your Document like Describe,know first few columns etc

Notifications You must be signed in to change notification settings

tufail-ahmad-09/Document-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Document Analysis is simple project to know about your Document like Describe,know first few columns etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published