Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 814 Bytes

File metadata and controls

22 lines (14 loc) · 814 Bytes

DataAnalyzer

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.

Features

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

Installation

To set up the project locally, follow these steps:

  1. Clone the Repository

    git clone https://github.com/dadidelux/dataanalyzer.git
    cd dataanalyzer