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

Data visualization

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

https://github.com/nemeslaszlo/lending-club-analysis

Lending Club analysis, with a model that can predict whether or nor a borrower will pay back their loan.

binary-classification classification data-visualization keras matplotlib numpy pandas seaborn tensorflow

Last synced: 12 Apr 2026

https://github.com/VektorTech/air-pollution-map

Air pollution data visualization on an interactive globe made with three js.

api-integration chartjs data-visualization geojson geolocation-api glsl gsap threejs typescript webgl

Last synced: 08 Apr 2025

https://github.com/qtle3/decision-tree-regression

This project implements **Decision Tree Regression** to predict the salary of an employee based on their position level. By using a dataset containing position levels and their corresponding salaries, the project highlights how decision trees can capture complex relationships in data through non-linear regression.

data-visualization decision-tree-regression prediction-model

Last synced: 08 Apr 2025

https://github.com/kuroko1t/geoview

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

data-visualization folium geojson geopandas gis shapfile streamlit

Last synced: 29 May 2026

https://github.com/mohagungnursalim/da-covid-data-cleansing

Identifying and correcting errors, inconsistencies, and inaccuracies within datasets related to the COVID-19 pandemic. This is essential for obtaining reliable and actionable insights from the data.

data-analytics data-visualization pandas-dataframe

Last synced: 25 Mar 2025

https://github.com/anarya22/tata-data-visualization-empowering-business-with-effective-insights-job-simulation-on-forage

Completed a simulation involving creating data visualizations for Tata Consultancy Services. Created visuals for data analysis to help executives with effective decision making.

business-analysis data-cleaning-and-preprocessing data-visualization excel powerbi

Last synced: 07 Jan 2026

https://github.com/archanakokate/diabetes_prediction_capstoneproject

Analyzing and Modelling National Institute of Diabetes(NIDDK) dataset for accurate prediction of Diabetes in Patients, with Tableau dashboard visualization.

data-engineering data-visualization exploratory-data-analysis machine-learning-algorithms tableau-dashboards

Last synced: 17 Mar 2025

https://github.com/sanam2405/chatinfo

Analysing the WhatsApp Chat with my crush over a 6M period

data-analysis data-visualization python

Last synced: 27 Apr 2026

https://github.com/asifdotexe/air-quality-analysis-aqa

AQA is a data-driven project focused on analyzing air quality data sourced from data.gov.in. The project encompasses data preprocessing, analysis, and visualization to gain insights into air pollution levels across various locations in India. By examining six key pollutants, the project aims to raise awareness about the environmental issues

aqi-analysis data-analysis data-preprocessing data-science data-visualization presentation

Last synced: 07 Jun 2026

https://github.com/wadiebenabdouh/socialmedia-usage-pipeline

Data from Kaggle, containing wide range of users with different age, gender, and interest.

apache-spark data-visualization jupyter-notebook kaggle pyspark python spark

Last synced: 11 Mar 2026

https://github.com/zrkhadija/analyzing-parisian-associations-a-data-exploration-project

This project focuses on analyzing data about associations registered in Paris. Using an API, the data was fetched in JSON format and transformed into a pandas dataframe for exploration and analysis. The dataset includes details such as the statutory name, postal code, city of registration, sectors of activity, domains of activity..

analysis data-visualization json-api paris

Last synced: 03 Apr 2025

https://github.com/gauranshgoel123/predictive-demand-analysis

Demand Forecasting Project A web application for predicting future demand for part numbers based on historical data. Built with React for the frontend and FastAPI with Python for the backend, this application visualizes demand trends and allows users to input additional data for improved accuracy. In render analyzer is frontend analysis is backend

chartjs data-analysis data-science data-visualization dataset deployment full-stack machine-learning numpy pandas predictive-analysis prophet-model python reactjs render

Last synced: 13 Apr 2026

https://github.com/aravindnathan02/sales-and-customer-analytics

This is a repository for sales and customer performance Tableau dashboard.

customer-dashboard dashboard data-analysis data-visualization sales-analysis sales-dashboard tableau

Last synced: 08 Jan 2026

https://github.com/owengombas/r_place

🖼 Data analysis on r/place 2022

data-science data-visualization rplace

Last synced: 18 Jan 2026

https://github.com/shantoroy/data-visualization-streamlit-app

