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-03 00:07:47 UTC
- JSON Representation
https://github.com/tomgp/proportional-pies
rough sketch
d3 data-visualization pie-chart
Last synced: 04 Jun 2026
https://github.com/nishumehta/sales-analysis-project
This project aims to analyze sales performance using Excel, SQL, Python, Tableau, and Power BI. The goal is to extract insights from sales data, identify trends, and visualize key performance indicators (KPIs).
data-cleaning data-visualization eda excel matplotlib-pyplot pandas python3 tableau-dashboards
Last synced: 08 May 2026
https://github.com/yuvrajsaraogi/sales-prediction-using-python
Sales prediction involves estimating future product sales based on factors like advertising spend, target audience, and platform. Businesses rely on data scientists to forecast sales and optimize advertising costs. Machine learning in Python can be used for this task.
data data-analysis data-science data-visualization machine-learning matplotlib natural-language-processing numpy pandas prediction python sales-prediction-using-python sql
Last synced: 19 Apr 2026
https://github.com/bnvulpe/regression-and-time-series
This work centers on assessing and comparing predictive models for regression and time series prediction using specific datasets, with the goal of selecting the most effective methodology for unseen test data.
colab data-analysis data-analysis-python data-science data-visualization forecasting jupyter-notebook machine-learning model-evaluation predictive-modeling python regression sarima sarimax time-series-analysis time-series-analysis-and-forecasting
Last synced: 08 May 2026
https://github.com/debjyotisaha/power-bi-projects-phase-1
Portfolio projects related to data visualisation in Power BI
data-analysis data-visualization dax-expression powerbi powerquery
Last synced: 18 Jan 2026
https://github.com/prangonghose/wikipedia-blocking-policies
This study investigates the relationship between editors’ disruptive behavior and regulation policies on English Wikipedia, focusing on the Blocking Policy page. The study collects and analyzes data from 2004 to 2022 using the Wikipedia API, page statistics, and keyword extraction.
data-analysis data-visualization matplotlib open-source pandas python3 seaborn
Last synced: 18 Apr 2026
https://github.com/gattsu001/telecom-churn-predictor
Predicts which telecom customers are likely to churn with 95% accuracy using engineered features from usage, billing, and support data. Implements Sturges-based binning, one-hot encoding, stratified 80/20 train-test split, and a two-level ensemble pipeline with soft voting. Achieves 94.60% accuracy, 0.8968 AUC, 0.8675 precision, 0.7423 recall.
churn-prediction classification classification-algorithm customer-retention data-science data-visualization feature-engineering joblib jupyter-notebook machine-learning pandas scikit-learn supervised-learning svm
Last synced: 18 Apr 2026
https://github.com/vishal8shah/au-jobs
Interactive treemap of 358 Australian occupations — explore AI exposure, pay, skill level & shortage status across 14.4M workers. Inspired by karpathy/jobs.
ai anzsco australia data-visualization gemini jobs open-source treemap
Last synced: 04 Jun 2026
https://github.com/priyadarshinijain/data-analysis-with-python
This Python project is focused on analyzing Diwali sales data to gain insights into customer demographics, purchase behavior, and sales trends.
Last synced: 18 Apr 2026
https://github.com/moiri-gamboni/vintedcalculator
📊 Smart pricing calculator for Vinted sellers - optimize your listings based on storage, seasonality, and market dynamics
clothing-resale data-visualization e-commerce inventory-management pricing-calculator react recharts sales-optimization seasonal-pricing shadcn-ui tailwindcss typescript vinted
Last synced: 08 May 2026
https://github.com/nel-zi/nuga_bank
Developed an automated data exploration and cleaning pipeline for Nuga Bank to streamline data preparation, ensure consistent data quality, and normalize datasets into structured databases for efficient analysis and reporting.
data data-automation data-visualization datacleaning datatransformation etl-automation etl-pipeline
Last synced: 16 May 2025
https://github.com/11noel11/chaos_nonchaos_predictor_nn
AI-powered chaos detection using Simple Harmonic Motion (SHM) & Double Pendulum examples! Compare a Neural Network (NN) with the Lyapunov exponent method to classify chaotic vs. non-chaotic systems. Features Deep Learning, SHAP explainability, F1-score, precision, recall, and stunning visualizations!
chaos-theory classification data-visualization deep-learning double-pendulum explainable-ai feature-importance keras lyapunov-exponent machine-learning neural-networks nonlinear-dynamics python scientific-computing shap simple-harmonic-motion tensorflow time-series-analysis
Last synced: 18 Apr 2026
https://github.com/lintangwisesa/react-plotly.js
Data visualization 📊 on React ⚛ using Plotly.js 📶
data-visualization plotlyjs react
Last synced: 18 Apr 2026
https://github.com/leandrocollares/temperatures-in-victoria
Responsive line chart that shows maximum daily temperatures in Victoria, BC in June 2021
Last synced: 18 Apr 2026
https://github.com/aykutsp/world-fuel-prices
Interactive world map of retail fuel prices with daily-refreshed data and a trip calculator. Live station-level feeds for FR, IT, ES, UK, US + EU Bulletin and World Bank fallback.
choropleth data-visualization diesel fuel-prices gasoline github-actions github-pages leaflet open-data openstreetmap osrm react trip-planner typescript vite world-map
Last synced: 05 Apr 2026
https://github.com/nishanthmuruganantham/football-player-wages-eda
This repository uses Python for analyzing football player data, focusing on various aspects such as player positions, league distributions, wages, and the relationship between player age and appearances. It includes visualizations generated using Plotly to provide insights into the dynamics of football player demographics and performance.
data-analysis data-science data-visualization eda football football-analytics football-data kaggle kaggle-dataset pandas plotly python
Last synced: 18 Apr 2026
https://github.com/aaaastark/netflix_data_visualization
Netflix_Data_Visualization
csv data-visualization matplotlib pandas python seaborn sklearn tensoflow visualization
Last synced: 11 Apr 2026
https://github.com/yashrajgithub/crop-recommendation
KrishiGyaan is a web app designed to help farmers make informed decisions on crop selection. By analyzing soil and environmental factors, the app provides personalized crop recommendations, enhancing agricultural productivity and promoting sustainable farming practices.
api artificial-intelligence crop-recommendation-system data-preprocessing data-visualization json machine-learning-algorithms pickle python random-forest-classifier scikit-learn streamlit supervised-learning train-test-split user-interface
Last synced: 05 Apr 2026
https://github.com/cicerolino/project-lab
Projeto da disciplina de Project Lab do curso de ciências da computação. Discipline project (Project Lab) of computer science course.
computer-science-project data-visualization docker-compose nextjs postgresql-database prisma-orm reactjs vercel-deployment
Last synced: 05 Apr 2026
https://github.com/samjoesilvano/password_strength_prediction_using_nlp
Developed a predictive model to categorize passwords as Strong, Good, or Weak, enhancing security and reducing breach risks. The project involves cleaning and analyzing data from an SQL database, using the TF-IDF technique for transformation, and implementing a Logistic Regression model to achieve accurate classifications.
data-analysis data-classification data-cleaning data-visualization logistic-regression machine-learning natural-language-processing pandas password-security password-strength python scikit-learn sql tf-idf
Last synced: 08 May 2026
https://github.com/mtimma001/clinical-trial-data-tool
Clinical Trial Data Analysis Tool is a Flask-based web app for healthcare professionals to manage and analyze clinical trial data. It features full CRUD functionality, interactive visualizations (Plotly/Matplotlib), a responsive Bootstrap UI, MySQL database integration, and Heroku deployment for accessible, scalable use.
bootstrap5 clinical-trials crud data-analysis data-visualization flask healthcare heroku mysql pandas plotly python
Last synced: 05 Apr 2026
https://github.com/tsear/reddit-discourse-project
Mapping emotional and conceptual discourse across Reddit philosophy communities.
data-visualization emotion-detection network-analysis nlp pandas reddit-api sentiment-analysis spacy text-mining tf-idf topic-modeling
Last synced: 08 May 2026
https://github.com/satti-hari-krishna-reddy/data-whisperer
Data Whisperer is an AI-driven tool that automates exploratory data analysis (EDA), generates actionable insights, and enables natural language querying of datasets. it combines the power of AI (Google Gemini) with interactive visualizations and professional reporting.
ai data-analysis data-visualization llm python3 streamlit
Last synced: 18 Apr 2026
https://github.com/zoraizmohammad/restaurantsimulation
Simulating a restaurant under various conditions in Durham, NC
data-visualization r restaurant-management statistics toy-models
Last synced: 18 Apr 2026
https://github.com/rodrigojunqueiradev/rodrigojunqueiradev.github.io
Professional Portfolio - Rodrigo Junqueira
analytics artificial-intelligence data-analysis data-engineering data-science data-visualization machine-learning mathematics nosql powerbi python r sql statistics
Last synced: 15 May 2026
https://github.com/rahuls-1106/dataspark
DataSpark is a powerful analytics project transforming raw retail data into actionable insights for Global Electronics. By leveraging Python, SQL, and interactive visualizations, it uncovers trends in customer behavior, sales performance, and product popularity, driving smarter business decisions and boosting growth.
data-visualization jupyter-notebook matplotlib numpy pandas-dataframe powerbi python seaborn sql
Last synced: 18 Apr 2026
https://github.com/kezouke/grossing-films-dataviz
Project that extracts information about the highest-grossing films from Wikipedia, stores it in a database, and presents it through an interactive, modern web page hosted on GitHub Pages
data-visualization data-wrangling json sqlite wikipedia
Last synced: 18 Apr 2026
https://github.com/sawickibartosz/facebook_message_analysis
Aplikacja Shiny prezentująca dane o wiadomościach z Messengera Facebooka.
data-visualization facebook ggplot2 python shiny shinyapps
Last synced: 18 Apr 2026
https://github.com/p1n2o/ngx-oracle-dv
Angular component to embed visualizations from Oracle Analytics Cloud into your Angular application.
angular data-visualization embed oracle-analytics-cloud oracle-visualization
Last synced: 18 Apr 2026
https://github.com/dantasl/partenon
Breve análise da base de dados publicada pelo Tribunal Superior Eleitoral sobre os votos do primeiro turno das eleições presidenciais no Brasil, 2018.
analysis brazil data-visualization pandas presidential-elections
Last synced: 18 Apr 2026
https://github.com/prakashjha1/loan-eligibility-prediction
This repository contains the codebase and resources for a machine learning-based project aimed at predicting loan eligibility for individuals. The project utilizes various algorithms and data preprocessing techniques to build predictive models that assess the likelihood of an applicant being eligible for a loan based on historical data.
data data-visualization exploratory-data-analysis loan-prediction-analysis machine-learning-algorithms naive-bayes-classification parameter-tuning python random-forest
Last synced: 19 Apr 2026
https://github.com/mksingh431/free-data-science-courses
Data science is a rapidly growing tech field that’s transforming business decision-making. To break into this field, you need the right skills. Fortunately, top institutions like Harvard and IBM offer free online courses. These courses cover everything from basic programming to advanced machine learning.
course data data-analysis data-science data-visualization free freecou python
Last synced: 19 Apr 2026
https://github.com/shyamkumarnagilla/ai-powered-forecasting-for-agricultural-productivity
AI Powered Forecasting for Agricultural Productivity is a project that utilizes machine learning to predict crop yields and optimize farming practices. By harnessing historical and real-time data, this model empowers farmers with data-driven insights to enhance productivity and sustainability in agriculture.
data-analysis data-visualization deep-learning flask neural-network
Last synced: 19 Apr 2026
https://github.com/reallyabdullah/machine-learning-portfolio
Explore my Machine Learning Portfolio Repository for impactful projects showcasing my expertise in fraud detection, MLOps, and cloud deployment. Dive into innovative solutions and let's shape the future of AI together! 🚀
artificial-intelligence cloud-deployment data-analytics data-science data-visualization llms ml mlops nlp python
Last synced: 19 Apr 2026
https://github.com/vanshuchaudhary/flightpriceanalysis-
The uploaded file is a Jupyter Notebook titled "Flight Analysis". It likely involves analyzing flight-related data, potentially exploring trends, patterns, or insights using data science techniques. The analysis might include data visualization, statistical analysis, or predictive modeling.
business-analytics data data-analysis data-visualization datainsights datascience matplotlib-pyplot python seaborn seaborn-plots seaborn-python sns statistical-analysis
Last synced: 08 May 2026
https://github.com/souraevshing/data-science-01
Data analysis using jupyter notebook.
data-analysis data-science data-visualization jupyter-notebook python
Last synced: 19 Apr 2026
https://github.com/sayamalt/twitter-sentiment-analysis
Successfully established a machine learning model which can accurately classify the sentiment of any particular tweet into either positive, negative or neutral category.
data-visualization exploratory-data-analysis nlp sentiment-analysis supervised-learning text-processing
Last synced: 09 Nov 2025
https://github.com/joonarafael/ids-exercises
Repository to store the exercise submissions for the Introduction to Data Science course (University of Helsinki).
course-work data-science data-visualization jupyter-notebook university-assignment
Last synced: 16 Jun 2026
https://github.com/akash-v7/telecom_customer_churn_prediction
A machine learning project to predict customer churn in the telecom industry using data analysis and classification models. The project includes data preprocessing, exploratory data analysis (EDA), model building, and insights to help telecom companies improve customer retention strategies.
data-analysis data-science data-visualization jupyter-notebook machine-learning predictive-modeling python
Last synced: 20 Apr 2026
https://github.com/sayamalt/taxi-trip-fare-prediction
Successfully created a machine learning model which can accurately predict the fare of a taxi trip based on several features such as trip duration, tip amount, etc.
cross-validation data-exploration-and-preprocessing data-visualization exploratory-data-analysis feature-engineering hyperparameter-optimization machine-learning model-deployment model-selection model-training-and-evaluation regression-modelling
Last synced: 09 Nov 2025
https://github.com/simonhlee97/shl97
My GitHub Home
data-visualization nodejs reactjs vuejs2
Last synced: 20 Apr 2026
https://github.com/nikolaos-mavromatis/etf-data-analysis-dashboard
Insights into SPY ETF performance with an interactive Streamlit dashboard powered by Alpha Vantage data.
api data-analysis data-visualization financial-analysis pandas plotly python streamlit
Last synced: 20 Apr 2026
https://github.com/namratha2301/carprice_analysisandprediction
This project analyzes factors influencing vehicle prices using a dataset of various attributes, including Engine capacity, Power, Mileage, and Seating capacity.
data-analysis data-visualization exploratory-data-analysis machine-learning pandas predictive-modeling random-forest-classifier regression scikit-learn seaborn
Last synced: 20 Apr 2026
https://github.com/thuongtruong109/charts
📊 Visualizing data via d3 charts
chart chartjs csv d3 data-visualization nextjs react reactjs typescript
Last synced: 20 Apr 2026
https://github.com/syncfusionexamples/integrate-.net-maui-maps-with-android-native-embedding
This repository contains a sample that explain how to integrate .NET MAUI SfMaps with android native embedding.
android data-visualization dotnet map maui native-embedding sfmaps
Last synced: 20 Apr 2026
https://github.com/tryomar/data-miner
DataMiner is an interactive web application for data mining and machine learning. It helps users upload, clean, transform, and analyze datasets while building predictive models — all through a simple and powerful Streamlit interface.
data-cleaning data-mining data-preprocessing data-science data-visualization interactive-dashboards pandas python scikit-learn streamlit
Last synced: 20 Apr 2026
https://github.com/akshayreddykotha/forest-fires-in-portugal
data-visualization r rmd-document
Last synced: 17 Jun 2026
https://github.com/abinashsahoo007/project-bankruptcy-prevention
The project is to create a classification model that predicts the chances of a business facing bankruptcy based on the key feature like Industrial Risk, Management Risk, Financial Flexibility, Credibility, Competitiveness, Operating Risk.
data-analysis data-mining data-visualization deployments eda machine-learning pickle python statistics streamlit
Last synced: 20 Apr 2026
https://github.com/carlgo11/twofactorauth-chart
chartjs data-visualization statistics
Last synced: 23 Mar 2025
https://github.com/chris-santiago/ferrum
Ferrum is a statistical visualization library for Python: a grammar-first charting system that unifies exploratory plots, statistical graphics, interactive views, and model diagnostics, backed by a Rust engine. Built in 10 days by one human and an agentic Claude framework.
altair data-visualization ggplot2 grammar-of-graphics machine-learning matplotlib plotly plotnine plotting python rust seaborn statistical-graphics
Last synced: 05 Jun 2026
https://github.com/danhnnguyen0606/bitcoin-navigator
Bitcoin Navigator: A data-driven dashboard designed to analyze Bitcoin trends, empowering investors to refine their strategies and identify optimal investment opportunities.
bitcoin btc crypto cryptocurrency data-analysis data-analytics data-science data-visualization investment looker looker-studio
Last synced: 15 Mar 2025
https://github.com/robinmillford/hr-analytics-employee-performance-analysis
HR Analytics: Unveiling Employee Performance - A comprehensive exploration of employee data using SQL and Power BI, uncovering key insights for strategic HR decision-making.
data-analysis data-visualization jupyter-notebook powerbi python3 sql
Last synced: 20 Apr 2026
https://github.com/msrsaditya/distrometer
Data analysis and insights on Linux distribution's subreddit statistics.
data-science data-visualization linux python streamlit
Last synced: 20 Apr 2026
https://github.com/chokzb/covid19_vaccination_analysis
An EDA project examining global COVID-19 vaccination progress. The notebook investigates vaccination trends by country, daily vaccination rates, timeline patterns, and dose distribution. The project includes visualisations created with Matplotlib, Seaborn, and Plotly.
covid-19 data-analysis data-visualization jupyter-notebook matplotlib numpy pandas plotly python seaborn vaccination
Last synced: 07 May 2026
https://github.com/patilsukanya/assignment-04.-simple-linear-regression-q1
Used libraries and functions as follows:
correlation-analysis data-visualization distplot eda feature-engineering model-building model-predictions model-testing numpy ols-regression p-value pandas python r-square-values regression-plot seaborn simple-linear-regression smf statmodels t-score
Last synced: 09 Apr 2026
https://github.com/heremaps/data-lens-javascript-examples
Self-contained JavaScript examples for HERE Data Lens.
data-lens data-visualization examples interactive js
Last synced: 21 Apr 2026
https://github.com/mattsebastianh/Making-a-visual-argument--compare-grammy-win-records-Project
Data Visualization with Matplotlib | Making a Visual Argument in Matplotlib
data-visualization matplotlib python
Last synced: 18 Jun 2026
https://github.com/siaikin/github-contributions-infoviz
Not yet. Will be added later
bar-chart-race data-visualization data-visualization-project data-viz github-contribution-graph github-contributions github-stats
Last synced: 21 Apr 2026
https://github.com/kayannr/top-hits
Spotify Top Chart Analysis
api-requests css data-cleaning data-collection data-visualization exploratory-data-analysis feature-selection html predictive-modeling python
Last synced: 08 May 2026
https://github.com/anuppm9917/super-store-sales-analysis-power-bi-project
My drive to know which products, regions, categories and customer segments a company should target or avoid, I search and selected an appropriate dataset on kaggle which will match a standard superstore requirement.
data data-analysis data-visualization datacleansing excel exploratory-data-analysis jupyter-notebook numpy pandas plotly powerbi python3
Last synced: 10 Apr 2026
https://github.com/kristinbaumann/voting-spots-imperfect-circles
Animated visualization for voting results with imperfect circles
canvas d3 data-visualization dataart
Last synced: 21 Apr 2026
https://github.com/rahulpatel0615/sales-analysis-project
Sales Data Analysis Dashboard with Python, Pandas, and Matplotlib. Features 12+ visualizations and comprehensive insights.
data data-analysis data-visualization matplotlib pandas portfolio python
Last synced: 21 Apr 2026
https://github.com/flatbread-dataframes/flatbread-wc-table-display
Web component for creating simple (multi-indexed) table from json
custom-elements data-tables data-visualization hierarchical-tables multi-level-tables no-dependencies vanilla-javascript web-components
Last synced: 21 Apr 2026
https://github.com/albertofaraujo/pbi_dashboard_prouni
Analisar os dados referentes ao detalhamento quantitativo das bolsas PROUNI concedidas no ano de 2021.
data-visualization dax-studio power-query powerbi
Last synced: 03 Feb 2026
https://github.com/hasan9519/dhaka_apartment_sale_listings_analysis
Apartment sale listings analysis based on Dhaka city visualized by Tableau Dashboard
data-cleaning data-visualization python selenium tableau webscraping
Last synced: 09 May 2026
https://github.com/lucertgvby/phat
Graphical PowerShell application designed to help investigators, security analysts, and IT professionals examine email headers for signs of phishing or spoofing. The tool parses headers from .eml and .msg files, highlights important fields, and provides insights into SPF, DKIM, and DMARC results.
data-visualization dimensionality-reduction distributed-computing hashcracking led-matrix-displays mqtt off-chain-compute phala phat raspberry-pi-library single-cell srp-phat unsupervised-learning visualization
Last synced: 21 May 2026
https://github.com/datasqlsantosh/electric_vechicle_data_anlaysis
In this personal Electric Vehicle Data Analysis Portfolio project, an exploratory data analysis was performed on the Electric Vehicle Data available on Kaggle. The main aim of the project is to uncover insights into the Electric Vehicle Good and profits trends.
data-cleaning data-visualization electric-vehicle power-bi sql sql-server
Last synced: 05 Jun 2026
https://github.com/vaxdata22/foresight-institution
This is a Data Analysis case study done on the Foresight Institution dataset.
actionable-insights business-analytics business-intelligence data data-analytics data-cleaning data-mining data-processing data-visualization data-wrangling exploratory-data-analysis spreadsheets sql sql-server sql-server-management-studio statistical-analysis t-sql transact-sql
Last synced: 28 May 2026
https://github.com/robinmillford/optimizing-treatment-plans-through-data-analysis
The primary focus was on understanding customer health, treatment, and associated charges over multiple years.
data-analysis data-visualization healthcare mysql powerbi sql
Last synced: 22 Apr 2026
https://github.com/udhaya2823/dataspark-illuminating-insights-for-global-electronics
✨DataSpark✨ is a powerful analytics project transforming raw retail data into actionable insights for Global Electronics. By leveraging Python, SQL, and interactive visualizations, it uncovers trends in customer behavior, sales performance, and product popularity, driving smarter business decisions and boosting growth.
data-science data-visualization database-management datacleaning exploratory-data-analysis matplotlib numpy pandas powerbi python seaborn sql version-control
Last synced: 11 Apr 2026
https://github.com/allanreda/telco-customer-churn-predictor-app
A web-based machine learning application that predicts customer churn using a logistic regression model. Built with Scikit-Learn for model training, Gradio for the user interface, and deployed on Google Cloud App Engine. The app allows users to input customer data and receive predictions on churn risk to support business decision-making.
app-engine data-visualization deployment google-cloud gradio hyperparameter-tuning logistic-regression machine-learning numpy pandas scikit-learn
Last synced: 16 Apr 2026
https://github.com/rajesh9943/sentiment-analysis-of-consumer-opinions-on-amazon-products
Developed a comprehensive Sentiment Analysis System aimed at classifying Amazon product reviews into positive, neutral, and negative sentiments. The project leveraged advanced Natural Language Processing (NLP) techniques alongside machine learning algorithms to deliver accurate and actionable insights from customer feedback
amazon data-analysis data-manipulation data-preprocessing data-presentation data-visualization machine-learning nlp nlp-library nltk product-reviews-analysis sentiment-analysis sklearn-library word-cloud-generator-in-python-3
Last synced: 05 Jun 2026
https://github.com/rorrell/lifeexpectancy
A Jupyter Notebook where I create a chart with two line plots on it to check out the life expectancy of men vs. women from 1900-2018
data-analysis data-visualization jupyter-notebook python3
Last synced: 22 Apr 2026
https://github.com/leabrodyheine/california-schools-data-visualization
This front-end project provides interactive visualizations of learning models adopted by California schools during the pandemic. Using D3.js and Mapbox, it dynamically presents data through bar charts, bubble charts, heatmaps, and geographic maps, allowing users to explore trends across school types, sizes, and districts.
d3-visualization d3js data-analysis data-visualization mapbox openai plotly
Last synced: 22 Apr 2026
https://github.com/jordansrowles/rowles.winforms.vizmorph
A versatile WinForms chart control that smoothly transitions between line and bar chart modes, featuring customizable colors, axes, animations, and persistent value labels. Ideal for dynamic data visualization with support for negative values and real-time updates.
data-visualisation data-visualization winforms winforms-controls
Last synced: 23 Apr 2026
https://github.com/tranngoca5039/bigquery-a5y
📊 Streamline your data analysis with bigquery-a5y, a powerful tool for optimizing BigQuery performance and improving query efficiency.
analytics api big-data bigquery cloud-computing data-analysis data-integration data-management data-pipeline data-visualization data-warehouse google-cloud machine-learning serverless sql
Last synced: 05 Jun 2026
https://github.com/syed-nihaal/car-price-prediction-and-performance-analysis
A data science notebook project focused on analyzing car features and building a model for car price prediction.
data data-analysis data-visualization jupyter-notebook python
Last synced: 23 Apr 2026
https://github.com/ppatrzyk/heatmap
Display CSV as a heatmap in terminal
csv data data-visualization terminal
Last synced: 24 Apr 2026
https://github.com/gowhale/daily-spend-analysis
Python script to analyse spending habits.
data-visualization pandas python
Last synced: 24 Apr 2026
https://github.com/arunabhagit/inventory-misalignment-and-revenue-loss-in-multi-store-bike-retail
This project focuses on identifying the inventory and demand mismatch causing stagnant sales and lost revenue in a bike retail chain. By analyzing store-level performance and regional customer preferences, the project aims to detect underperforming products.
data-analysis data-visualization powerbi python
Last synced: 24 Apr 2026
https://github.com/ranagaballah/true-fake-news
True Fake News Detector NLP model
data-analysis data-science data-visualization deployment machine-learning matplotlib nlp numpy pandas python
Last synced: 09 May 2026
https://github.com/prodip2416/dashboard-with-analytics
dashboard chart and data visualization using AntD Chart
antd antdchart dashboard data-visualization
Last synced: 07 Nov 2025
https://github.com/voidnire/redditviralmysteryposts
Análise de posts de subreddits de mistério. O que define um post viral neste tipo de sub?
data-analysis data-visualization mysteries mystery nlms python-3 reddit
Last synced: 24 Apr 2026
https://github.com/avnigoyal25/ipl_eda
Exploratory Data Analysis on IPL datasets
Last synced: 24 Apr 2026
https://github.com/yuvrajsaraogi/-iris-flower-classification
Iris flower has three species; setosa, versicolor, and virginica, which differs according to their measurements. Now assume that you have the measurements of the iris flowers according to their species, and the task is to train a machine learning model that can learn from the measurements of the iris species and classify them.
classification data data-analysis data-science data-visualization flower flower-classification iris iris-classification iris-flower iris-flower-classification knn knn-classification machine-learning machine-learning-algorithms ml natural-language-processing nlp python
Last synced: 24 Apr 2026
https://github.com/emcramer/clockplot
Plotting utility for a "clockplot" that puts groups into a time-ordered heterogeneity visualization
biology data-analysis data-visualization heterogeneity pseudotemporal-ordering
Last synced: 10 Mar 2026
https://github.com/arif-rachmat/powershell-wpf-serialmonplot
A modern, WPF-based Serial Port Monitor and Real-time Data Plotter Powershell script
data-visualization powershell powershell-script serial-communication windows wpf
Last synced: 09 May 2026
https://github.com/dpb24/datakind-2025
📊 Data Analytics: Identifying Actionable Insights to Improve Financial Inclusion in Kenya
data-analytics data-visualization databricks datakind exploratory-data-analysis financial-data geopandas jupyter-notebook kenya matplotlib numpy python seaborn
Last synced: 24 Apr 2026
https://github.com/nischay002/us-honey-production-analysis
Analysis of US honey production (1995–2021) using Python & data visualization. Identifies trends in honey yield, pricing, and colony distribution across states.
data-analysis data-visualization exploratory-data-analysis honey-production matplotlib pandas python seaborn us-agriculture
Last synced: 26 Feb 2025
https://github.com/hhlitval/siemens-cashflow-analysis
Financial data engineering and analysis project extracting cash flow metrics from Siemens annual reports and presenting insights through a static, data-driven web dashboard.
cashflow chartsjs data-engineering data-visualization duckdb etl financial-analysis javascript pdf-extraction python
Last synced: 26 May 2026
https://github.com/joelmturner/joelmturnercom
Website for Joel M Turner
data-visualization development nextjs react typescript
Last synced: 24 Apr 2026
https://github.com/marielachirinosr/cyclistic-data-analytics-project
This project explores user behavior within a fictional bike-sharing system, modeled after Cyclistic, operating in Chicago.
data data-visualization pandas powerbi-report powerbi-visuals python
Last synced: 24 Apr 2026
https://github.com/ayushsiloiya619/data-science
Work area for data science project's.
analytics data-science data-visualization python
Last synced: 24 Apr 2026
https://github.com/msukmanowsky/datadrawer
A handy little utility for when you want some time series data to prototype and don't want to write code.
d3 data-visualization prototype prototyping vue vuejs
Last synced: 09 May 2026
https://github.com/anuragagarwal96/hospital-mortality-rate-sql-analysis
In this project, I have taken a hospital dataset from Kaggle, analysed it and predicted the mortality rate of patients who have been admitted in hospitals. I have utilised a combination of SQL, Tableau and Microsoft Excel for this project.
data data-visualization dataanalysis dataanalysisusingsql excel msexcel mssqlserver sql tableau tableau-public
Last synced: 09 Mar 2026
https://github.com/chetanmalviya513/assembly-election-analysis-data-insights-engagement
Scraped and analyzed real-time election data to build interactive dashboards showcasing seat trends, vote share distribution, and postal ballot stats. The analysis uncovered insights on voting patterns, winning margins, and candidate forfeitures. Visual storytelling and timely data updates helped the project gain strong engagement on social media.
assembly data-visualization dataanalytics descriptive-statistics election-analysis election-data msexcel news tableau-dashboards webscraping
Last synced: 25 Apr 2026
https://github.com/fbarffmann/belly-button-challenge
Built an interactive JavaScript dashboard to visualize bacterial biodiversity from belly button samples. Analyzed data from 153 participants and identified OTU 1167 as the most common bacteria.
biodiversity dashboard data-analysis data-visualization interactive-charts javascript json plotly
Last synced: 25 Apr 2026
https://github.com/tmoulik/bikeshare-python
Analysis of Bikeshare data from three major cities
data-analysis data-visualization python udacity-nanodegree
Last synced: 25 Apr 2026