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-06-23 00:07:39 UTC
- JSON Representation
https://github.com/mahitej28/analysis-of-ameo-dataset
Performing Exploratory Data Analysis of a Dataset
analysis bivariate-analysis data-visualization eda exploratory-data-analysis python univariate-analysis
Last synced: 12 Jun 2026
https://github.com/neelsoumya/visualization_lecture
visualization for data science lecture series
data-science data-visualization teaching-materials unsupervised-machine-learning visualization
Last synced: 13 Jun 2026
https://github.com/flazefy2/fe-100_healthiest_foods_nutrition_and_origin
apexcharts csv data-visualization javascript vue
Last synced: 31 Jan 2026
https://github.com/lijesh010/globalsuperstoresalesanalysis
The Global Superstore Sales Analysis repository showcases a comprehensive Power BI dashboard that provides valuable insights into sales performance. This project is designed to present key information and trends to stakeholders, enabling informed decision-making.
dashboard data-analysis data-visualization msexcel power-bi sales-analysis
Last synced: 19 Mar 2026
https://github.com/as16082023/hotel-booking-analysis-eda-
Exploratory Data Analysis on hotel booking data using Python
data-analysis data-visualization exploratory-data-analysis jupyter-notebook python
Last synced: 29 Apr 2026
https://github.com/code-taweezy/thermos-ai
An AI-powered thermal optimization and anomaly detection system for energy-efficient data centers. Note: this is a MVP
ai case-study data-visualization lovable-ai machine-learning matpplotlib mvp numpy pandas project python sckiit-learn seaborn solution tensorflow
Last synced: 02 May 2026
https://github.com/clhenrick/react-d3-punchcard-chart
React + D3 Punchcard Chart demo
d3 data-visualization data-viz demo react
Last synced: 04 May 2026
https://github.com/dataideaorg/dataidea-science-backup
The Complete Programming For Data Science Course
data-analysis data-science data-visualization deep-learning machine-learning nbdev programming python
Last synced: 10 Jan 2026
https://github.com/noturlee/titanic-datamodel
This project demonstrates the process of data preprocessing, model training, evaluation, and tuning in building a predictive model for a classic dataset. The Random Forest model, with its ability to handle complex relationships and interactions between features, proved to be the most effective in this case.
data-modeling data-science data-visualization python
Last synced: 08 Apr 2025
https://github.com/robinmillford/analytics_for_fashion_supply_management
This Streamlit dashboard provides a comprehensive analysis of supply chain data, focusing on key metrics such as production volumes, stock levels, order quantities, revenue, manufacturing costs, lead times, shipping costs, transportation routes, risk factors, and sustainability factors
dashboard data-analysis data-visualization streamlit supply-chain-management
Last synced: 07 Sep 2025
https://github.com/husna-poyraz/titanic-machine-learning
Use machine learning to create a model that predicts which passengers survived the Titanic shipwreck.
data data-analysis data-science data-visualization deep-learning machine-learning missing-data outlier-detection python titanic
Last synced: 10 May 2026
https://github.com/nafisalawalidris/sprocket-central-pty-ltd-
Sales Analysis - Sprocket Central Pty Ltd: This repository presents an in-depth analysis of sales data for Sprocket Central Pty Ltd. Discover key trends, best-selling products, optimal advertising timing, and actionable recommendations for growth. The interactive dashboard provides comprehensive visualizations, empowering stakeholders.
actionable-recommendations advertising-timing best-selling-products data-visualization growth-strategies interactive-dashboard power powerbi sales-analysis trends
Last synced: 06 Feb 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/leosimoes/datascienceacademy-powerbi-3.0
Projetos do curso Microsoft Power BI Para Data Science Versão 3.0 da DataScienceAcademy. Dashboards para diversos casos de negócios.
business-intelligence dashboards data-analysis data-visualization microsoft-power-bi
Last synced: 19 Mar 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/GZ430/global-christianity-dataviz-jp
A web app built in R Shiny for users to explore global Christianity data from Joshua Project, World Watch List, and others.
christianity data-visualization r shiny
Last synced: 10 Mar 2025
https://github.com/jubinjacob03/heartdiseaseclassify-ml
Heart Disease Dataset Analysis & Classification using ML models such as linear, support vector machine, k-means, k-nearest neighbors and logistic regression.
data-analysis data-science data-visualization ipython-notebook kaggle-dataset kmeans knn linear-regression logistic-regression machine-learning matplotlib python seaborn support-vector-machine
Last synced: 18 Jan 2026
https://github.com/sophy8281/sms-spam-detection
Spam messages detection model
classification data-exploration data-preprocessing data-visualization oversampling-technique undersampling-technique
Last synced: 07 Sep 2025
https://github.com/rizerkrof/dataviz-smokingimpactoninsurancecharges
Data visualization about smoking impact on insurance annual charges
data-visualization insurance-pricing plotly-python
Last synced: 30 Apr 2026
https://github.com/musfiquejim/enacp-a-hybrid-machine-learning-framework-for-detecting-anticancer-peptides
EnACP: একটি Ensemble Learning মডেল যা অ্যান্টিক্যান্সার পেপটাইড সনাক্তকরণের জন্য ব্যবহৃত হয়।
adamoptimizer ai cnn-classification data-visualization deep-learning densenet inceptionv3 machine-learning matplotlib-pyplot numpy pandas randomforestclassifier randomforestregressor restnet sklearn u-net-pytorch vgg16 vgg19
Last synced: 04 May 2026
https://github.com/rudeboybert/2016-09-math116
2016-09 Middlebury Intro to Statistical & Data Sciences
data-manipulation data-science data-visualization statistical statistics
Last synced: 16 Feb 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/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/nafisalawalidris/hici-african-foods
HiCi African Foods: Excel dashboard & pivot table analysis of EU food rejection data to identify risks & recommend focus areas for market expansion.
data-analysis data-cleaning data-visualization eu-food-rejection excel-dashboard hici-african-foods market-expansion pivot-tables
Last synced: 19 Mar 2026
https://github.com/pit1000/mrcoldguy
✨ This project demonstrates the capabilities of IoT (Internet of Things) 🌐, combining microcontrollers 🕹️ with web applications 💻, for practical uses of both front-end and back-end 🗄 technologies.
bootstrap data-visualization esp8266 flask-backend html-css-javascript iot python3 sqlite-database wrekzeug
Last synced: 15 Feb 2026
https://github.com/eduardobursa/d3-nuget
D3 package for aspnet applications.
Last synced: 04 May 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/com-480-data-visualization/project-2023-the-vizards
Lausanne Transportation : a data visualization of the Lausanne Transportation network. Developed by the Vizards team as part of the EPFL Data Visualization course project (COM-480).
buses data-analysis data-science data-visualization epfl lausanne map metro public-transport public-transportation switzerland webgl
Last synced: 01 May 2026
https://github.com/pradipece/interactive_analytics_data_automation
This project allows users to control complex dataset processing with Python programming by merging Streamlit with Plotly for visualizations.
automation data-science data-visualization pandas plotly streamlit
Last synced: 01 May 2026
https://github.com/nicholas-miklaucic/rho_plus
The Python data viz nitro canister you didn't know you needed
aesthetics bokeh colormap data-visualization matplotlib plotly python
Last synced: 05 May 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/shuddha2021/stellar-candidate-selector
A sophisticated candidate selection algorithm leveraging multi-criteria analysis and machine learning to identify top software engineering candidates. This tool features flexible filtering, score adjustment, and detailed visualizations to streamline the recruitment process.
candidate-selection data-analysis data-visualization machine-learning pandas plotting-in-python python python-data-analysis recruitment scikit-learn
Last synced: 05 May 2026
https://github.com/anarya22/heart-disease-classification
Predicting heart disease using machine learning. This notebook looks into various python base ML and DS libraries in an attempt to build a machine learning model capable of predicting whether or not someone has heart disease based on their medical attributes.
data-cleaning data-visualization machine-learning matplotlib numpy pandas scikit-learn
Last synced: 01 May 2026
https://github.com/samjtro/tri-map
EPA-TRI Data Visualization & Analysis
data-visualization emissions environment python
Last synced: 01 Sep 2025
https://github.com/ryanfranklin237/data-visualization-python
A tool that allows you to visualize data from a csv or excel file in a graph or charts form
data-analysis data-science data-visualization matplotlib pandas-dataframe python
Last synced: 11 Jun 2026
https://github.com/msohaill/wrappedify
Full stack implementation of Wrappedify
data-visualization express music socket-io spotify sveltekit
Last synced: 05 May 2026
https://github.com/willie-conway/global-superstore-data-modeling-analysis
A comprehensive data modeling and analysis project for the 🌍Global Super Store, focusing on database design 🗃️, sales data analysis 📊, and interactive visualizations 📍 using MySQL 🖥️ and Tableau 📈.
business-analytics business-intelligence data-exploration data-modeling data-preprocessing data-restructuring data-visualization database-design er-diagram geographic-analysis interactive-dashboard mysql profit-analysis sales-analysis sales-performance sales-trends sql star-schema tableau time-series-analysis
Last synced: 21 Jul 2025
https://github.com/jskherman/mama
Malnutrition Monitoring and Assessment System (MaMA) for tracking of various case data of malnutrition in the Philippines
data-visualization python streamlit
Last synced: 12 May 2026
https://github.com/sakan811/honkai-star-rail-a-few-fun-insights-with-data-analysis
The project gives insights that delve into the Honkai Star Rail's character's stats of all available characters as of the given date.
data data-analysis data-science data-visualization docker flask game honkai honkai-star-rail honkai-starrail seaborn webscraping webscraping-data webscraping-selenium
Last synced: 10 Jun 2026
https://github.com/bhaveshbhakta/calories-burnt-prediction-using-xgbregressor
Calories Burnt Prediction
calories-burned data-analysis data-visualization machine-learning python xgboost
Last synced: 12 May 2026
https://github.com/abeltavares/online_retail_pyspark_analysis
PySpark data analysis of the Online Retail Data Set
business-intelligence churn-analysis customer-segmentation data-analysis data-visualization jupyter-notebook machine-learning market-basket-analysis online-retail product-affinity-analysis pyspark
Last synced: 12 May 2026
https://github.com/sricasea/fundraising-insights-mwpccc
Data storytelling meets impact strategy — a nonprofit fundraising analysis project combining SQL, Python, and Deepnote to uncover donor trends and guide smarter decisions.
data-analysis data-storytelling data-visualization deepnote fundraising nonprofit portfolio-project python sql
Last synced: 12 May 2026
https://github.com/devanshsahu47/prime-content-analytics
Prime Data Explorer analyzes Amazon Prime's content and credits data to uncover trends in release years, genres, and ratings. It cleans, merges, and visualizes the data to provide actionable insights for optimizing content strategy and boosting audience engagement.
data-analysis data-visualization exploratory-data-analysis jupyter-notebook python3
Last synced: 13 May 2026
https://github.com/ivandobrovolsky/crimeaisukraine
How do maps, data libraries, streaming platforms, travel services, and internet infrastructure classify Crimea? We audited 200 digital platforms across 12 categories.
bigdata data-science data-visualization database machine-learning python
Last synced: 13 May 2026
https://github.com/ancatmara/dl-philology-2018
Digital Literacy for Philologists (NRU HSE, 2018)
bibliography-managers corpus-tools data-visualization databases digital-humanities digital-literacy digital-maps gephi git google-forms ms-excel ms-word network-analysis office-tools presentation-tools regular-expressions stylo stylometry tutorials xml
Last synced: 13 May 2026
https://github.com/magnus0969/heart-diease-eda
Exploratory Data Analysis (EDA) on heart disease data to uncover key risk factors and patterns. This project utilizes Python, Pandas, Seaborn, and Matplotlib to visualize trends, correlations, and insights that contribute to heart disease prediction and prevention.
data-insights data-science-projects data-visualization heart-disease-analysis python
Last synced: 14 May 2026
https://github.com/satvikpraveen/matplotlibmasterpro
📷 MatplotlibMasterPro is a complete, portfolio-ready project to master data visualization using matplotlib. Includes 16 notebooks, real datasets, exportable plots, custom themes, Streamlit dashboard, and Docker support. Ideal for learners and data professionals.
charts custom-plots dashboarding data-analysis data-science data-visualization educational-project interactive-visualizations jupyter-notebook matplotlib notebooks open-source plotting portfolio-project python python-utilities reproducible-research subplots time-series-analysis visualization-tools
Last synced: 14 May 2026
https://github.com/yashsingh43/cdc-sleep-duration-health-analysis
Analysis of CDC BRFSS 2022 data exploring how sleep duration relates to mental and physical health outcomes.
beautifulsoup brfss cdc data-analysis data-visualization matplotlib pandas plotly public-health python
Last synced: 11 Jun 2026
https://github.com/ewels/contributor-graphs
Contributor timelines for any git or GitHub repo: a publication-ready SVG and an interactive HTML page
cli contributors data-visualization git github open-source rust svg timeline visualization
Last synced: 11 Jun 2026
https://github.com/madebysan/timeline
A static film timeline for seeing when movies are set, from ancient history to imaginary futures.
cinema data-visualization film html-css movies static-site timeline tmdb vanilla-javascript
Last synced: 12 Jun 2026
https://github.com/luizassimoes/q5ga-latency-and-throughput
Quick 5G Analyser: PyQT5 software developed to help with simple graphical analysis and chart generating for ping and iperf3 tests.
data-analysis data-visualization pyqt5 python
Last synced: 13 Jun 2026
https://github.com/jatinnxn/diabetes-prediction
this repository showcases a machine learning model built to predict diabetes using Diabetes dataset. The project walks through data preprocessing, model training, and evaluation, offering a Decision Tree-based solution to classify individuals as diabetic or non-diabetic based on various health metrics. It also supports real-time predictions.
data-cleaning data-preprocessing data-visualization decision-tree-classifier machine-learning
Last synced: 13 Jun 2026
https://github.com/prathmesh2507/global-stock-intelligence-dashboard
Interactive Global Stock Market Analytics Dashboard built using Python, YFinance, Pandas, Streamlit, and Plotly. Analyze 20+ countries and 400+ top stocks with advanced visualizations and financial insights.
dashboard data-analysis data-visualization python stock-analysis streamlit
Last synced: 15 Jun 2026
https://github.com/marielachirinosr/nyc-taxi-trip-exploration-2019-2020
Explores passenger behavior & impact of COVID-19 on NYC taxi industry (Q1 2019-2020).
bigquery data data-analysis data-visualization python sql tableau
Last synced: 15 Jun 2026
https://github.com/aiaaee/gold-price-prediction
Prediction Of Gold Rates Using ML Techniques
data-engineering data-mining data-visualization dataexploration machine-learning machine-learning-algorithms machine-learning-models modelevaluation random-forest randomforestregressor
Last synced: 16 Jun 2026
https://github.com/hanifheinrich/population-data-visualization
Implementasi Visualisai Data pada Data Kependudukan Nagari Tanjung Balik, Kabupaten Solok, Sumatera Barat Menggunakan Streamlit
data-visualization python streamlit-dashboard
Last synced: 16 Jun 2026
https://github.com/leftcoastnerdgirl/webscraping_and_beautifulsoup
This project uses Beautiful Soup to create scrap data from a news website.
beautifulsoup data-visualization jupyter-notebook splinter webscraping
Last synced: 17 Jun 2026
https://github.com/akshayreddykotha/forest-fires-in-portugal
data-visualization r rmd-document
Last synced: 17 Jun 2026
https://github.com/fahadnasir13/financial-data-parser-application
“Financial Data Parser – Advanced Next.js & TypeScript app for parsing and visualizing complex financial datasets with confidence scoring and exportability.”
data-parsing data-visualization financial-parser framer-motion framer-motion-3d nextjsdata-parsing react-testing-library shadcn-ui
Last synced: 17 Jun 2026
https://github.com/mattsebastianh/Make-the-Other-Charts
Data Visualization with Matplotlib | Matplotlib Fundamentals
ab-lines annotate bar-chart data-visualization histogram matplotlib pie-chart python scatter-plot subplots
Last synced: 18 Jun 2026
https://github.com/mattsebastianh/Make-the-Other-Charts.-Silly-s-Ice-Cream-Shop-Project
Data Visualization with Matplotlib | Matplotlib Fundamentals | Silly's Ice Cream Shop Project
data-visualization matplotlib python
Last synced: 18 Jun 2026
https://github.com/brettpetch/cs2120
COMPSCI 2120
compsci2120 course-material courseware cs2120 data-structures data-visualization python3 western-university
Last synced: 18 Jun 2026
https://github.com/ibttf/bayborhood
Interactive map to find the ideal neighborhood in San Francisco based on data.
data data-analysis data-visualization gis mapbox react
Last synced: 18 Jun 2026
https://github.com/kirkalyn13/service-metrics-pipeline
Data pipeline for network service metrics
airflow airflow-dags automation data-engineering data-pipeline data-visualization docker kafka network-analysis pandas postgresql python streamlit telecommunications
Last synced: 19 Jun 2026
https://github.com/carlosagalicia/sars-cov-2-sequence-analysis
The project explores genetic similarities and differences between SARS-CoV-2 variants, focusing on their distribution across Asian, Hispanic, European, and African populations.
biostrings data-science data-visualization ggplot2 r
Last synced: 20 Jun 2026
https://github.com/sakan811/stress-pattern-occurrence-in-english-words
This project is intended to provide English learners with data that allows them to make a data-driven guess when encountering words that they aren't sure where to stress
data-analysis data-visualization english english-language english-learning language powerbi powerbi-report powerbi-visuals
Last synced: 20 Jun 2026
https://github.com/hms-homelab/hms-cpapdash-charts
Shared Angular chart component library for CPAP therapy data visualization — used across the CpapDash apps.
angular charts cpap data-visualization sleep-apnea typescript
Last synced: 21 Jun 2026
https://github.com/bhaveshbhakta/personality-classification-using-ml
Personality Classification
data-visualization machine-learning machine-learning-algorithms personality-classification
Last synced: 23 Jun 2026
https://github.com/ladaegorova18/data_analysis
Learning the basics of data analysis in Python
analytics data-analysis data-visualization steam-games
Last synced: 24 Jun 2026
https://github.com/minervarose/exoplanet-discovery-observatory
Interactive Tableau exploration of exoplanet discoveries, planetary systems, and discovery trends using NASA Exoplanet Archive data.
analytics astronomy business-intelligence dashboard data-visualization exoplanets nasa space tableau tableau-public
Last synced: 24 Jun 2026
https://github.com/orvn/some-visualizations
Just some visualizations of concepts and data
d3js data-visualization math statistics
Last synced: 24 Jun 2026
https://github.com/nafis2508/australia-population-insights
Interactive Power BI dashboard analyzing Australia's population trends (1996–2016) across gender, age, region, and country of birth using ABS Census data. Built for data-driven policy, migration, and urban planning insights.
abs-data australia census dashboard data-storytelling data-visualization dax demographics etl power-bi
Last synced: 24 Jun 2026
https://github.com/alz-11/urbanization-africa
Simple data visualization of African city demographics and transport corridors using Wikidata SPARQL queries and Python
africa data-visualization demographics infrastructure jupyter-notebook linked-open-data lod matplotlib pandas python sparql urbanization wikidata
Last synced: 25 Jun 2026
https://github.com/malkreide/maschinerie-zuerich
Interactive, accessible visualization of the Zurich city administration — departments, budgets, staff numbers, citizen concern search. Cytoscape + D3 + Next.js, 5 languages including Easy Read. Data under CC-BY 4.0 from Open Data Zurich.
a11y accessibility civic-tech cytoscape d3 data-visualization i18n leichte-sprache nextjs open-data open-government switzerland treemap typescript zurich
Last synced: 26 Jun 2026
https://github.com/shellynagar27/merchandise-sales-analysis
Merchandise Sales Analysis explores the sales trends of influencer Lee Chatmen’s merchandise using Power BI, and Power Query. The project uncovers key insights on revenue, product performance, location impact, shipping trends, and customer reviews.
critical-thinking data-analysis data-visualization figma powerbi powerquery problem-solving
Last synced: 07 Apr 2025
https://github.com/pranjalya/hand-washing-data-visualisation
A small project of Data Visualization, where we analyze the effect of hand washing after introduced by Dr. Semmelweis to the nurses and midwives after giving birth.
data-analysis data-visualization jupyter-notebook pandas python3
Last synced: 06 May 2026
https://github.com/adi3042/data_science
📊🚀 Explore the Data Science Universe! Unlock insights and master data skills with hands-on assignments spanning machine learning, visualization, and more. Your journey to becoming a data expert starts here! 🎯💡 DataScienceJourney
anomaly-detection big-data-processing classification clustering computer-vision data-cleaning-and-preprocessing data-visualization deep-learning dimensionality-reduction ensemble-learning exploratory-data-analysis feature-engineering machine-learning model-deployment model-selection-and-evaluation natural-language-processing regression-analysis statistical-analysis time-series-analysis-and-forecasting
Last synced: 17 Jan 2026
https://github.com/blankscreen-exe/data-mining-lab
Course Code: CS626, MCS Batch-2019 (Final Year) Evening
data-visualization datamining datamining-algorithms datascience
Last synced: 26 Feb 2025
https://github.com/virajbhutada/diamond-price-estimator
This project develops a predictive model to estimate diamond prices based on characteristics like carat, cut, color, and clarity. It covers data preprocessing, feature engineering, model selection, training, and evaluation. The final product is a web app where users can input diamond attributes to get accurate and instant price predictions.
cross-validation css data-analysis data-science-projects data-visualization eda feature-engineering html hyperparameter-tuning jupyter-notebooks machine-learning ml-algorithms model-deployment model-selection performance-optimization predictive-modeling python python-app user-interface
Last synced: 14 Apr 2026
https://github.com/dickyalfauzi/f1-dash
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./dash/public/tag-logo.png" width="200"> <img alt="f1-dash" src="./dash/public/tag-logo.png" width="200"> </picture></p><h1 align="center">Real-time Formula 1 telemetry and timing</h1>## f1-dashA real-time F1 dashboard that shows the leader board, t
bun cars dashboard data-visualization f1 formula1 nextjs plotly-dash races realtime rust telemetry typescript
Last synced: 15 Mar 2026
https://github.com/pathak-ashutosh/sentiment-analysis-yelp-reviews
Perform sentiment analysis on Yelp dataset with Apache Spark
apache-spark big-data data-engineering data-pipeline data-visualization hadoop hdfs natural-language-processing pyspark sentiment-analysis spark-mllib spark-nlp spark-sql
Last synced: 10 Mar 2026
https://github.com/quocduyenanhnguyen/human-trafficking-analysis
I analyzed human trafficking data
data-analysis data-analytics data-visualization human-trafficking mysql mysql-database mysql-workbench query sql tableau tableau-dashboards tableau-public
Last synced: 02 May 2026
https://github.com/kklassa/evolutionary-algorithm
implementation of an evolutionary algorithm for function minimization and a testing and result visualization environment
ai algorithm artificial-intelligence data-science data-visualization evolutionary-algorithm evolutionary-algorithms optimization python
Last synced: 20 Jun 2025
https://github.com/azaz9026/data_cleaning
Welcome to the Data Cleaning repository! This collection is dedicated to showcasing techniques and methods for cleaning and preparing datasets for analysis.
data-analysis data-engineering data-structures data-visualization eda feature-engineering machine-learning numpy outliers pandas python seaborn
Last synced: 13 Apr 2026
https://github.com/ts-kontakt/interpareto
Python utility for creating interactive Pareto charts from pandas.DataFrame objects
data-visualization html-export pandas plotly
Last synced: 01 Sep 2025
https://github.com/apsinghanalytics/hranalytics_myersbriggspersonalityinsights
A Excel analytics study exploring the correlation between personality traits and key HR-relevant parameters, including tenure and performance
data-analysis data-visualization excel pivot-tables
Last synced: 30 Jan 2026
https://github.com/tashi-2004/apache-hadoop-spark-hive-cyberanalytics
This project utilizes Apache Hadoop, Hive, and PySpark to process and analyze the UNSW-NB15 dataset, enabling advanced query analysis, machine learning modeling, and visualization. The project demonstrates efficient data ingestion, processing, and predictive analytics for network security insights.
ai apache-hadoop apache-hive big-data-analytics big-data-processing data-analysis data-engineering data-science data-security data-visualization hdfs machine-learning network-analysis network-security pyspark python3 threat-detection unsw-nb15-dataset
Last synced: 02 May 2026
https://github.com/felinjob/ibm-applied-data-science-capstone
Este projeto, parte da especialização IBM Data Science Professional Certificate, prevê o sucesso do pouso do Falcon 9 da SpaceX. Usando dados da API da SpaceX e Web Scraping, o projeto inclui análise de dados e Machine Learning para gerar insights sobre os lançamentos.
data-analysis data-science data-visualization ibm jupyter-notebook machine-learning numpy pandas python scikit-learn seaborn sql
Last synced: 11 Apr 2026
https://github.com/coslynx/fit-track-mvp
Project: Track fitness goals, log workouts, and share progress with friends.. Created at https://coslynx.com
api-integration code-generation data-visualization developer-tools devops fitness-tracker goal-setting machine-learning mvp mvp-development nextjs postgresql prisma progress-tracking social-features software-development tailwindcss typescript user-authentication zustand
Last synced: 28 Jan 2026
https://github.com/27ahmad/heart-disease-diagnostic-eda
This project conducts Exploratory Data Analysis on a dataset related to heart diagnostic disease, aiming to derive valuable insights from the analysis.
data-analysis data-visualization pandas python
Last synced: 06 May 2026
https://github.com/ayaankhan98/covid-19-analysis
Covid-19 Analysis. This repository is a part of AMURoboHack 1.0, Here we tried to visulize the world data of Covid-19. Data Visulization gives an easy way to understand bunch of data. We tried plotting the data over a world map so that users can eaisly get the stats for a conuntry by just hovering the mouse pointer over the country in the world map, we also provided the zooming over the world map to bring a sense of attractiveness and user friendly interface.
covid-19 d3js data-visualization topojson
Last synced: 30 Mar 2025
https://github.com/jatin-s16/hr_mysql_powerbi
This repository contains raw HR data along with key business questions. I performed data cleaning using MySQL queries and wrote analytical queries to extract meaningful insights. The results were then visualised using Power BI to enhance business understanding.
data-analysis data-science data-visualization mysql powerbi
Last synced: 29 May 2026
https://github.com/haonamnguyen/costumer-shopping-trends-analysis
This project analyzes a synthetic dataset of customer shopping behavior to see key trends and insights. Using SQL and Tableau, the analysis focuses on customer demographics, purchase patterns, and preferences, including age distribution, payment methods, shipping types, and top product categories.
data-analysis data-visualization sql tableau
Last synced: 05 Jan 2026
https://github.com/adithivs/prodigy_ds_01
data-science data-visualization python
Last synced: 17 May 2026
https://github.com/vedantshi/coffee-sales-dashboard
This project analyzes coffee sales data using Excel, featuring data cleaning, trend analysis, and an interactive dashboard. Key insights highlight top-performing products, regional sales trends, and seasonal patterns. Recommendations focus on marketing strategies and inventory optimization. Future plans include Power BI integration for visuals.
business-insights data-analysis data-visualization excel-dashboard pivot-tables sales-trends
Last synced: 05 Jan 2026
https://github.com/bartosz-ziolkowski/bartosz-ziolkowski.github.io
Blog with short data stories of various data sets
data-science data-visualization jupyter-notebook numpy pandas python
Last synced: 11 Apr 2026
https://github.com/samjoesilvano/adventureworks_sales_performance_dashboard
Createed an interactive 4-page dashboard for AdventureWorks that visualizes key sales metrics—including revenue, profit, orders, and return rates—across 2020 to 2022. Featuring dynamic geographic analysis and detailed customer insights, this dashboard empowers data-driven decision-making and enhances business performance.
business-intelligence data-analysis-python data-analytics data-driven-decisions data-modeling data-visualization geographic-analysis interactive-dashboards kpi-metrics powerbi sales-performance-analysis
Last synced: 05 Jan 2026