Simple csv data analytics platform built using Python Streamlit

data-analytics data-visualization machine-learning python streamlit

Last synced: 13 Apr 2026

https://github.com/umarlypoeta/my_learning_journey_datacamp

This repository serves as a comprehensive record of my learning journey with DataCamp, showcasing the courses I've completed and the projects I've worked on. It features a collection of practical exercises and data-driven projects that demonstrate my proficiency in data manipulation, analysis, and visualization using Python and SQL

data-engineering data-science data-visualization sql

Last synced: 20 Aug 2025

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/karankathur06/python-dashboard

A dynamic Python-based dashboard for visualizing and analyzing data with interactive elements. Built using popular libraries like Plotly and Dash, designed for intuitive data exploration.

analytics dash dash-plotly dashboard data-science data-visualization interactive-ui plotly python visualization-project web-app

Last synced: 28 May 2026

https://github.com/sushantdhumak/lstm_for_household_power_consumption

This project explores the application of Long Short-Term Memory (LSTM) networks in predicting household power consumption. Using data collected at one-minute intervals, we demonstrate how LSTM can be leveraged for accurate forecasting.

correlation-analysis data-visualization dropout evaluation-metrics feature-engineering lstm lstm-model resampling reshaping-datasets time-series-analysis time-series-forecasting

Last synced: 26 Mar 2025

https://github.com/vi/csvdimreduce

Command-line tool to run a dimensionality reduction algorithm on CSV files

cli command-line-tool csv csv-files data-science data-visualization dimension-reduction dimensionality-reduction

Last synced: 14 Apr 2025

https://github.com/robertopatino1/oscars2023_data_analysis

A deep data science analysis involving tweets regarding the upcoming Academy Awards

data data-analysis-python data-science data-visualization html jupyter-notebook lda-model machine-learning python trends tweepy twitter

Last synced: 24 Apr 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/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/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/martialhimanshu/motion-detector-camera

An application to detect motion of any object using any camera device and analysis of output data using plot and CSV file

bokehplots data-visualization dataframe-library motion-detection opencv2 python

Last synced: 09 Oct 2025

https://github.com/sunnybibyan/exploratory-data-analysis-eda

Welcome to the Titanic Dataset - Exploratory Data Analysis (EDA) project repository! This project aims to uncover insights from the Titanic dataset using Python and Jupyter Notebook. By analyzing key variables such as age, gender, and class, we aim to visualize relationships between passenger characteristics and survival rates.

data-analysis data-visualization jupyter-notebook python titanic-dataset

Last synced: 18 Jan 2026

https://github.com/shubhamgoyal575/hospitality-domain

This project analyzes AtliQ Grands' historical revenue data to identify trends, optimize performance metrics, and support strategic decision-making. It includes data analysis, dashboard design in Power BI, and insight generation to help regain market position. Built with Excel and Power BI for visualization and business intelligence. 🚀

business-intelligence dashboard data-modeling data-visualization hospitality-analytics microsoft-power-bi power-query powerbi revenue-analysis trend-analysis

Last synced: 17 Feb 2026

https://github.com/subhadipsinha722133/bitcoin-price-prediction-web-app

A Streamlit-based web application for predicting Bitcoin price movements using machine learning models

data-visualization machine-learning-algorithms matplotlib-pyplot sklearn-library

Last synced: 09 Oct 2025

https://github.com/cosmoduende/r-twitter

Explore your Twitter activity with R: Sentiment Analysis and Data Visualization. How to analyze your Twitter account (or any account), discover your habits and sentiments with the "rtweet" package and NLP.

data-analysis data-visualization lemmatization nlp nlp-library nlp-resources nltk nltk-library r-package r-programming r-studio rtweet stemming twitter twitter-api twitter-data twitter-data-analysis twitter-data-extraction twitter-sentiment-analysis udpipe

Last synced: 10 Oct 2025

https://github.com/piratesmanx1/tutor-management-system-2020

A group assessment that required individuals to implement their specific data structure within the system, such as the likes of Array List and Linked List. The assessment required no knowledge of database which is making the overall assessment tricky to handle as we need to rely on the memory addresses that act as a temporary storage to get the job done. In this assessment we've learned the concept of C++, Data Structures, and numerous algorithm that could exploit in other programming languages, which increased our critical thinking skill on applying the system's feature.

