An open API service indexing awesome lists of open source software.

Data visualization

Data visualization is the visual depiction of data through the use of graphs, plots, and informational graphics. Its practitioners use statistics and data science to convey the meaning behind data in ethical and accurate ways.

https://github.com/faizantkhan/regression-project-bangalore-property-price-prediction

🏠 Bangalore Property Price Prediction is a comprehensive project designed to accurately predict property prices in Bangalore. Leveraging advanced regression techniques and a dataset sourced from Kaggle, the model undergoes meticulous feature engineering, data cleaning, and parameter tuning to ensure high accuracy.

backend-api css data-cleaning data-science data-visualization eda flask html javascript machine-learning-algorithms numpy pandas project project-repository property python regression-models server

Last synced: 14 Apr 2026

https://github.com/mpolinowski/victory-data-chart

React.js components for modular charting and data visualization

chart css-grid-layout data-visualization react styled-components victory

Last synced: 13 May 2026

https://github.com/matesoft2033/temperature-and-soil-moisture-sensor

The Humidity and Temperature Monitoring System is an Arduino project that measures and displays humidity and temperature levels in real-time. It uses LEDs to indicate environmental conditions, making it a great tool for learning about sensors and data visualization.

arduino data-visualization electronics-engineering enviromental-sciences sensor-technology troubleshooting-and-debugging

Last synced: 13 May 2026

https://github.com/Lemniscate-world/StratAI

This project analyzes financial assets using a Hidden Markov Model (HMM) to identify different market regimes and patterns. The analysis includes calculating daily returns, rolling volatility, and volume changes, and visualizing the hidden states identified by the HMM.

ai assets data data-science data-visualization finance financial-analysis fintech hmm-model hmmlearn machine-learning trading

Last synced: 13 Oct 2025

https://github.com/hakaneroztekin/web-scraping

☕ A web scraping project developed with Python. 📈 It scrapes the website, collects and visualizes data.

data-science data-visualization python web-scraping

Last synced: 15 Jun 2026

https://github.com/mansurpro/digitrecognizer

DigitRecognizer is a simple, handcrafted neural network implemented with NumPy to classify handwritten digits from the MNIST dataset. This project demonstrates the foundational principles of neural networks, including forward propagation, backpropagation, and gradient descent, all built from scratch without relying on deep learning frameworks.

backpropagation custom-dataset data-visualization deep-learning from-scratch gradient-descent handwritten-digit-recognition machine-learning minimal-dependencies mnist neural-network numpy python

Last synced: 16 May 2026

https://github.com/ali-el-badry/machine-learning-algorithm

It is a Repo that contain different type of Machine Learning Algorithm like Regression ,classification and clustering that will be added soon

ai data-science data-visualization decision-tree feature-selection knn linear-regression logestic-regression machine-learning modelling random-forest svc svm titanic-kaggle xgboost xgboost-classifier

Last synced: 12 Jun 2026

https://github.com/thinkong/notetaiker

notetAIker is a local-first, AI-powered Markdown note-taking system that uses background agents to automatically tag, link, and organize atomic notes. It features semantic search, a 2D graph visualization for exploring connections, and supports both cloud and local AI models.

ai data-visualization knowledge-graph knowledge-management local-first notetaking self-hosted

Last synced: 18 Feb 2026

https://github.com/pramodkondur/redbusdatascrapinganddynamicfiltering

This project leverages Selenium for web scraping from the RedBus Website, Python for data manipulation, SQL for data storage, and Streamlit for creating an interactive application to visualize and filter the data.

data-visualization python selenium sql streamlit web-scraping

Last synced: 11 Apr 2026

https://github.com/sunnybibyan/random_data_generation

A project that generates a dataset using various statistical distributions (Normal, Uniform, Exponential, Random Integers, and Binomial) and performs data analysis. Includes visualizations and an option to export the data as a CSV file.

data-analysis data-visualization python random-data-generation statistics streamlit-webapp

Last synced: 13 Jun 2026

https://github.com/karthikmprakash/911-call-dataanalysis

Data Analysis of Emergency (911) Calls: Fire, Traffic, EMS for Montgomery County, PA

911-call-analysis data-analysis data-visualization python3 united-states-data

Last synced: 10 May 2026

https://github.com/ondrejhruby/countries-of-the-world

