Skip to content

Abhibhav2003/YourAnalyst-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Streamlit Pandas Plotly Lottie

YourAnalyst

YourAnalyst is a powerful and interactive data analysis web application built using Streamlit. This tool allows users to upload datasets, clean and analyze data, and visualize insights using various charting options.

Features

Home Page

  • A welcoming animated interface with a typing effect displaying engaging messages.
  • Lottie animations for enhanced UI/UX experience.

Upload Section

  • Users can upload CSV, XLSX, and TXT files.
  • The uploaded file is stored in the session state for further processing.

Data Analysis Section

  • View and clean datasets with functionalities such as:
    • Removing null values
    • Filtering columns
    • Dropping Rows
    • Trimming
    • Replacing Values
    • Descriptive statistics (sum, mean, count, etc.).
    • And Much More

Dashboard Section

  • Generate interactive visualizations using Plotly:
    • Bar Chart
    • Area Chart
    • Scatter Plot
    • Pie Chart
  • Select data columns dynamically for visualization.
  • Choose the number of rows to display in charts.

Installation & Setup

Clone the repository:

git clone https://github.com/your-username/youranalyst.git

Install dependencies:

pip install -r requirements.txt

Run the Streamlit app :

streamlit run Login.py

Technologies Used

  1. Python
  2. Streamlit (for web UI)
  3. Pandas (for data analysis)
  4. Plotly (for data visualization)
  5. Lottie Animations (for better UI/UX)

Contributing

Contributions are welcome! If you'd like to contribute, please follow these steps:

1.Fork this repository. 2.Create a new branch: git checkout -b feature-branch 3.Make your changes and commit: git commit -m "✨ Add a new feature" 4.Push to the branch: git push origin feature-branch 5.Open a Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages