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-30 00:07:49 UTC
- JSON Representation
https://github.com/joshuatownsend/chrome-history-explorer
Local-first explorer for your browser history (Chrome, Edge, Brave, Firefox, Safari, or Google Takeout): full-text + semantic search, research-session/rabbit-hole detection, insights (on-this-day, routines, trends), an AI interest map, and liveness checks. Optional pluggable AI; private/LAN data never leaves your machine.
browser-history bun chrome-history data-visualization hono local-first privacy react self-hosted semantic-search sqlite tailwindcss typescript vite
Last synced: 31 May 2026
https://github.com/walkerdustin/vergleich-von-messmethoden-fuer-punktwolken
Bei der Vermessung eines physischen Raumes ist das Ergebnis eine Punktwolke. Diese Punktwolke beschreibt dann ausgewählte Punkte im Raum, zum Beispiel auf den Wänden und der Decke. Wenn diese Punkte in zwei seperaten Messungen gemessen werden, vielleicht sogar von unterschiedlichen Geräten, soll hinterher herausgefunden werden wie genau diese Punktwolken übereinstimmen. Dafür gibt es zwei grundsätzlich verschiedene Methoden. Diese sollen hier verglichen werden.
3d-models accuracy-metrics data-analysis data-visualization kaggle measure-distance numpy point-cloud pointcloudprocessing punkte python science-research simulation statistics
Last synced: 11 Apr 2026
https://github.com/amauryval/gdf2bokeh
Gdf2Bokeh, a library to map quickly your geographic data with the bokeh library
bokeh data-visualization geometry geopandas gis-development map mapping pandas python shapely
Last synced: 10 Feb 2026
https://github.com/clever-boy/productclassification
Comprehensive product analysis and recommendation system with JSON data processing, visual analytics, and machine learning.
data-visualization json-processing machine-learning product-analysis python recommendation-system
Last synced: 14 Apr 2026
https://github.com/guildofcalamity/balanceact
A simple expense item tracking application with statistics.
banking csharp data-analysis data-visualization dependency-injection dotnet money-management mvvm visual-studio windows-app-sdk windows-sdk winui winui3 winuicommunity xaml xaml-ui
Last synced: 05 Feb 2026
https://github.com/sandravizz/global-inequality-data
This repository includes the data wrangling about the Global Inequality dataviz project using vanilla js and the library arquero.js
arquero d3js data-visualization data-wrangling javascript world-inequality-database
Last synced: 10 Feb 2026
https://github.com/rani-sikdar/pwc-virtual-internship-powerbi
Comprehensive Power BI dashboards showcasing insights on Call Centre Trends, Customer Retention, and Diversity & Inclusion to drive business impact.
business-analytics business-intelligence data-analysis data-cleaning data-visualization interactive interactive-visualizations powerbi
Last synced: 07 Jan 2026
https://github.com/szapp/magistdataanalysisvisualization
Case study: Data analysis and visualization to evaluate and recommend a business partnership. Team project for data-driven business with SQL and Tableau
dashboard data-analysis data-science data-visualization data-viz sql tableau-public
Last synced: 19 Mar 2026
https://github.com/alam025/car-price-predictor-using-ml
Advanced machine learning system for automobile price prediction using Linear and Lasso regression with comprehensive data visualization
automobile-pricing-algorithm automotive-machine-learning car-price-prediction car-valuation-system data-visualization feature-engineering lasso-regression linear-regression python-automotive-ml regression-analysis
Last synced: 10 Mar 2026
https://github.com/virajbhutada/google-stock-price-forecasting-lstm
Analyzing and predicting Google's stock prices through detailed data exploration and advanced LSTM models. This project involves data preprocessing, creating time-series sequences, constructing and training LSTM networks, and evaluating their performance to forecast future stock prices utilizing Python and Machine Learning libraries.
data-analysis data-science data-visualization future-prediction google-dataset google-stock-price-prediction google-stocks lstm-model lstm-neural-network machine-learning machine-learning-models matplotlib model-building model-training numpy python stock-forecasting
Last synced: 27 Feb 2025
https://github.com/nowke/cricviz
Cricket data analysis/visualizations
cricket-data data-visualization reactjs
Last synced: 15 Apr 2026
https://github.com/marcelohfonseca/moneychart
Projeto aberto para que interessadas em investimentos e análise de dados possam testar e contribuir com melhorias no código fonte e nas visualizações de dados.
business-intelligence data-analytics data-visualization investing power-bi python stocks stocks-analysis
Last synced: 17 May 2026
https://github.com/muhammadhilmyputrarisma/ab-test
Python code for A/B testing on Cookie Cats game data. This project analyzes the impact of moving the first gate from level 30 to level 40 on player retention and game rounds, helping to evaluate if delaying the gate improves player engagement and gameplay experience.
ab-testing cookie-cats data-analysis data-visualization game-analytics python statistics
Last synced: 18 May 2026
https://github.com/vvipjain/skipline-super-store-dashboard
SkipLine Super Store Dashboard
csv-files data-analysis data-visualization powerbi visualization
Last synced: 15 Oct 2025
https://github.com/avc-prog/data_science_and_analysis_with_python_and_sql
In this repository, I present a collection of projects focused on data analysis and science, featuring real-world datasets and one fictitious dataset for the sake of practice. The projects showcase various data analysis and data science techniques and serve as practical examples, using Excel, Tableau, Power BI, Python, and SQL.
data-analysis-python data-analytics data-science data-visualization databases
Last synced: 20 May 2026
https://github.com/vatshayan/hospital-discharge-analysis
Analysis of Hospitalization Discharge Rates in Lake County, Illinois of various attributes like Anxiety, Alcohol, mood, Diabetes, Asthma, etc
data-analysis data-visualization jupyter-notebook machine machine-learning machine-learning-algorithms scikit-learn
Last synced: 04 Mar 2025
https://github.com/floressek/data_analysis_and_visualization
This repository contains a collection of statistical data analysis laboratories using R. Each lab focuses on different aspects of data exploration, visualization, and analysis techniques.
data-analysis data-visualization
Last synced: 05 Oct 2025
https://github.com/jordan-sussman/mental-load
A zero-dependency CLI for tracking cognitive load
cli cli-tool data-visualization list mental-wellbeing python python3 tracker zero-dependency
Last synced: 30 May 2026
https://github.com/manishkr1754/food_delivery_dashboard_tableau
Food Delivery Company Sales Analytics using Tableau
analytics business-analytics business-intelligence dashboard data-visualization meal-delivery-service tableau tableau-dashboards tableau-prep tableau-story
Last synced: 19 Mar 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/akincenk/tradewatch
A modular trade monitoring & alerting system built with Python. Analyzes market activity and detects unusual behavior. Real-time cryptocurrency trade analytics platform
crypto dash data-visualization fastapi plotly python real-time stream-processing trading websocket
Last synced: 01 May 2026
https://github.com/njanakiev/iotserver
Data analysis and data visualization of mobile sensor data
d3js data-visualization mongodb nodejs sensor sensor-data udp-server
Last synced: 10 Apr 2025
https://github.com/epfromer/x2-angular
Angular app for data visualization and searching of Enron email via x2 server.
angular auth0 data-visualization graphql
Last synced: 13 Apr 2026
https://github.com/nouman6093/advanced-statistical-models
in this repository i will upload everything i have learned about data science advanced statistical models. there are over 42 statistical models. each of them work on algorithms. and there are over 32 algorithms. each library has its own way of writing such statistical models. after learning i will try to upload as much statistical models as possibl
data data-analysis data-science data-visualization
Last synced: 11 Jun 2026
https://github.com/vatshayan/list-of-animals-data-classification-
Classification & Visualization of List of Animals Data set using Machine Learning Algorithm
animal-behavior animal-data animals artificial-intelligence classification data data-analysis data-mining data-science data-visualization dataset jupyter-notebook machine-learning python supervised-learning
Last synced: 17 May 2026
https://github.com/shuddha2021/ai-document-analyzer
An interactive, client-side AI Document Summarizer & Analyzer built with HTML, CSS, and JavaScript. Features summarization, entity extraction, insights, file parsing (TXT, CSV, XLSX, HTML), and visualizations, all in-browser.
artificial-intelligence chartjs client-server client-side-ai css d3js data-visualization document-summarization file-parser html javascript search-functionality sheetjs text-analysis
Last synced: 19 May 2026
https://github.com/emilhvitfeldt/ggtetris
Create Tetris Chart Visualizations in R
data-visualization datavisualization dataviz ggplot2 r rstats
Last synced: 05 Apr 2025
https://github.com/paumatas/dpa-visual-analytics-tool
Visual analysis application for the data collected by a Formula Student car during driving, aiming to evaluate and compare the drivers of the team.
car-telemetry data-driven-decisions data-science data-visualization formula-student motorsport sports-analytics user-interface
Last synced: 17 Mar 2025
https://github.com/rafiulgits/data-analysis
Data Analysis with python programming language
classification data-analysis data-mining data-visualization machine-learning mglearn regression regression-models sklearn
Last synced: 08 May 2026
https://github.com/prajakta1321/kaggle-ai-report-2023
A Report describing the trends in emergence of AI over the years !
data-analysis data-visualization python3
Last synced: 28 Jun 2025
https://github.com/sonadukane18/best_websites_for_a_software_engineer
Collection of the coolest resources and websites to learn stuff and get your work done !!!
api awesome-lists cloud-computing cloud-services data-science data-visualization devops devops-platform devops-services macine-learning programming python source-code
Last synced: 27 Sep 2025
https://github.com/guidodipietro/fmcranks
Raw text input to nicely formatted XLSX file + PNG image of the range
data-analysis-python data-visualization python
Last synced: 26 Jan 2026
https://github.com/simranjeet97/google-cloud-access-using-python
Google Drive Access using Python, Interact Programmatically and Manipulate accordingly
data-analysis data-science data-structures data-visualization gcp gcp-cloud-functions gcp-compute gcp-compute-engine gcp-projects gcp-storage google googlecloud googlecloudplatform python python3 visualization
Last synced: 23 May 2026
https://github.com/aaryan-agr/crime-and-housing-analysis
This project analyzes crime data and its impact on the Housing Price Index (HPI) across various U.S. cities. Using regression modeling and exploratory data analysis (EDA), the goal was to identify key socio-economic factors influencing crime rates and HPI trends over multiple years.
data-preprocessing data-visualization eda r regression-analysis statistical-learning statistics
Last synced: 02 Nov 2025
https://github.com/abhi227070/whatsapp-chat-analyzer
The WhatsApp Chat Analyzer is a project that leverages machine learning and natural language processing techniques to analyze chat data from WhatsApp conversations. It provides insights such as message statistics, sentiment analysis, word clouds, and more.
artificial-intelligence data-analysis data-visualization machine-learning machine-learning-algorithms python-3 python-programming
Last synced: 29 Jun 2026
https://github.com/pradipece/two_dimensional_data_visualization
This repository for different kinds of Data science and Machine learning project
data-science data-visualization jupyter-notebook machine-learning matplotlib numpy pandas python seaborn sklearn statistics
Last synced: 11 Apr 2026
https://github.com/lamp-lucas/foton_contacts
Plugin para Redmine que gerencia pessoas, empresas e vínculos com foco em projetos da indústria AEC. Totalmente integrado, responsivo e parte do ecossistema Livre e OpenSource Mundo AEC.
aec-industry construction-tech contacts-management crm csv-import data-visualization foton issue-linking mundo-aec open-source project-management redmine-plugin ruby-on-rails team-collaboration user-profile vcard
Last synced: 09 May 2026
https://github.com/tuni56/matplotlib_introduction
Want to bring trigonometry to life? With Matplotlib, you can easily plot the sine and cosine functions on the same graph, creating an intuitive visualization of their periodic nature.
data-science data-visualization matplotlib python trigonometry-visualisation
Last synced: 16 Oct 2025
https://github.com/myself-aas/quantium_data_analytics_forage
This project analyzes retail customer chip purchasing behavior using Python, focusing on customer segmentation and key spending drivers to provide data-driven insights for strategic category management recommendations.
data-analysis data-engineering data-science data-visualization feature-engineering forage internship-project matplotlib-pyplot numpy-library pandas-dataframe pearson-correlation python quantium-virtual-experience scipy-stats seaborn
Last synced: 31 Jul 2025
https://github.com/atharvbyadav/expensemate
A simple, lightweight personal finance tracker built with Streamlit and SQLite. Log expenses, visualize spending habits, manage budgets, and download reports – all through an interactive web interface.
budgeting data-analysis data-visualization expense-tracker finance-app open-source pandas personal-finance plotly python sqlite streamlit streamlit-webapp
Last synced: 28 Apr 2026
https://github.com/paul019/pappe
A CLI to draw your data on top of millimeter paper
automation data-visualization diagram diagram-generator python
Last synced: 05 Mar 2025
https://github.com/carpentries-incubator/r-tidyverse-4-datasets
R and the Tidyverse for working with data
alpha carpentries-incubator data-manipulation data-visualization english lesson r tidyverse
Last synced: 02 Sep 2025
https://github.com/ksmooi/mscs_data_visualization
This series of reports demonstrates the process of creating, refining, and evaluating interactive data visualizations using Altair, focusing on Seattle weather data, with an emphasis on accessibility, usability, and effectively communicating insights.
Last synced: 01 Apr 2025
https://github.com/mariam-badr-mb/student-score-prediction
This project predicts students' exam scores based on study-related and demographic factors using machine learning models.
data-analysis data-visualization explore linear-regression machine-learning mean-square-error student-project supervised-learning
Last synced: 16 Aug 2025
https://github.com/amirnaghibi/companion
find the safest way back home with a trusted companion
data-visualization django-framework pathfinding python3 webapp
Last synced: 10 Apr 2026
https://github.com/akv3sic/cryptocurrency-charts
Cryptocurrency API data visualizations 📈 with Matplolib.
cryptocurrency data data-visualization matplotlib python
Last synced: 16 Oct 2025
https://github.com/nathanvilbert/visualization-of-flood-in-jakarta-with-tableau
The Flood Intensity Visualization and Priority Identification System for Jakarta provides an interactive platform to analyze flood patterns, severity, and impacted regions in Jakarta from 2013 to 2020.
data-visualization exploratory-data-analysis tableau twb
Last synced: 19 Mar 2026
https://github.com/shuklayash02/sales_dashboard_powerbi
Created interactive dashboard to track and analyze online sales data Used complex parameters to drill down in worksheet and customization using filters and slicers
data-visualization datacleaning excel powerbi
Last synced: 19 Mar 2026
https://github.com/greed2411/ndl
Numbers Don't Lie, attempt on Data Analysis using pandas and matplotlib.
cities data-analysis data-science data-visualization india kaggle
Last synced: 19 Apr 2026
https://github.com/nelsonkariuki/dataanalysis
This project involves data analysis of vido game sales from https://www.kaggle.com/gregorut/videogamesales/download
data-analysis data-visualization python
Last synced: 11 Jun 2026
https://github.com/jacksonpf1/spotify-user-analysis
ETL process and EDA of user top artists & tracks data in Spotify using Spotipy, Pandas, Airflow and Seaborn
airflow airflow-dags data-science data-visualization eda eda-analyses etl etl-pipeline etl-process pipeline-examples seaborn seaborn-plots spotify spotify-api spotipy
Last synced: 17 Oct 2025
https://github.com/hamdaniqhmqd/kelompok6-sistem-cerdas-bbri
Repository group6-system-smart-bbri is a group assignment project that uses Streamlit, scikit-learn, and related technologies to build a BBRI stock price prediction application based on day, week, and month input.
data-visualization numpy pandas python sklearn streamlit
Last synced: 03 Apr 2025
https://github.com/dylan-stewart/capstone
Cloud-Based Analytics Application: CSV Check ~ Data Visualization for Inexperienced Users
automation cloud css csv data-visualization exploratory-data-analysis file-processing flask gcp gcs html javascript machine-learning python visualization web-app
Last synced: 09 Apr 2026
https://github.com/saidsef/ff18
A complete catalog of all the players in Fifa 2018 and their complete statistics
data-analysis data-visualization fifa18 machine-learning machine-learning-algorithms world-cup-2018 world-cup-ranking
Last synced: 29 May 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/tushard48/analyzing-usa-market-trends-a-financial-overview
In-depth analysis of US market trends, encompassing economic indicators, industry performance, and financial data
data data-visualization powerbi
Last synced: 19 Mar 2026
https://github.com/pradipece/insurance_data_analysis_ml
This project approach defines the terms machine learning and linear regression ML algorithm in the context of real-time problem-solving.
data-science data-visualization database machine-learning matplotlib numpy pandas python python3
Last synced: 11 Apr 2026
https://github.com/whitebeard10/visualizing-global-trends-in-climate
Climate Data Visualization Dashboard
climate-change dash dashboard data-visualization plotly python
Last synced: 11 Apr 2026
https://github.com/bishtrishu/pizza_sales_data_analysis_sql
This project is a comprehensive data analysis of pizza sales, aimed at uncovering key insights and trends to inform business decisions. Using a combination of SQL, Python, and data visualization tools, the project analyzes sales data to understand customer preferences, peak sales periods, and the most popular pizza types.
cloud data data-analysis data-science data-visualization dataanalytics database mysql oracle-database
Last synced: 14 Apr 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/p0u4a/leet-track
Web app for tracking and visualising LeetCode progress.
data-visualization leetcode leetcode-stats web-app
Last synced: 01 Apr 2025
https://github.com/alejo1630/whatsapp_chat_analysis
A Jupyter Notebook with the analysis for a Whatsapp Chat using several techniques of data wrangling, EDA and Sentiment Analysis
data-visualization data-wrangling emojis exploratory-data-analysis jupyter-notebook sentiment-analysis whatsapp-chat
Last synced: 28 Feb 2026
https://github.com/lhzn-io/kanoa
AI-powered interpretation of data science outputs with multi-backend support (Molmo, Gemini, Claude, OpenAI)
ai claude data-science data-visualization gemini interpretability jupyter llm machine-learning matplotlib molmo multimodal openai python vision-language-model vlm
Last synced: 01 Jun 2026
https://github.com/fawaz-ahmed/js-infinite-median
Calculate median of a stream of numbers using heap sort (with nlogn comlpexity)
crypto data-structures data-visualization graphs infinite math median median-heap numbers pricing streaming-data
Last synced: 15 Aug 2025
https://github.com/garcane/london-housing-price-dashboard
This Excel-based Housing Visual Dashboard provides a comprehensive view of average house prices across various boroughs in London from 1996 to 2013. The dashboard is designed to offer insights into housing market trends and price variations across different areas of London over time.
data data-analysis data-visualization excel visual
Last synced: 13 Feb 2026
https://github.com/owengombas/r-place
🖼 Data analysis on r/place 2022
data-science data-visualization rplace
Last synced: 13 Feb 2026
https://github.com/zayarhtet/visualising-election-with-data
Visualisation of Myanmar Election 2020 with past data
data-mining data-science data-visualization
Last synced: 13 Feb 2026
https://github.com/derrickbaruga7/mapping-median-age-europe
An R project that creates an interactive map of the median age across European regions using Eurostat data and spatial visualization packages.
data-analysis data-science data-visualization datascience european-union mapping r
Last synced: 25 Mar 2025
https://github.com/reubenmathew/dataopsexperiments
Machine Learning, NLP and various data operations
data-science data-visualization python3
Last synced: 22 Apr 2025
https://github.com/as16082023/coffee-bean-sales-analysis
Analyzing coffee bean sales data to optimize consumer targeting, product offerings, and strategic marketing in the coffee industry.
coffee-bean-sales dashboard data-analysis data-visualization ms-excel
Last synced: 22 Jan 2026
https://github.com/youssef-saaed/my-plotly-dashboard
This project is the culmination of my work in the IBM Data Visualization course. It involves the creation of an interactive dashboard using the Dash and Plotly to visualize statistical data for an anonymous automobile company. The dashboard is structured into two distinct reports, each providing valuable insights into the company's performance.
dash data-visualization plotly
Last synced: 18 Oct 2025
https://github.com/tnleite/projeto_king_lift
Este projeto apresenta uma análise detalhada dos dados financeiros da King Lift, uma empresa de locação de empilhadeiras. Utilizando Microsoft Excel, Power Query e Power Pivot, desenvolvi um dashboard interativo, também em Excel, que ajuda a empresa a obter insights valiosos para melhorar a eficiência operacional e aumentar o faturamento.
data-analysis data-science data-visualization excel
Last synced: 19 Mar 2026
https://github.com/linkhant19/full-stack-application-design-and-development
My work for the Full-Stack Application Design and Development class (Fall 2024). Languages and Frameworks include: HTML, CSS, JavaScript, Python, Django
css data-visualization database django full-stack-web-development fullstack-development html javascript
Last synced: 11 Apr 2026
https://github.com/zen204/airbnb-availability
A machine learning model that predicts Airbnb listing availability, utilizing feature engineering and supervised learning techniques to improve guest experience and optimize host management.
binary-classification data-analysis data-preprocessing data-visualization feature-engineering machine-learning matplotlib model-evaluation nlp pandas predictive-modeling python scikit-learn seaborn supervised-learning
Last synced: 21 Jan 2026
https://github.com/garcane/insight-ventures-inc-analysis
This report provides a comprehensive analysis of Insight Ventures Inc.'s financial performance based on data from 2013 and 2014. It includes insights into sales performance, profitability, and market trends across North America and Europe.
data-visualization excel excel-dashboard excel-report financial-analysis
Last synced: 19 Mar 2026
https://github.com/syncfusionexamples/gettingstartedchartwinui
Demo sample for WinUI Chart getting started.
chart charts data-visualization getting-started visualization winui
Last synced: 15 Aug 2025
https://github.com/huonglarne/self-study-d3
Self studying Data Visualization with d3.js
Last synced: 13 Feb 2026
https://github.com/gappeah/london-housing-price-dashboard
This Excel-based Housing Visual Dashboard provides a comprehensive view of average house prices across various boroughs in London from 1996 to 2013. The dashboard is designed to offer insights into housing market trends and price variations across different areas of London over time.
data data-analysis data-visualization excel visual
Last synced: 31 Jul 2025
https://github.com/gallillio/unsupervised_clustering_music_recommendation_system
Music Recommendation System using Unsupervised Machine Learning Clustering Methods using K-Means, Fuzzy C Mean DBSCAN, Gaussian Mixture Model, BIRCH and Agglomerative Clustering
affinity-propagation agglomerative-clustering birch-clustering data-analysis data-visualization dbscan-clustering fuzzy-cmeans-clustering gaussian-mixture-models k-means-clustering pca unsupervised-machine-learning
Last synced: 19 Oct 2025
https://github.com/qtle3/support-vector-regression
This project implements Support Vector Regression (SVR) to predict the salary of an employee based on their position level. The script uses a dataset that contains position levels and corresponding salaries, applying feature scaling to improve the performance of the SVR model. The results are visualized to show how well the model fits the data.
data-visualization feature-scaling gaussian-kernel inverse-transform-method support-vector-regression
Last synced: 25 Oct 2025
https://github.com/robthepcguy/ahk-mouse-heatmap
An AutoHotkey script that records left, right, and middle mouse clicks, logging the date, time, and x and y coordinates. It features automatic GUI updates and generates a visual heatmap via a Python script, accessible from the system tray. This tool is ideal for analyzing user interaction and creating detailed mouse activity maps.
autohotkey-script click-counter click-log click-map data-analysis data-visualization heatmap heatmap-visualization mouse-events mouse-tracking python
Last synced: 01 Apr 2025
https://github.com/shridhar1504/power-bi-visualization-project
This repository contains Visualization Projects which is visualized through Power BI Software, by using the visualization we can gain multiple insights and strategies which helps to develop the business for gaining high profit margins and by the insights we can reduce the damages by accidents & calamities.
dashboard data-analysis data-cleaning data-science data-visualization exploratory-data-analysis microsoft-excel microsoft-power-bi microsoft-powerpoint powerbi powerbi-report powerbi-visuals powerpoint-slides
Last synced: 21 Jan 2026
https://github.com/prernarohra/mental-health-prediction
This project focuses on predicting mental health outcomes using machine learning algorithms. By analyzing various psychological, social, and lifestyle factors, the model aims to identify individuals at risk, enabling early intervention and support.
data-analysis data-science data-visualization machine-learning mental-health python
Last synced: 20 May 2026
https://github.com/hendersontrent/hotter
R package for webscraping, statistical analysis, and data visualisation of the Triple J Hottest 100 Countdown and related data.
data-visualisation data-visualization r triple-j webscraping
Last synced: 08 Apr 2025
https://github.com/filiplangiewicz/fastfooddatavisualization
🍟 Project for Data Visualization Techniques course about fast food consumption
collaboration data-science data-visualization dplyr ggplot2 poster
Last synced: 15 Mar 2025
https://github.com/babak2/synthea-data-analysis
Synthea Data Analysis
data-analysis data-visualization jupyter-notebook jupytext matplotlib numpy pandas python3 seaborn synthea
Last synced: 11 Apr 2026
https://github.com/pzim-devdata/data-developer
All my DATA developer projects
correlation data-analysis data-mining data-science data-visualization database folium folium-maps mongodb mysql python spark sql
Last synced: 11 Apr 2026
https://github.com/wildanmujjahid29/books-sales-analytics-python
Books Sales Analytics With Pyhton
data data-analysis data-science data-visualization
Last synced: 12 Jun 2026
https://github.com/kaneamiller/automated-project-doc-generator
A Python project to integrate with Asana's API for fetching project and task data, generating reports in PDF, Markdown, and HTML formats.
api asana automation data-visualization documentation integration open-source productivity project-management python reporting
Last synced: 20 Oct 2025
https://github.com/vincent-tran-94/dataviz_tweets_chatgpt
Une application Streamlit pour analyser et visualiser les données et les tweets sur la sortie de ChatGPT. Ce projet comprend la gestion des données, l'analyse des sentiments, les tendances émergentes et les applications potentielles de ChatGPT.
data-management data-visualization python streamlit text-mining twitter
Last synced: 08 May 2026
https://github.com/rajsoni03/data-visualization-with-python
Data Visualization using Matplotlib
data-visualization graph matplotlib
Last synced: 15 Mar 2025
https://github.com/vikhram-s/electoral-bond-data-analysis-using-python
Electoral Bond Data Analysis Using Python : This repository contains a comprehensive analysis of electoral bonds in India using Python. The project aims to understand the distribution, trends, and impact of electoral bonds on political funding. It includes data cleaning, exploratory data analysis, visualization, and reporting.
data-visualization dataanalysisusingpython electoralbonds exploratory-data-analysis
Last synced: 15 May 2025
https://github.com/webuccinoco/mysql-pivot-tables
Build complex MySQL pivot tables without touching a single line of code. This free PHP tool lets you visually connect your database and map out your data sources with a few simple clicks.
business-analytics business-intelligence crosstab data-analysis data-analytics data-visualization mysql mysql-database mysql-pivot-table mysql-reports mysql-virtualization php php-pivot-table php-reports pivot-tables reporting-tools
Last synced: 04 Feb 2026
https://github.com/yaph/euro-2012
Scripts to create visualizations for Euro 2012
d3js data-visualization football football-data network-graph relationship-graph
Last synced: 20 Oct 2025
https://github.com/colburncodes/se_pudding_2023
This project is a React app designed to showcase research conducted by a team of data scientists and data analysts. The app is utilizing React and React-Chartjs-2
chartjs-2 data-analysis data-science data-visualization react-chartjs-2 reactjs
Last synced: 11 May 2026
https://github.com/sandravizz/visual-data-science-r
Visual explorative analysis in R from scratch mainly using ggplot
data-science data-visualization ggplot r
Last synced: 16 May 2025
https://github.com/valeriiaanisimova/fractals-project
Interactive fractal-based contact map visualizer with significance filtering and relationship display.
contact-maps css data-visualization fractals html interactive javascript tree-layout ui visualization
Last synced: 06 Oct 2025
https://github.com/radhikareddy-chintareddy/exploratory-data-analysis-and-regression-for-property-pricing
This project analyzes property listing data to uncover trends and predict property prices using regression modeling. Key steps include exploratory data analysis (EDA), data cleaning, multicollinearity checks, and model evaluation using metrics like RMSE.
data-visualization exploratory-data-analysis python regression-analysis rmse-score statistical-analysis
Last synced: 24 Apr 2026