Explore global data with this repository, featuring insights, visualizations, and Python code examples on countries worldwide—perfect for enhancing your data analysis and visualization skills.

data-analysis data-science data-visualization geography jupyter-notebook machine-learning matplotlib pandas python statistics

Last synced: 16 Apr 2026

https://github.com/soufianboukir/ecom-analytics-platform

End-to-end data science project on an Amazon sales dataset, including data preprocessing, analysis, modeling, and a Streamlit dashboard for insights and decision-making.

data-analysis data-science data-visualization data-visualization-dashboard forecasting-models timeseries

Last synced: 14 Jun 2026

https://github.com/phac-nml/nf-sequenoscope

Streamlined Nextflow wrapper for the Sequenoscope toolkit. Simplifies complex metagenomic workflows with automated batch processing, allowing efficient comparative analysis from raw reads to visualization.

adaptive-sampling batch-processing data-visualization dsl2 metagenomics nextflow sequenoscope

Last synced: 16 Jan 2026

https://github.com/uudigitalhumanitieslab/digital-atlas

Interface to visualise connections between postcolonial intellectuals

data-visualization postcolonialism

Last synced: 23 Mar 2025

https://github.com/hetuvpatel/ml-diabetes-risk-progression-stage

Machine learning project analyzing diabetes risk progression using K-Means and Hierarchical clustering techniques on the Pima Indian Diabetes dataset. 🧠📊

cluster-analysis data-visualization heirarchical-clustering kmap kmeans machine-learning matplotlib sckit-learn seaborn

Last synced: 23 Sep 2025

https://github.com/qtle3/logistic-regression

A Python implementation of Logistic Regression to classify social network ads based on age and estimated salary, featuring data visualization and performance metrics such as confusion matrix and accuracy score.

data-visualization feature-scaling logistic-regression logistic-regression-algorithm model-evaluation

Last synced: 01 Aug 2025

https://github.com/topfunky/learning-r-stats

Scripts and data while learning to use the R statistics and charting software program

data-visualization r statistics

Last synced: 16 Jun 2026

https://github.com/strickvl/knitting-llms

Generating Knitting Patterns from Language Models

art crafts data-visualization knitting llm llms

Last synced: 06 Oct 2025

https://github.com/valeriiaanisimova/fractals-project

Interactive fractal-based contact map visualizer with significance filtering and relationship display.

contact-maps css data-visualization fractals html interactive javascript tree-layout ui visualization

Last synced: 06 Oct 2025

https://github.com/texasbe2trill/exploring-world-population-with-r

In this project, I explored and analyzed a world population dataset in the R programming language. Utilizing tidyverse, I created two choropleth maps. One map shows the growth rate by continent, and the other shows the growth rate of African countries.

africa choropleth-map continents data-visualization datascience dataset demographics exploratory-data-analysis growthrate people population r rprogramming social-sciences world-population

Last synced: 17 Jun 2026

https://github.com/ryannapp12/quant_trading_engine

A modular, and scalable quantitative trading engine built in Python. This project demonstrates efficient data caching with SQLite, concurrent backtesting, and advanced risk analytics, showcasing best practices in clean code architecture and performance optimization.

algorithmic-trading backtesting dash data-analysis data-visualization fintech lstm machine-learning numpy pandas plotly python quantitative-finance real-time risk-management sqlite technical-analysis tensorflow time-series-analysis trading-strategies

Last synced: 11 Apr 2026

https://github.com/pheithar/socialdata_madridcentral

Social data and visualization course at DTU - 2022. Effectiveness of Madrid Central

data-analysis data-visualization jupyer-notebook madrid python

Last synced: 28 Apr 2026

https://github.com/kuroko1t/geoview

A lightweight, browser-based GIS data viewer built with Streamlit and Geopandas. Visualize Shape files, GeoJSON, and more instantly

data-visualization folium geojson geopandas gis shapfile streamlit

Last synced: 29 May 2026

https://github.com/qtle3/polynomial-regression

This project demonstrates the use of both Linear and Polynomial Regression models to predict salaries based on the position level of employees. By using a dataset that contains position levels and their corresponding salaries, this project showcases the differences between linear and polynomial models in fitting data and making predictions.

data-visualization linear-regression model-comparison polynomial-regression salary-prediction

Last synced: 08 Apr 2025

https://github.com/lilivalgo/coal-production-colombia

Data analysis that includes information on annual coal production, royalties generated, and climate variables. Descriptive analysis and visual analysis techniques were used

analysis data-visualization dataframes insights manipulation matplotlib python seaborn transformation

Last synced: 27 Apr 2026

https://github.com/nrobledosagredo/lda-topic-analysis-news-chile

Topic analysis on news from Chile using LDA for extracting and visualizing relevant patterns.

data-visualization latent-dirichlet-allocation

Last synced: 16 Mar 2025

https://github.com/prangonghose/analysis_of_bangladesh_economic_complexity

In this project a brief analysis has been done by our team in the export economy of Bangldesh for the past three decades.

data-analysis data-science data-visualization inequalipy matplotlib pandas plotly

Last synced: 22 May 2026

https://github.com/GiveMePseudonyms/PiVisualisations

A way to visualise millions of digits of Pi. Written in Python using Pygame and Tkinter.

data data-visualization pi pygame python self-organising-criticality tkinter

Last synced: 08 Apr 2025

https://github.com/marcramonmoreno/historian_app

Historian Data Tool - A secure internal web application for processing and visualizing historical data, built with React frontend and Flask backend. Features include data processing with configurable time ranges, tag configuration management, and CSV export capabilities. Access requires Tailscale VPN connection and proper permissions.

csv-export data-processing data-visualization docker docker-compose flask historian python react web-application

Last synced: 10 Apr 2026

https://github.com/ksmooi/mscs_data_visualization

This series of reports demonstrates the process of creating, refining, and evaluating interactive data visualizations using Altair, focusing on Seattle weather data, with an emphasis on accessibility, usability, and effectively communicating insights.

altair data-visualization

Last synced: 01 Apr 2025

https://github.com/colburncodes/se_pudding_2023

This project is a React app designed to showcase research conducted by a team of data scientists and data analysts. The app is utilizing React and React-Chartjs-2

chartjs-2 data-analysis data-science data-visualization react-chartjs-2 reactjs

Last synced: 11 May 2026

https://github.com/tejas-130704/whatsapp-analyser

ChatMate is a web app that analyzes WhatsApp chats, providing insightful visualizations like word clouds, heatmaps, and activity timelines. It calculates total messages, words, media, links, and more, helping you understand chat patterns for groups or individuals with ease. Simply upload your chat file and get detailed reports instantly!

data-analysis data-visualization python streamlit web-application whatsapp-analysis

Last synced: 26 Apr 2026

https://github.com/samuelbarbosadev/roof_imoveis_data_analysis

The company hired you because they want to know what would be the 5 properties they should invest in and why, and which 5 you would not recommend investing in at all.

data-preparation data-understanding data-visualization pandas python

Last synced: 12 Apr 2026

https://github.com/cdeweyx/game-of-thrones-s7e1-eda

Exploratory data analysis of scraped tweets related to Game of Thrones S7E1

data-analysis data-visualization python twitter-api

Last synced: 26 Apr 2026

https://github.com/pkx8326/simple_math_curves_sql_python_plotly

This project demonstrates the use of mysql.connect package with Python and Plotly to create an SQL database, tables, and visualize data from those tables.

data-visualization database datavisualization mysql mysql-connector plotly python sql

Last synced: 10 Apr 2026

https://github.com/clubgamma/machine-learning-and-data-analysis-tasks

This repository is a part of Hacktoberfest 2022. I have created few basic task of machine learning and Exploratory data analysis. Have a look at it

contributions-welcome data-visualization exploratory-data-analysis hacktoberfest hacktoberfest2022 machine-learning-algorithms open-source python

Last synced: 25 Apr 2026

https://github.com/affec-ds/dashboard-ventas-vinilos

Dashboard interactivo de ventas para tienda de vinilos. Análisis visual, KPIs clave y filtros dinámicos para decisiones comerciales.

business-intelligence data-analysis data-visualization ipywidgets jupyter-notebook kpis matplotlib music-industry notebook-project python retail-analytics sales-analysis seaborn vinyl-records

Last synced: 30 Apr 2026

https://github.com/faezeh-gholamrezaie/visual-google-scholar-search

A Python script that searches Google Scholar for specific keywords and visually presents the results in various chart formats, enabling researchers to analyze trends and insights in academic literature.

academic academic-research academic-trends ai ai-research bibliometrics data-analysis data-visualization google-scholar publication-analysis python research-trends scholarly scholarly-data word-cloud

