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.
- GitHub: https://github.com/topics/data-visualization
- Wikipedia: https://en.wikipedia.org/wiki/Data_visualization
- Created by: Charles Joseph Minard
- Aliases: dataviz,
- Last updated: 2026-07-09 00:07:53 UTC
- JSON Representation
https://github.com/ledsouza/reg-linear-ii
Projeto de estudo de técnicas avançadas de modelagem em regressão linear
data-science data-visualization linear-regression pandas seaborn sklearn statsmodels vitrinedev
Last synced: 03 May 2026
https://github.com/akhil-krishnan-r/super_market_analysis
The growth of supermarkets in most populated cities are increasing and market competitions are also high. This dataset is one of the historical sales of supermarket company which has recorded in 3 different branches for 3 months data. Predictive data analytics methods are easy to apply with this dataset
data-visualization matplotlib numpy pandas seaborn
Last synced: 03 May 2026
https://github.com/panastasiadis/k8s-smart-home-frontend-service
A Streamlit-based front-end, developed as part of the thesis "Enhancing Integration Process and Manageability of a Microservices-Based Home Automation Application with Kubernetes". This GUI connects to a Django backend and InfluxDB to enable real-time sensor monitoring, device and room management, and action automation.
dashboard data-visualization gui home-automation python smart-home streamlit user-interface
Last synced: 03 May 2026
https://github.com/gerhynes/d3-birth-chart
An interactive UN birth rate bar chart built to practice manipulating SVGs with D3. Built for The Advanced Web Developer Bootcamp.
d3 data-visualization javascript
Last synced: 03 May 2026
https://github.com/allanreda/ga4-session-predictor-flask-app
Flask app that can predict future number of GA4 sessions, using the Prophet library.
data-visualization flask ga4-api matplotlib pandas prophet-library python time-series-forecasting
Last synced: 03 May 2026
https://github.com/leandrocollares/foreign-born-population-in-canada
Responsive bar chart that shows the percentage of foreign-born population in Canada between 1871 and 2011
Last synced: 03 May 2026
https://github.com/prachipatel15/priceprediction
I've build a real estate price prediction project which predicts a house price in Banglore.
data-science data-visualization machine-learning pandas python
Last synced: 03 May 2026
https://github.com/shivabajelan/belly-button-biodiversity-dashboard
Belly Button Biodiversity Dashboard is an open-source interactive dashboard that visualises the Belly Button Biodiversity dataset. Built with JavaScript, D3.js, Plotly.js, HTML, and CSS, the dashboard features include a dropdown menu, horizontal bar chart, bubble chart, demographic information display.
css d3 dashboard data-visualization html javascript plotly visualization
Last synced: 03 May 2026
https://github.com/martn2023/housing-prices-ml-supervised-learning
My first end-to-end ML/supervised learning project: housing price estimation
data-science data-visualization decision-tree end-to-end-machine-learning linear-regression machine-learning matplotlib pandas predictive-analytics random-forest scikit-learn supervised-learning
Last synced: 03 May 2026
https://github.com/imgios/dependensee
📊 Minimal relaxed functional dependencies set visualization webapp.
angular d3js data-visualization ionic rfd typescript visual-analytics webapp
Last synced: 03 May 2026
https://github.com/yugsumeet17/churn-analysis-project--power-bi-sql-machine-learning
Dataset Explained, Project Goals & Metrics Required, SQL Server ETL & Data Cleaning, Power BI Data Load, Transformation, Blueprint & Measures, Power BI Visualization - Summary Page, Building Machine Learning Model - Random Forest, Power BI Visualization - Churn Prediction Page
data data-visualization dataanalytics excel postgresql powerbi python3
Last synced: 03 May 2026
https://github.com/ljadhav25/swiggy-restaurant-analysis
This repository contains data and analysis related to restaurants listed on Swiggy, one of India's largest online food ordering and delivery platforms. The objective is to explore restaurant trends, customer reviews, pricing strategies, and delivery metrics to gain insights into the food delivery industry.
data-analysis data-visualization matplotlib-pyplot numpy-library pandas-library python seaborn-plots
Last synced: 03 May 2026
https://github.com/eikospartners/ngcatalyst
Repo for visuzalizations for Angular
Last synced: 03 May 2026
https://github.com/ibrahim1993-2/iraq-primary-enrollment
Data analysis of Iraq’s primary school enrollment (1960–2024). Includes SQL-style exploration, 14 insights with CSV exports, visualizations, and a polished Jupyter Notebook (PDF + HTML).
data-visualization eda education-data iraq jupyter-notebook matplotlib pandas portfolio-project python3 world-bank
Last synced: 03 May 2026
https://github.com/joaopalmeiro/b2-presentation
Materials for the presentation of the paper: "B2: Bridging Code and Interactive Visualization in Computational Notebooks" (Yifan Wu, Joseph M. Hellerstein, Arvind Satyanarayan — UIST 2020).
data-visualization interactive-visualizations jupyter jupyter-notebook jupyter-notebook-extension python r vega-lite xaringan
Last synced: 03 May 2026
https://github.com/devesh8423/machine_learning
Machine Learning practice projects, Jupyter notebooks, and datasets for learning regression, classification, and data analysis.
classification data-analysis data-science data-visualization jupyter-notebook machine-learning matplotlib ml-project numpy-library pandas python regression sckit-learn seaborn
Last synced: 03 May 2026
https://github.com/donmaruko/flask-data-analysis
Flask API for statistical calculations. Data analysis, cleansing, visualization, and manipulation. Documented by Swagger.
api api-rest data-analysis data-science data-visualization datascience flasgger matplotlib pandas seaborn sqlite wordcloud
Last synced: 03 May 2026
https://github.com/akashparley/ipl-data-analysis
The IPL Data Analysis project focuses on extracting valuable insights from IPL match data using various data analytics techniques. By analyzing historical match outcomes, player performances, team comparisons, and venue statistics, the project visualizes trends and patterns through graphs like bar charts, line graphs, and scatter plots.
analytics data-visualization excel metplotlib numpy pandas python seaborn tableau-dashboards
Last synced: 04 May 2026
https://github.com/fnfkkengine/website-performance-data-analysis-project
🌐 Analyze website performance data to gain insights on user engagement, traffic trends, and optimize your digital presence effectively.
analysis analytics dashboard data-analyst data-collection data-preprocessing data-visualization dax funnel-analysis jupyter-notebook matplotlib mysql numpy paid-search power-query project-management python storytelling
Last synced: 04 May 2026
https://github.com/pragmaai/yelp-datapipeline
🍽️ Yelp Data Pipeline & Analytics Dashboard End-to-end data engineering pipeline processing Yelp dataset with Rust transforms, Apache Airflow orchestration, and interactive Streamlit analytics. Features business insights, user engagement analysis, and city performance comparisons. 🚀 Docker-ready • 📊 Interactive Dashboard • ⚡ High-performance R
airflow data-engineering data-pipeline data-visualization datafusion docker rust streamlit yelp yelp-dataset
Last synced: 04 May 2026
https://github.com/pejpero/multi-class_classifier
This project demonstrates multiclass classification using Perceptron and Logistic Regression, implemented from scratch without using built-in libraries. It includes techniques like One-Versus-The-Rest and One-Versus-One for Perceptron, and Softmax for Logistic Regression, with a focus on understanding core ML concepts.
data-visualization logistic-regression machine-learning multiclass-classification one-vs-one one-vs-rest perceptron python scratch-implementation softmax
Last synced: 09 Jun 2026
https://github.com/samruddhi3012/screen-time-analysis
Hi! This repo demonstrates a python project on Screen Time Analysis.
data-analysis data-visualization python
Last synced: 04 May 2026
https://github.com/parmaster/logserver
Collecting telemetry data posted by IoT devices into MQTT, filtering, processing and visualizing results
data-visualization golang-template iot-application mqtt mqtt-client template
Last synced: 04 May 2026
https://github.com/rumana-amin/sql-data-warehouse-and-analytics-project
Building a data warehouse using with SQL Server, including ETL processes, data modeling, and analytics
data-cleaning data-visualization data-warehouse etl etl-pipeline sql-queries sql-server
Last synced: 09 Jun 2026
https://github.com/mindlessmuse666/titanic-data-visualization
Проект по визуализации данных о пассажирах Титаника с использованием библиотек Python Matplotlib, Seaborn и Plotly.
data-analysis data-visualization matplotlib pandas plotly python seaborn titanic
Last synced: 04 May 2026
https://github.com/gerhynes/d3-pie-chart
A D3 pie chart showing UN birth data grouped by continent. Built for The Advanced Web Developer Bootcamp.
d3 data-visualization javascript
Last synced: 04 May 2026
https://github.com/brooks-code/silver-broccoli
ATMO-viz submission for the DGE 2024 Challenge
data-processing data-science data-visualization dataviz leaflet machine-learning open-data openstreetmap state-machine
Last synced: 04 May 2026
https://github.com/joaopalmeiro/altair-playground-app
An application powered by Streamlit to test different configurations on an Altair chart.
altair data-visualization streamlit
Last synced: 04 May 2026
https://github.com/leosimoes/udacity-communicate-data-findings-titanic
Project 5 of the Udacity Data Analyst Nanodegree Program. Data analysis with views of the titanic dataset.
data-science data-visualization python
Last synced: 04 May 2026
https://github.com/michal-radomski/3d-libraries_data-visualization_webgl
3D libraries, data visualization and WebGL courses from Udemy.com
3d d3js data-visualization threejs webgl
Last synced: 04 May 2026
https://github.com/xiaohan2012/myunisport
Visualize your Unisport annual training records
data-analysis data-visualization pandas pygal sports-stats tikzposter
Last synced: 04 May 2026
https://github.com/fatihilhan42/the-office-eda
Data analysis study of my favorite sitcom, The Office (US).
data-analysis data-science data-visualization fatihilhan office python sitcom
Last synced: 04 May 2026
https://github.com/sanchittechnogeek/rental-data-visualization_python
Statistics and visualization of rental data with python
data-analysis data-science data-visualization statistics
Last synced: 04 May 2026
https://github.com/nitrocosmstudios/temperature-sonification
Experimental sonification of temperature sensor data revealing structured, speech-like patterns coinciding with geomagnetic disturbances. Includes original dataset processing, synthetic signal attempts, and full write-up.
audio-analysis data-visualization electromagnetic-interference emf environmental-monitoring open-science raspberry-pi signal-processing sonification temperature temperature-monitoring temperature-sensor usb-devices weird-science
Last synced: 04 May 2026
https://github.com/furkalb/global-power-plant-analysis
Global Power Plant Database Analysis is a Streamlit-based interactive web app designed to explore and analyze worldwide energy generation data
analysis data-science data-visualization energy-analysis exploratory-data-analysis gis global-energy machine-learning mapbox plotly predictive-modeling python streamlit streamlit-dashboard
Last synced: 04 May 2026
https://github.com/damisparks/become_data_analyst
Are you new to Data Analysis ? Here you will find simple notebook that will help through your journey. These are personal projects I work on and still working.
data data-analysis data-visualization matplotlib numpy pandas-tutorial
Last synced: 04 May 2026
https://github.com/ibrahimm7004/supermarket-sales-analysis
This project focuses on Data Mining techniques to gather inisights about customer behaviour regarding Supermarket Sales. Includes: Association Rule Mining, Temporal Patterns in customer behavior, Sequential Pattern Mining, Classification, Regression, and Outlier Detection.
apriori association-rules data-analysis data-mining data-science data-visualization fpgrowth python sales-analysis supermarket-sales
Last synced: 04 May 2026
https://github.com/mr-chang95/sf_data_visualization
In this personal project, I am interested in examining all of the active businesses in the San Francisco Bay Area while performing some simple data visualizations, mainly on categorical variables.
business data-analysis data-visualization jupyter-notebook pandas python san-francisco
Last synced: 04 May 2026
https://github.com/mohammadmahdi-abdolhosseini/data-analysis-and-ai-courses
Artificial Intelligence + Engineering Probability & Statistics courses projects
classification data-visualization genetic-algorithm jupyter-notebook machine-learning matplotlib minmax-alpha-beta-pruning neural-network numpy pandas python
Last synced: 04 May 2026
https://github.com/analitico-771/etf_analyzer
This is an An application that pulls and analyzes ETF data from a database
conda-environment data-analysis data-structures data-visualization database etf-investments fintech hvplot pandas-dataframe python quantitative-finance sqlalchemy
Last synced: 04 May 2026
https://github.com/fatihilhan42/book-recommendation-system-with-python
In this project, we are making a book recommendation system that recommends similar books according to the genres or ratings that the user enters, using a large book dataset. The link of the dataset is given below. Happy reading...
books data-analysis data-science data-visualization kaggle python recommendation-engine recommendation-system
Last synced: 04 May 2026
https://github.com/hilalguleryuz/northwind_data_analysis_capstone_project
Northwind Capstone Project
capstone-project dashboard data-analysis data-visualization dax jupyter-notebook matplotlib northwind northwind-database pandas postgresql powerbi python seaborn sql
Last synced: 04 May 2026
https://github.com/sagarprajapat2004/data-analysis-visualization
Downloaded and analyzed a dataset from Kaggle using NumPy and Pandas created visualizations with Matplotlib and Seaborn developed a Flask web application to showcase data insights and conclusions.
data-analysis data-modeling data-visualization exploratory-data-analysis flask python statical-analysis
Last synced: 04 May 2026
https://github.com/hyperplasma/olympic-visualization-analysis
Multidimensional analysis and visualization of Olympic medals, economy, and happiness index.
data-analysis data-visualization matplotlib numpy pandas python wordcloud
Last synced: 04 May 2026
https://github.com/jdanielgoh/abuso-escuelas
Codigo fuente del proyecto depredadores en las aulas. Construido con Nuxt.js, three.js y d3.js
d3js data-visualization ddj threejs
Last synced: 09 Jun 2026
https://github.com/halyusa16/e-commerce-analysis
This project analyzes a public e-commerce dataset to uncover valuable insights and answer critical business questions. The dataset contains customer, product, order, and transaction details, providing a comprehensive view of the e-commerce platform's operations.
data-analysis data-cleaning data-exploration data-visualization self-project
Last synced: 09 Jun 2026
https://github.com/utkansha/taylorconcertanalysis
data-visualization matplotlib python streamlit
Last synced: 04 May 2026
https://github.com/abhinav330/911-emergency-calls-analysis
This Python Notebook analyzes emergency call data from the '911.csv' dataset. It uses various data visualization techniques to explore and gain insights into the emergency call data, including the types of calls, reasons for calls, and call patterns over time.
data-analysis data-science data-visualization eda exploratory-data-analysis exploratory-data-visualizations numpy pandas python
Last synced: 09 Jun 2026
https://github.com/ljadhav25/logistic-regression-data-science-
Logistic regression estimates the probability of an event occurring, such as voted or didn’t vote, based on a given data set of independent variables.
data-analysis data-science data-visualization logestic-regression machine-learning
Last synced: 04 May 2026
https://github.com/josewebdev2000/us-violent-crime-data-analysis
Analyzing Violent Crime in the United States of America from 1960 to 2019
data-analysis data-science data-visualization interactive-visualizations jupyter-notebook pandas plotly python
Last synced: 04 May 2026
https://github.com/mugilan1309/csv_analyzer
📊 A simple Streamlit-based CSV Analysis & Preprocessing Tool for quick data insights.
csv-processing data-analysis data-visualization machine-learning python streamlit
Last synced: 04 May 2026
https://github.com/balajimohan18/sales-forecasting-datascience-project
Develop a data science project using historical sales data to build a regression model that accurately predicts future sales. Preprocess the dataset, conduct exploratory analysis, select relevant features, and employ regression algorithms for model development. Evaluate model performance, optimize hyperparameters, and provide actionable insights.
data-analytics data-science data-testing data-visualization forecasting forecasting-models machine-learning model-evaluation predictive-modeling python regression-algorithms salesforecast scipy sklearn-library supervised-learning
Last synced: 04 May 2026
https://github.com/bishopce16/pyber_analysis
The purpose of this project was to complete an exploratory analysis and create visualizations of the 2019 ride sharing data from PyBer.
data-analysis data-visualization jupyter-notebook matplotlib pandas python
Last synced: 04 May 2026
https://github.com/venumadhav2407/used-car-price-prediction
Car Dheko Used car price prediction
data-visualization deployment machine-learning python streamlit
Last synced: 04 May 2026
https://github.com/drod75/nyc-arrests-analysis
This is a simple Data Science Project made to analyze and display data and trends found within the NYC Arrests Year to Date Dataset.
data-analysis data-visualization folium jupyter-notebook matplotlib-pyplot nyc-opendata nypd python scikit-learn seaborn
Last synced: 04 May 2026
https://github.com/flytomarsz/bike-sharing-system-analysis
This analysis project aim to identify bike rental's behavior in 2012 from Capital Bikeshare system, Washington D.C., USA. This project is part of my Data Analysis study at Dicoding.
data-analysis data-visualization jupyter-notebook python streamlit
Last synced: 04 May 2026
https://github.com/thuongtruong1009/charts
📊 Visualize data with common charts
chart chartjs csv d3 data-visualization nextjs react reactjs typescript
Last synced: 05 May 2026
https://github.com/shishirshekhar/census-web-app
This web app allows a user to explore and visualise census data
data-analysis data-science data-visualization machine-learning python python3 streamlit streamlit-application streamlit-dashboard streamlit-web streamlit-webapp visualization
Last synced: 05 May 2026
https://github.com/jcm-ai/personal-data-science-projects
This page contains all of my personal data science projects. 📊📈📉👨💻
data-analysis data-visualization exploratory-data-analysis jupyter-notebooks machine-learning-algorithms matplotlib-pyplot numpy-library pandas-python personal-project predictive-modeling programming python3 scikit-learn scipy seaborn statistical-analysis
Last synced: 05 May 2026
https://github.com/dhruvsrikanth/basic-data-science
A short Data Science Project I took up for fun! This is a data analysis based on a dataset I created to predict the distribution of wealth within an economy as well as several characteristics of each class within society!
analysis data-analysis data-pipeline data-science data-visualization machine-learning matplotlib pandas python seaborn sklearn
Last synced: 05 May 2026
https://github.com/kplanisphere/plotted-2d-environment
Proyecto 7 - Graficación
2d-graphics algorithm-implementation computer-graphics cpp data-visualization graphical-interface matrix-transformations opengl polygon-animation
Last synced: 05 May 2026
https://github.com/s4rrar/israel-gaza-war
Human losses of the Israeli genocide in Gaza and the West Bank in numbers (October 7th War Victims)
data-engineering data-science data-visualization datascience jupyter jupyter-notebook python
Last synced: 05 May 2026
https://github.com/benedart/interactive-information-visualization
Interactive Information Visualization Project
d3 data-visualization information-visualization
Last synced: 05 May 2026
https://github.com/riyouuyt/investigate-hotel-business-using-data-visualization
Explore hospitality data, visualizing customer behavior in hotel reservations and its impact on cancellations for strategic insights.
businessreporting data-visualization hotel-booking jupyter-notebook matplotlib-pyplot presentation python
Last synced: 05 May 2026
https://github.com/dona-eric/projet-etudiant
Objectif : Étudier et Analyser les facteurs qui influencent l'engagement des étudiants et les niveaux de risque dans un contexte éducatif .
data-science data-visualization fastapi machine-learning sante-etudiant streamlit
Last synced: 05 May 2026
https://github.com/badranalyst/residential-unit-prices-data-analysis-application
Python-based analysis of residential unit prices, focusing on data cleaning, visualization, and exploratory data analysis (EDA). Key features include price distribution, and correlation analysis between factors like size, location, and pricing.
data-analysis data-visualization dataset matplotlib numpy pandas python seaborn
Last synced: 05 May 2026
https://github.com/codewithmayank-py/box-office-analysis-with-seaborn-and-python
This repository contains Python code and datasets for analyzing box office data. Explore trends, patterns, and factors influencing movie performance.
analysis box-office-data-analysis data-analysis data-visualization dataset jupyter-notebook matplotlib pandas python3 seaborn
Last synced: 05 May 2026
https://github.com/saineshnakra/data-model-visualization-jupyter
A collection of Jupyter notebooks for visualizing machine learning models, echelon graphs, and data structures.
classification-visualization clustering-visualization-notebook data-models data-science data-visualization jupyter-notebook machine-learning python python3
Last synced: 05 May 2026
https://github.com/kuranez/eu-energy-map
Dashboard visualizing renewable energy trends in the European Union.
dashboard dashboards data-analysis data-visualization energy-data european-union geopandas green-energy interactive-map map pandas plotly python renewable-energy renewables web-app
Last synced: 05 May 2026
https://github.com/sundarmd/digital_twin_for_li-ion_batteries
Digital Twin for Li-ion batteries on AWS built using S3, EC2, SageMaker, Redshift, Terraform, QuickSight
aws-ec2 aws-s3 data-visualization iot python3 pytorch sql terraform
Last synced: 05 May 2026
https://github.com/shruthin4/ipl-cricket-analysis-2007-2024
In-depth IPL Cricket Data Analysis (2007–2024) with visual insights on teams, players, and match outcomes.
analysis cricket data-visualization eda ipl python sports-analytics
Last synced: 05 May 2026
https://github.com/hms75/movie_rating_analysis
A movie rating analysis which identifies trends amongst a dataset of 5000 movies.
data-analysis data-visualization matplotlib-pyplot numpy pandas python
Last synced: 05 May 2026
https://github.com/lkasym/smart-dynamic-pricing
An AI-powered dynamic pricing system using Dueling DQN and customer behavior simulation, with a full-stack React + Flask dashboard for real-time insights and performance benchmarking.
ai-project data-visualization deep-learning dqn-tensorflow ecommerce full-stack-ai machine-learning reinforcement-learning tensorflow
Last synced: 05 May 2026
https://github.com/robmcelhinney/roman-emperors
D3.js Bar Charts of Roman Emperors' Age and length of Reign from 63 BCE to 395 CE
d3 d3js data-visualization emperor roman rome
Last synced: 06 May 2026
https://github.com/benjaminrose/data-analysis-book
A Jupyter Book for my Spring 2025 PHY 5381 class on Data Analysis
book data-analysis data-science data-visualization jupyter-book open-book python r statistics-course
Last synced: 06 May 2026
https://github.com/hashkanna/youtube-wrapped-2025
🎬 Spotify Wrapped-style dashboard for YouTube watch history. Built with React + Tessl spec-driven development for EF x Tessl x Anthropic Hackathon.
analytics data-visualization hackathon react recharts tessl vite wrapped youtube
Last synced: 06 May 2026
https://github.com/deaneeth/aqi-monitoring-system
Real-time air quality monitoring system with interactive maps, role-based access control, and automated AQI data simulation. Built with Laravel, MySQL, and Leaflet.js.
air-quality alerts-system data-visualization fullstack geospatial interactive-maps laravel leaflet mysql php phpunit simulation web-application
Last synced: 06 May 2026
https://github.com/sankaran-s2001/us-traffic-accidents-analysis-python-eda
Exploratory data analysis of US traffic accidents from 2016-2023, analyzing patterns by time, location, weather, and severity using Python data science libraries.
data-analysis data-science data-visualization eda matplolib numpy pandas python
Last synced: 06 May 2026
https://github.com/loosenthedark/strikeforce
StrikeForce is an interactive frontend site that processes and presents data on Premier League goalscorers in a meaningful, easy-to-digest form
ajax-request api autocomplete-search bootstrap4 chartjs css3 css3-animations data-visualization emailjs entypo fontawesome frontend html5 interactive javascript jquery tablesorter
Last synced: 06 May 2026
https://github.com/gerhynes/d3-median-age-histogram
A D3 histogram displaying UN data on median ages. Built for The Advanced Web Developer Bootcamp.
d3 data-visualization javascript
Last synced: 06 May 2026
https://github.com/harish-siva/analyzing-personal-expenses
This project aims to simulate an expense tracker for an individual using the Faker library. The project generates realistic monthly expense data, processes and stores it in a SQL database, and creates SQL queries to derive insights into spending behavior. Streamlit app is developed to visualize these insights and showcase the results of SQL queries
data-visualization expense-tracking exploratory-data-analysis financial-analysis matplotlib pandas python seaborn sql sqlalchemy streamlit
Last synced: 06 May 2026
https://github.com/arsh-jafri/econostats
A real-time economic data visualization platform that helps track and analyze key economic indicators through interactive charts, custom datasets, and FRED API integration.
aws data-visualization economic-data economics elasticbeanstalk federal-reserve flask fred-api
Last synced: 06 May 2026
https://github.com/sahilmate/ebm-breast-cancer-classifier
This repository implements an Explainable Boosting Machine (EBM) model for breast cancer classification using scikit-learn and interpret. The project includes data preprocessing, model training, accuracy evaluation, and feature importance visualization.
breast-cancer-classification data-visualization explainable-boosting-machine feature-importance interpret machine-learning scikit-learn
Last synced: 06 May 2026
https://github.com/karlyndiary/coffee-shop-sales-analysis
Comprehensive analysis of coffee shop sales utilizing Pandas for data cleaning and exploratory data analysis (EDA), complemented by Streamlit for creating interactive data visualization dashboards.
data-analysis data-cleaning data-preprocessing data-visualization eda pandas streamlit streamlit-dashboard
Last synced: 07 May 2026
https://github.com/brooks-code/miniature-fortnight
DataSwag | Submission for the HackaViz 2025 challenge.
3d clothes customization data-visualization dataviz decals flooding joyplot reactjs t-shirt-3d-customizer three-js tshirtdesigner vite
Last synced: 07 May 2026
https://github.com/ganesh774218/eda-book-store
Exploratory data analysis on a book store dataset to uncover sales trends, popular genres, and top publishers.
data-visualization datacleaning datamanipulation eda matplotlib numpy pandas python pythonp pythonproject seaborn
Last synced: 07 May 2026
https://github.com/alekiie/streamlit-dashboard
A dashboard that utilizes the power of streamlit charts to create intuitive and easy to understand charts for data visualization.
data-visualization matplotlib numpy pandas python3 streamlit
Last synced: 07 May 2026
https://github.com/harshsahu23/wabtec3_brakesgui_shared
💻 App to visualize error logs and dump files generated by the braking system of locomotives 🚅
csv data-visualization graphs pandas plotly python streamlit visualization
Last synced: 07 May 2026
https://github.com/jgohel9902/property-analytics-u.s.-owned-and-leased-properties
This project focuses on analyzing the U.S. Inventory of Owned and Leased Properties using datasets from Data.gov. It includes SQL queries for data cleaning and trend analysis, Excel for manipulation and reporting, Python for automated workflows and exploratory data analysis, and Power BI for creating interactive dashboards to visualize key insights
data-visualization dataanalysis excel jupyter-notebook pandas powerbi python sql
Last synced: 07 May 2026
https://github.com/nicovandenhooff/wids-datathon-2022
This repository contains solution for the 2022 Women in Data Science Kaggle competition that I participated in, which obtained a top 10% leaderboard standing.
catboost data-visualization datascience energy-consumption ensemble-learning exploratory-data-analysis kaggle lightgbm machine-learning scikit-learn women-in-data-science xgboost
Last synced: 07 May 2026
https://github.com/citizenlabsgr/openbudgetkw
Promoting a deeper understanding of the Kentwood, MI city budget process and city priorities.
csv data-visualization jade javascript react
Last synced: 07 May 2026
https://github.com/tjas/postgrad-ai-ddv-plotly
Jupyter Notebook to analyze the salaries of Federal District government public servants, using Python, Pandas and Plotly Express, to solve the proposed exercise in "Data Discovery and Visualization" discipline.
analysis analytics data data-analytics data-discovery data-science data-visualization graph graphs jupyter-notebook jupyter-notebooks pandas plotly plotly-express python
Last synced: 07 May 2026
https://github.com/leandrocollares/employment-insurance-beneficiaries
A responsive line chart that shows regular Employment Insurance beneficiaries in Canada between 2019 and 2021
Last synced: 07 May 2026
https://github.com/amarlearning/exploring-67-years-of-lego
In this project, I have explored database of every LEGO set ever built.
data-manipulation data-visualization importing-and-cleaning-data jupyter-notebook pandas python
Last synced: 07 May 2026
https://github.com/cnoret/hexa-watts
Interactive data visualization and machine learning app for energy consumption analysis and prediction in France, built with Streamlit. (Text in French)
data-visualization electricity-forecasting energy-analysis france machine-learning scikit-learn streamlit
Last synced: 07 May 2026
https://github.com/sammdu/global-warming-hurricane-typhoon
The Effect of Global Warming on Hurricane and Typhoon Occurrence
data-science data-visualization global-warming hurricane-data
Last synced: 07 May 2026