c-plus-plus data-structures data-visualization datastructures doubly-linked-list doublylinkedlist linked-list linked-lists

Last synced: 11 Oct 2025

https://github.com/alifeee/co2-stacked

A visualisation of CO2 levels as a vertically stacked graph, with days going upwards. Using @tomhazledine's <stacked-sparklines> web component.

co2-monitoring data-visualization web-component

Last synced: 19 Jan 2026

https://github.com/nomadsdev/financial-trend-analyzer

FinancialTrendAnalyzer helps analyze and visualize sales data to uncover financial trends. It uses Python to calculate total sales, track changes, and generate insightful charts for better decision-making.

business-intelligence data-analysis data-visualization financial-analysis matplotlib numpy pandas python revenue-trends sales-data seaborn time-series-analysis

Last synced: 19 Jan 2026

https://github.com/nafisalawalidris/springforth-university-foodbank

Springforth University Food Bank: A collaborative initiative with UNESCO to address student food insecurity. Contains code and resources for the web application, data analysis, and insights into the prevalence and impact of food insecurity on academic performance.

academic-performance collaborative-initiative data-analysis data-visualization excel pivot-tables powerbi springforth-university-food-bank student-food-insecurity unesco

Last synced: 17 Feb 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/vineet416/data_visualization_of_bird_strikes_between_2000-2011

This project analyzes bird-aircraft strike data from 2000 to 2011 using MySQL database as the data source and Microsoft Power BI. The interactive dashboard allows for exploration of trends and insights to improve aviation safety.

data-cleaning data-transformation data-visualization dax etl intractive-graph mysql-database power-query-editor powerbi

Last synced: 19 Oct 2025

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/shadowk29/cusumtools

An eclectic collection of python scripts I have found to be useful in processing nanopore data

data-analysis data-visualization time-series-analysis

Last synced: 16 Mar 2026

https://github.com/dsnchz/solid-tradingview-widgets

SolidJS bindings for TradingView Widgets — ready-to-use financial tools you can embed into your website to display market data.

data-visualization finance fintech fintech-api solidjs trading visualization

Last synced: 16 Mar 2026

https://github.com/ahammadmejbah/the-90-day-pytorch-mastery-roadmap

Embark on a 90-day journey to master PyTorch! From tensor basics to advanced deep learning, each day offers lessons, hands-on exercises, and curated resources. Gain practical skills to confidently build, train, and deploy models across diverse applications.

ai artificial-intelligence data-engineering data-science data-visualization deep-learning deep-learning-algorithms deep-neural-networks python python-3 pytorch pytorch-cnn pytorch-gan pytorch-implementation pytorch-nlp pytorch-tutorial

Last synced: 25 Feb 2026

https://github.com/saravana-kr22/phonepe_pulse_data_visualization_and_exploration

The PhonePe Pulse Data Visualization project in Python extracts, transforms, and stores data from the PhonePe Pulse GitHub repository. It creates an interactive dashboard using Streamlit, Plotly, and other libraries to visualize the data. Users can explore various insights from the data spanning 2018 to 2023.

choropleth-map data-science data-science-projects data-visualization geojson geopandas indiamapdata mapbox mysql phonepe phonepe-clone phonepe-pulse-data-visualization plotly pydeck python python3 streamlit streamlit-webapp visualization

Last synced: 25 Feb 2026

https://github.com/thevinh-ha-1710/rstudio-statistics

This project deeply studies 2 datasets using applied statistics techniques.

applied-statistics data-analysis data-science data-visualization rmarkdown rstudio

Last synced: 31 Jan 2026

https://github.com/jmofuture/poblacion-mundial

Power BI - Análisis de la Población Mundial, Mortalidad Infantil y Esperanza de Vida

csv data-visualization dax excel powerbi powerquery

Last synced: 26 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/kiranmayi5/tableau-projects

A collection of interactive Tableau dashboards showcasing data visualization and storytelling skills.

business-intelligence data-storytelling data-visualization interactive-visualizations tableau

Last synced: 27 Feb 2026

https://github.com/allanotieno254/data-analytics-with-tableau

Repository showcasing projects and insights generated through Tableau. Contains visualizations, dashboards, and analytical reports on various datasets,

analytics-intelligence business-intelligence dashboards-tableau data-analytics data-storytelling data-visualization tableau