Last synced: 25 Apr 2026

https://github.com/ax-va/interactive-data-visualization-with-d3-dale-2023

These examples on Interactive Data Visualization with D3.js in the web browser are compiled with some modifications from the book "Data Visualization with Python and JavaScript: Scrape, Clean, Explore, and Transform Your Data", Second Edition, written by Kyran Dale and published by O'Reilly Media in 2023.

ax-va d3 data-science data-visualization dataviz frontend javascript web

Last synced: 12 Jun 2025

https://github.com/kitestring/scidata

Extracts and cleanses flat data exported from a Chemical Analyzer instrument (Time of Flight Mass Spectrometer), then loads data into a SQL database using a Star schema. A basic CLI is implemented to query SQL database to create data visualizations which describe instrument performance in a simple and digestible manner. The following python libraries are utilized: numpy, pandas, matplotlib, sklearn, statistics, sqlite3, os, time, & datetime.

data-visualization extract matplotlib pandas python3 sql-database

Last synced: 25 Apr 2026

https://github.com/riddhis2226/titanic-survival-data-analysis

Titanic-Survival-Data-Analysis : Analyze passenger data from the Titanic to predict survival based on features like age, gender, class, and fare.

data-analysis data-mining data-science data-visualization database jupyter-notebook machine-learning-models machinelearning-python plotlyjs python3

Last synced: 01 May 2026

https://github.com/natanast/immunovisual

A collection of charts made with the R programming language, focusing on immunogenetics analyses. Different charts types are being organized into multiple sections, each accompanied by its reproducible code. The gallery spotlights the utilization of prominent R packages such as tidyverse, data.table, and ggplot2.

data-visualization ggplot2 quarto r-programming

Last synced: 11 Mar 2026

https://github.com/anastasius21/imdb-movie-analysis

Analysis of IMDb's Top 1000 Movies dataset using Pandas, Matplotlib, and Seaborn. It provides visualizations and insights into various aspects of movies, such as ratings, genres, directors, and release years.

data-analysis data-exploration data-science data-visualization imdb imdb-dataset jupyter-notebook python

Last synced: 25 Apr 2026

https://github.com/macagua/entrenamiento.data_scientist_python

Repositorio de manuales y recursos del entrenamiento "Data Scientist en Python" realizado por Leonardo J. Caballero G.

data-analytics data-scientist data-visualization numpy pandas-dataframe python37 streamlit

Last synced: 01 May 2026

https://github.com/archie-cm/credit_risk_model_vix_id-x_partners

The objective project is to decrease the company's losses by up to 30% through bad loans by creating a machine learning system to assist in automating loan assessments

credit-risk data-analysis data-visualization machine-learning scorecard

Last synced: 01 May 2026

https://github.com/itsn1x/8698_dyt

8698_DYT by itsN1X - This is a tiny project to track and visualize the D.Y.T. ( Do Your Tip ) outstanding supply and other dynamic facets. Powered by vanilla javaScript and CoinGecko A.P.I. - No libraries / dependencies - Fully Open Source.

charting data-visualization do-your-tip doyourtip dyt erc20 eth ether ethereum ethereum-contract graphs itsn1x javascript n1x no-dependencies no-frameworks no-libraries vanilla visualization zzpraf1n1x42af

Last synced: 24 Apr 2026

https://github.com/duskmoon314/gongbi

Gongbi (工笔) is a data visualization crate inspired by ggplot2

data-visualization grammar-of-graphics rust

Last synced: 20 Aug 2025

https://github.com/rosaerick/conflictzone-app

frontend of an application to fetch, process, and visualize data from the Fogo Cruzado Database, a platform tracking occurrences of violence. It aims to present tables, heatmaps and charts visualization representing the geographic distribution of these occurrences.

data-visualization fogo-cruzado nextjs nextjs14 typescript

Last synced: 24 Apr 2026

https://github.com/p0u4a/leet-track

Web app for tracking and visualising LeetCode progress.

data-visualization leetcode leetcode-stats web-app

Last synced: 01 Apr 2025

https://github.com/ineelhere/shinydwight

A dashboard depicting the great battle of Dwight Schrute and the Computer | The Office

bslib data-visualization imola r rshiny rshiny-application sass server shiny-apps ui-components

Last synced: 02 May 2026

https://github.com/403errors/offset-to-hydrostatic-curve

Group project for making hydrostatic curves from the given ship offset table using python libraries

data-visualization matplotlib-pyplot numpy python3 sklearn

Last synced: 10 May 2026

https://github.com/alexandertiopan1212/arbidex

ArbiDex is a smart prediction market arbitrage dashboard that detects mismatches between similar Manifold markets using fuzzy logic, complete with actionable insights, weekly trend tracking, and historical database.

ai-trading altair data-visualization finance fuzzy-matching manifold-markets prediction-markets python sqlalchemy sqlite streamlit

Last synced: 21 Apr 2026

https://github.com/ricardolsmendes/sna-dw

Companion repository for my Data Science & Analytics MBA Term Paper: "Social Network Analysis applied to Data Warehouses: opportunities and constraints for Data Governance"

data-analytics data-governance data-science data-visualization network-science social-network-analysis

Last synced: 21 Apr 2026

https://github.com/dangerousfish/uk-climate-trends-dashboard-metoffice

A data pipeline and Streamlit dashboard that aggregates, cleans and visualises historical UK Met Office station data - interactive charts, heatmaps and maps for temperature, rainfall and sunshine.

climate climate-analysis climate-change climate-data climate-science data-analysis data-visualization metoffice metofficeweather streamlit temperature weather

Last synced: 02 May 2026

https://github.com/rakumar99/power-bi-projects

This repository contains various power bi projects and dashboards of Humaan Resources , Financial Analysis using Power BI Desktop.

dashboards data-analysis data-visualization databases datacleaning datamodeling etl powerbi powerquery reports

Last synced: 04 Jun 2026

https://github.com/md-emon-hasan/2-simple-bioinformatics-dna-ml-app

A simple bioinformatics application for DNA sequence analysis using machine learning techniques, implemented in Python.

bioinformatics data-science data-visualization deployment dna-sequences dna-sequencing supervised-machine-learning

Last synced: 09 Jun 2026

https://github.com/msthamizh/chicago-crime-analyzer

Developing a PowerBI dashboard that allows users to interactively analyze and predict crime patterns using machine learning. The supports crime trend analysis and enabling users to explore insights such as crime hotspots, peak hours, arrest rates, and incident locations while providing dynamic visualizations for enhanced decision-making.

data-preprocessing data-visualization exploratory-data-analysis machine-learning matplotlib powerbi python seaborn

Last synced: 28 Apr 2026

https://github.com/dev-ev/shiny-qc-dashboard

QC dashboard for LC-MS proteomic equipment using R and shinydashboard

dashboard data-visualization mass-spectrometry orbitrap-ms performance-monitoring proteomics shiny shinydashboard

Last synced: 27 Jul 2025

https://github.com/repnot/gauge-demo

A Streamlit demo application for the streamviz Python package publicly available and distributed via the Python Package Index.

data-visualization plotly python streamlit

Last synced: 19 Apr 2026

https://github.com/msikorski93/visualizing-lastest-usgs-earthquakes

This notebook contains an introduction to the use of Python and cartopy to visualize data concerning earthquakes. We will first read a file with earthquake locations (latitudes, and longitudes), magnitudes in Richter scale, and depths, and other descriptors and then overlay it on a worldwide map.

cartopy data-visualization folium map

Last synced: 09 Jun 2026

https://github.com/sanchariii/stock-price-predictor

This project utilizes Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.

data-visualization keras-tensorflow neural-network python

Last synced: 26 Jul 2025

https://github.com/avidlearnerinprogress/text_analytics_101

Coursework solutions for the course COMP47600 - Text Analytics

data-science data-visualization natural-language-processing nlp python3 r text-analytics

Last synced: 05 May 2026

https://github.com/fybex/chatgpt-conversations-analysis

Analysis of 89,000 ChatGPT conversations to understand interaction patterns and response behaviors.

chatgpt conversation-analysis data-analysis data-visualization language-analysis prompt-patterns sentiment-analysis

Last synced: 02 May 2026

https://github.com/pradipece/weather_forecast_data_analysis

Using decision trees and random forest algorithms to solve real-world data analysis. "sklearn_decision_trees_random_forests"

data-analysis data-science data-visualization git github python python3

Last synced: 19 Apr 2026

https://github.com/dan-alvares/climaterbot