Last synced: 19 Mar 2026

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/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/vasugi2003/covid_19_daily_analysis

Analysis of COVID19 day to day updates using POWER BI analysis tool.

covid19 covid19-data csv data-science data-visualization dataanalytics powerbi predictive-analytics

Last synced: 19 Mar 2026

https://github.com/yoursrijit/e-commerce-sales-dashboard-using_power_bi

"Unlock Your Sales Potential with Real-Time Insights: Power Up Your Strategy with Power BI Dashboard" I have created E-Commerce Sales Dashboard using Power BI. With this dashboard

data-visualization dataanalytics microsoft powerbi

Last synced: 19 Mar 2026

https://github.com/prashver/dashboard-gallery

These dashboards provide insights across diverse domains, including cryptocurrency sales, workforce challenges, disease impact analysis, and retail trends. Leveraging tools like Power BI and Excel, they offer actionable insights for decision-making.

cryptocurrency dashboards data-analysis data-profession data-visualization market-segmentation-analysis microsoft-excel monkey-pox powerbi product-analysis retail-trends

Last synced: 15 Feb 2026

https://github.com/dharmendradiwaker/eda-insurance-policies-by-tableau

Exploratory-Data-Analysis-of-Insurance-Policies-using-Tableau Loaded, cleaned & analyzed Insurance data for 37.5K+ policy containing 16 columns Created visualizations such as Area chart, stacked bar charts, lines charts etc. for insights

data-visualization eda tableau

Last synced: 19 Mar 2026

https://github.com/ari-s-123/f1-dataviz-fall-2024

A data visualization project meant to analyze and visualize the evolution of key performance metrics in Formula One from 1950 to 2023 using JavaScript, D3.js, and Vega-Lite on the Observable platform.

data-visualization dataviz f1 formula-1 formula-one formula1 motorsport-data observablehq sports-data vega-lite

Last synced: 19 Mar 2026

https://github.com/xuri/excelize-cs

Excelize is a C# port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files.

agent ai chart csharp data-analysis data-science data-visualization excel excelize formula microsft office ooxml parser spreadsheet xlsm xlsx

Last synced: 03 Mar 2026

https://github.com/kinshuk-code-1729/data-visualisation-using-python

This Repository consists of several python snippets for creating Two-Dimensional (2D) Graphics

data-analysis data-science data-visualization matplotlib visualization

Last synced: 02 Jun 2026

https://github.com/gino-freud-hobayan/excel_project_dataset_gino

Simple Excel Project on Data Cleaning and Dashboard Creation

dashboard data-cleaning data-visualization excel

Last synced: 19 Mar 2026

https://github.com/hrishikesh-mahajan/pharmacypossoftware

Pharmacy POS App built using Python3, Tkinter, OpenCV and Pandas

barcode-scanner data-visualization invoice opencv pandas python3 tkinter

Last synced: 10 May 2026

https://github.com/sejmou/large-scale-data-scatterplot

A React scatterplot component for big datasets (10k + datapoints) powered by Three.js (WebGL) and d3

charts d3 data-visualization javascript react scatter-plot scatterplot typescript visualization web-gl webgl

Last synced: 17 Apr 2026

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

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

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

Last synced: 17 Apr 2026

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

A Python package for automatic generation of qualitative color palettes

colors data-visualization palette-generation

Last synced: 04 Apr 2026

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

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

data-visualization inmet telegram-bot time-series

Last synced: 04 Apr 2026

https://github.com/shsiddhant/memory.fm

A Python library, CLI tool, and web-based dashboard for exploring music listening history from Last.fm and Spotify.

analytics data-analysis data-visualization memories music

Last synced: 04 Apr 2026

https://github.com/frankelavsky/ligo-virgo-mass-plot

An interactive astrophysics project, exploring the masses of dead stellar objects (black holes and neutron stars). I used d3.js, a touch of jquery, flowtype, and advanced SVG techniques (in vanilla javascript) for this project.

astronomy astrophysics client-side css d3 d3js data-visualization exploratory-data-visualizations frontend frontend-app gravitational-waves html interactive interactive-visualizations javascript modular single-page-app svg svg-filters visualization

Last synced: 21 Apr 2026

https://github.com/hecatops/insightbench