Repositório do projeto do bot CLIMATER, que fornece visualização de dados agroclimáticos, suas médias e séries temporais para usuários do Telegram, democratizando o acesso desses dados para pequenos produtores.

data-visualization inmet telegram-bot time-series

Last synced: 04 Apr 2026

https://github.com/jolars/qualpal-py

A Python package for automatic generation of qualitative color palettes

colors data-visualization palette-generation

Last synced: 04 Apr 2026

https://github.com/ascender1729/urban-soundscape-harmonizer

Real-time noise level monitoring and analysis for major Indian cities using IoT simulation and data visualization.

data-visualization iot-simulation noise-pollution python react-fastapi urban-planning

Last synced: 27 Jul 2025

https://github.com/sandk21/detection_faux_billets

Algorithme de détection de faux billets selon leurs dimensions géométriques et application web pour générer les prédictions

data-analysis data-science data-visualization machine-learning pandas python scipy sklearn streamlit

Last synced: 03 Apr 2026

https://github.com/amanpatel-1234/automatic_data_analyzer_app

📊 Automatic Data Analyzer is a Streamlit web app that performs complete data analysis with just a single file upload. Simply upload your CSV file, and the app automatically generates: Data Overview: Preview, summary statistics, and data types. Visual Analysis: Histograms, distribution plots, and interactive charts for numeric columns.

app data-science data-visualization matplotlib-pyplot numpy pandas python3 seaborn seaborn-plots streamlit

Last synced: 09 Apr 2026

https://github.com/redayzarra/ml-skincancer-project

This project utilizes a convolutional network to identify 9 different kinds of skin cancers including melanoma, nevus, and more. The model is trained on over 2,200 pictures of various skin cancers based off of this dataset. This model implements fundamental computer vision and classification techniques and includes a step-by-step implementation.

computer-vision convolutional-neural-networks data-visualization deep-learning lenet lenet-5 lenet-architecture machine-learning machine-learning-algorithms neural-network

Last synced: 17 Apr 2026

https://github.com/dsnchz/solid-plotly

SolidJS wrapper for Plotly.js – reactive and performant charts powered by Plotly, built for Solid.

analysis analytics charting-library charts data-visualization solidjs visualization

Last synced: 02 Apr 2026

https://github.com/aymane-maghouti/mobile-data-hive-insights

This project demonstrates the process of extracting data from a MySQL database, transferring it using Apache Sqoop, storing it in Hive Data warehouse (the data actually is store in Hadoop Distributed File System (HDFS)), and performing analysis using Hive Query Language (Hive QL) (it is a language close to SQL). Then visualize the data in Power BI,

apache-sqoop data data-integration data-visualization hadoop-hdfs hivedb hiveql powerbi

Last synced: 09 Mar 2026

https://github.com/whitehathackerpr/data-visualization-tool

This is a Python-based web application that allows users to upload datasets, analyze data, and create visualizations interactively. The tool is designed for ease of use and provides a simple interface to perform basic data analysis and generate visualizations

data data-analysis data-visualization python python3

Last synced: 05 Sep 2025

https://github.com/md-emon-hasan/3-eda-basketball-ml-app

A ML application focused on EDA and basketball analytics, showcasing data visualization and insights using Python and relevant libraries.

basketball-analysis csv data-visualization eda exploratory-data-analysis exploratory-data-analysis-eda ml-app

Last synced: 12 Apr 2026

https://github.com/prem-ium/tax-merge

Consolidate multiple 1099 brokerage tax forms, visualize realized gains/losses, and track data for Fidelity, Chase, Vanguard, Schwab, and others!

1099 accounting chase data-science data-visualization data-wrangling desktop-application fidelity financial-analysis firstrade graphical-user-interface schwab tastytrade tax tax-forms taxes vanguard

Last synced: 02 Feb 2026

https://github.com/sreejabethu/sales-data-analysis-forecasting

Welcome to the Sales Data Analysis & Forecasting project! 🚀 This repository showcases my data analysis skills through exploratory data analysis (EDA), data cleaning, and visualization of sales and customer feedback data. The goal is to extract actionable insights to drive business decisions.

analysis barchart data-visualization datacleaning exploratory-data-analysis forecasting histogram matplotlib-pyplot numpy-library pandas-library pycharm-ide sales-analysis salesdata salesdataanalysis seaborn-plots transformation

Last synced: 19 May 2026