Insight Bench is a web-based CSV analysis tool built with Streamlit, designed for quick, effortless exploration of your CSV files. Simply upload your file and get instant insights without needing any setup or coding.

data-visualization exploratory-data-analysis python shadcn-ui streamlit

Last synced: 24 Apr 2026

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

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

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

Last synced: 25 Apr 2026

https://github.com/kitestring/scidata

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

data-visualization extract matplotlib pandas python3 sql-database

Last synced: 25 Apr 2026

https://github.com/ahmad-ali-rafique/pyviznotebook

PyVizNotebook is a collection of Matplotlib visualizations demonstrating a wide range of plot types and techniques for data visualization. Whether you're a beginner looking to learn or an experienced developer seeking inspiration, this repository offers a diverse set of examples to explore.

analytics colab-notebook data data-science data-visualization dataanalytics matplotlib-python plots seaborn-python visualization

Last synced: 06 Jun 2026

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

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

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

Last synced: 25 Apr 2026

https://github.com/avallecam/cdcper

Miscelanea de funciones customizadas a tareas de análisis en CDC Perú

data-manipulation data-mining data-visualization data-wrangling r tidyverse

Last synced: 07 Jun 2026

https://github.com/linuxto5re/salesandguestmanagementmldotnet

welcome to our Sales and Guest Projection repository! Discover precise guest predictions via ML.NET, historical data, and advanced tech. This model also applies to sales forecasts, fueled by ML.NET's capabilities. In addition, we've added data visualization.

csharp data-visualization machine-learning mldotnet mvvm-architecture oxyplot sql-server

Last synced: 27 Apr 2026

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

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

analysis data-visualization dataframes insights manipulation matplotlib python seaborn transformation

Last synced: 27 Apr 2026

https://github.com/sathyasris27/time-series-and-spectral-analysis-

The aim of this project involves the analyses the data, removing trends and seasonal effects, identifying the underlying process, understanding the dominant frequencies, and using the residuals to make predictions.

data-analysis data-visualization forecasting r spectral-analysis time-series-analysis

Last synced: 07 Jun 2026

https://github.com/nfaltir/word_visualizer

🧩 Visualize speeches for fun.

data-visualization python streamlit wordcloud

Last synced: 28 Apr 2026

https://github.com/vyjayanthipolapragada/early_sepsis_detection_ml

An end-to-end project leveraging clinical datasets (PhysioNet, MIMIC-IV, MIMIC-IV-ED) to develop and compare ML and LSTM-based models for early sepsis prediction.

data-analysis data-visualization deep-learning healthcare jupyter-notebook keras-tensorflow lstm-neural-networks machine-learning neural-network python

Last synced: 28 Apr 2026

https://github.com/sathyasris27/environmental-classification-based-on-gaming-patterns

The aim of this project is to create a more nuanced understanding of the interactions between socio-demographic characteristics, in-game behaviours, and global-scale environmental consciousness.

data-engineering data-mining data-science data-visualization python-3

Last synced: 28 Apr 2026

https://github.com/pxaris/expenditure-analyzer

Application for analyzing expenditure data over time

data-analysis data-visualization docker python statistics

Last synced: 29 Apr 2026

https://github.com/manwithacap/by-the-metric-match

🎲🃏 A game data tracker for your board/card/video games!

data-analysis data-visualization games jupyter-notebook python utility

Last synced: 29 Apr 2026

https://github.com/arif-miad/global-plastic-waste-analysis

Global plastic waste is a pressing environmental issue, with massive production, limited recycling, and high risks to ecosystems and human health

catboost-classifier data-science data-visualization geopandas machine-learning matplotlib python random-forest-classifier seaborn

Last synced: 29 Apr 2026

https://github.com/mehulcode12/atliq-bank_creditcard_transaction_analysis

The credit card project at Atliq Bank comprises two key phases: market identification and trial. This initiative aims to leverage mathematical and statistical concepts to analyze data related to demographics, income, credit scores, and spending patterns in order to identify the target audience for the credit card.

codebasics data-analysis data-science data-visualization mathematics python python3 statistics

Last synced: 30 Apr 2026

https://github.com/gutyoh/narrative_visualization

Visualizations of the evolution of Netflix's content over the years using the D3 JavaScript library.

d3 data-visualization javascript

Last synced: 30 Apr 2026