Data Science
Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge from structured and unstructured data. Data scientists perform data analysis and preparation, and their findings inform high-level decisions in many organizations.
- GitHub: https://github.com/topics/data-science
- Wikipedia: https://en.wikipedia.org/wiki/Data_science
- Related Topics: data-analysis, data-mining, machine-learning, big-data, data-visualization,
- Aliases: datasciences, data-science-project, data-science-algorithm,
- Last updated: 2026-07-14 00:07:40 UTC
- JSON Representation
https://github.com/jabhij/twittertweets_visualization
In this repository I'll show how to visualize tweets, re tweets for a Particular Twitter Handle on Google Maps using R in simple steps.
data-science data-visualization dataanalytics python python3 twitter visualization
Last synced: 14 Apr 2026
https://github.com/kyle-wannacott/image-annotation-tool
Speed up image selection, tagging, annotation and bounding boxing of relevant images to then use in machine learning models.
annotation data-science image-classification image-processing image-recognition machine-learning opencv opencv-python python tagging tagging-tool
Last synced: 12 May 2026
https://github.com/moindalvs/learn_eda_for_data_science
Univariate, Bivariate and Multi-variate Analysis
bivariate-analysis correlation-analysis data-science data-transformation data-type-conversion data-types-and-structures data-visualization duplicates-removal exploratory-data-analysis imputation missing-values multi-variate-analysis normalization outlier-detection pandas-profiling standardization univariate-analysis
Last synced: 07 Oct 2025
https://github.com/chouaib-629/quantileregression
Quantile regression for delivery time and some scenarios.
data-science data-visualization delivery-time jupyter-notebook linear-regression machine-learning matplotlib model-compression numpy pandas predictive-modeling python python3 quantile-regression regression-models scikit-learn scipy statistical-analysis statsmodels
Last synced: 11 Feb 2026
https://github.com/okwilkins/my-degree
An individualised degree with a focus on full-stack data science that aims to iron out flaws in my knowledge.
data-science deep-learning leadership learning machine-learning management neural-network
Last synced: 12 Jun 2025
https://github.com/tirthasheshpatel/neural-network
Hand made Neural Network for demonstration and teaching purposes
data-science deep-learning machine-learning neural-network teaching
Last synced: 19 Jan 2026
https://github.com/moindalvs/assignment_random_forest_2
A cloth manufacturing company is interested to know about the segment or attributes causes high sale. Approach - A Random Forest can be built with target variable Sale (we will first convert it in categorical variable) & all other variable will be independent in the analysis.
data-science hyperparameter-tuning numpy pandas python random-forest-classifier sklearn
Last synced: 10 Apr 2026
https://github.com/juliofilizzola/dashboard
Repo de Dashboard feito em python
Last synced: 18 Jun 2025
https://github.com/sherylhyx/auroc-vs-auprc
Code for final year project: AUROC vs AUPRC.
classification data-science machine-learning random-forest regression
Last synced: 26 Mar 2025
https://github.com/ahammadmejbah/supplemental-materials
Explore AI with resources like ๐ books, ๐ง podcasts, and ๐ฅ๏ธ online courses! Join forums ๐ฌ, attend workshops ๐ ๏ธ, and read journals ๐ to boost your knowledge! ๐โจ๐ง
computer-vision data-science data-science-projects data-visualization deep-learning deep-neural-networks machine machine-learning opencv python3
Last synced: 17 May 2026
https://github.com/tss-sniper/mnist-digit-recognizer-binary-classifier
A Binary Classification model to find a particular value in MNIST Digit Dataset using three different classification algorithms.
data-science decision-tree jupyter-notebook logistic-regression mnist mnist-classification python svm
Last synced: 14 May 2026
https://github.com/hephy-dd/comet
COMET - Control and Measurement Toolkit
data-science measurement-toolkit python rapid-development
Last synced: 19 Feb 2026
https://github.com/martishin/machine-learning-notebooks
Jupyter Notebooks for Data Science (ML) course
catboost data-science jupyter-notebook machine-learning pandas python scikit-learn tensorflow xgboost
Last synced: 06 Sep 2025
https://github.com/jpedrou/airplanes-classification
A CNN project classifies airplane types in images, distinguishing between commercial and military airplanes using Google Images data.
classification convolutional-neural-networks data-science deep-learning deep-neural-networks keras tensorflow
Last synced: 11 May 2026
https://github.com/birchkwok/spinesutils
A library that provides template code for Python development to shorten the project development cycle.
data-science machine-learning machine-learning-algorithms preprocessing-data
Last synced: 03 Feb 2026
https://github.com/kaustubhgupta/data-analysis-hub
This is where all my Data Analysis notebooks are present. All the notebooks are either fully explored and have an explanatory readme or a medium article has been published which is linked in the README.
data-analysis data-science google-play-store kaggle matplotlib pandas seaborn
Last synced: 10 May 2026
https://github.com/mlr-org/mlr3data
Data sets used in the book, gallery, or in examples of mlr3.
data data-science data-sets machine-learning mlr3 r r-package
Last synced: 09 Apr 2025
https://github.com/nk027/bvarverse
Functions to prepare and visualise tidy objects from BVAR.
bayesian data-science r r-package vector-autoregressions
Last synced: 10 Oct 2025
https://github.com/avinashbarnwal/accelerated-gradient-boosting
Accelerated Gradient Boosting
data-science gradient-boosting machine-learning python r xgboost
Last synced: 09 May 2026
https://github.com/hafidaso/insights-into-luxury-fashion
This project conducts a comprehensive analysis of a dataset containing product listings from SSENSE, a renowned retailer in designer fashion and high-end streetwear.
Last synced: 08 May 2026
https://github.com/ehtisham-sadiq/gradient-descent-for-adaline-the-first-neural-network
Implementing Gradient Descent for ADALINE: The Original Neural Network
adaline artificial-intelligence data-science deep-learning gradient-descent machine-learning neural-network optimization python3
Last synced: 11 May 2026
https://github.com/neelshah18/arxivdata
Dataset of arxiv
artificial-intelligence computer-vision data-science deep-learning machine-learning nuralnetwork offline online paper search-engine
Last synced: 20 Aug 2025
https://github.com/nononoexe/setariaviridis
๐พ Field-collected data of green foxtail
data data-science dataset rpackage
Last synced: 27 Feb 2026
https://github.com/tushar365/bike-sharing-rental-prediction
Predict Bike๐ฒ Rentals with Weather! This project uses regression to predict hourly bike rentals by combining historical usage data with weather information. It helps bike-sharing companies optimize resources and improve user experience.
data-science decision-trees knn-regression linear-regression machine-learning matplotlib-pyplot numpy pandas seaborn
Last synced: 16 Apr 2026
https://github.com/deaneeth/churn-prediction-production-pipeline
Production-grade machine learning pipeline for customer churn prediction with modular components for data preprocessing, model training, and streaming inference. This third repo in a series builds on previous work to create a deployment-ready prediction system with comprehensive configuration, evaluation metrics, and scalable architecture.
churn-prediction data-science machine-learning mlops model-evaluation pipeline production-pipeline python
Last synced: 10 Oct 2025
https://github.com/martindbp/merkl
ML pipelines in pure Python with great caching
Last synced: 07 Feb 2026
https://github.com/anwielts/datasheet-for-dataset
Automatically create standardized documentation for the dataset used in your ML project
artificial-intelligence data-science documentation machine-learning python
Last synced: 14 Jan 2026
https://github.com/mrsaeeddev/data-science-roadmap-for-beginners
๐ A minimal and easy road map for beginners who want to dive into the field of Data Science
data data-science datascience python
Last synced: 29 Jun 2025
https://github.com/edoaltamura/election-predictions
A framework for analysing polling data and predicting election outcomes.
data-engineering data-science data-visualization feature-engineering machine-learning political-science the-economist
Last synced: 14 May 2026
https://github.com/ashwinpn/visualization
Data Visualization using Matplotlib, Pandas Visualization, Seaborn, ggplot, and Plotly.
analysis data data-analysis data-science data-visualization graphs plots python python3 visualization
Last synced: 13 Apr 2026
https://github.com/exa-analytics/exa
The exa framework for data management, processing, and visualization
Last synced: 18 Aug 2025
https://github.com/pprzetacznik/data-science-notebooks
My data science notebooks
Last synced: 10 Jan 2026
https://github.com/bhattbhavesh91/tpot-tutorial
TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. In this video, I'll show you how you can use TPOT for Classification.
automation automl data-science hyperparameter-optimization machine-learning pipeline-optimization python tpot tree video
Last synced: 14 Apr 2026
https://github.com/open-risk-academy/academy-course-dat31063
Resources for Open Risk Academy Course: "Class Inheritance in Data Science"
class-inheritance data-science django-orm elearning object-oriented python
Last synced: 09 May 2026
https://github.com/keckelt/gpu-price-scraper
Scraping available GPU listings from HardwareLuxx.
data-science gpu visualization webscraping
Last synced: 09 Aug 2025
https://github.com/fabriciopsouza/covid-19-demographic-social-dataset
A social demographic dataset for analysis of the COVID-19 pandemic.
alteryx coronavirus coronavirus-analysis coronavirus-dataset covid-19 covid19 covid19-data data data-science dataset enrichment-analysis timeseries timeseries-analysis timeseries-clustering timeseries-covid-19 timeseries-database timeseries-segmentation timeseriesclassification
Last synced: 31 May 2026
https://github.com/bettercallshao/sklearn_surrogatesearchcv
Surrogate adaptive randomized search for hyper-parameters tuning in sklearn.
cross-validation data-science hyper-parameter-tuning machine-learning optimization pysot python sklearn surrogate-based-optimization
Last synced: 05 Jan 2026
https://github.com/tsurubee/tscluster
time-series clustering implemented in Go
clustering data-science golang machine-learning time-series
Last synced: 13 Mar 2026
https://github.com/neelsoumya/basic_statistics
Repository for teaching basics of statistics for machine learning
confidence-intervals data-science datascience datascience-machinelearning datasciencebasics lecture lecture-notes lectures lectures-slides machine-learning precision recall rob-tibshirani statistics teaching teaching-materials teaching-statistics teaching-tools topics
Last synced: 06 Feb 2026
https://github.com/chrisgrieser/apuz-gender-analyzer
Analysis of the genders of the authors at the German journal "Aus Politik und Zeitgeschichte" (APuZ)
data-science gender-classification
Last synced: 09 Oct 2025
https://github.com/keosariel/nairagazer-clustered-news
Providing clustered News data specifically Nigeria news. In hindsight this repo contain nigeria news and it's coverage. Data is from Nairagazer
ai data data-science news nigeria nigerian-data python
Last synced: 30 Aug 2025
https://github.com/wlandau/rpharma2020
Slides and source code for a talk about targets at R/Pharma 2020.
data-science high-performance-computing make pipeline r reproducibility reproducible-research rstats statistics targets workflow
Last synced: 08 Apr 2025
https://github.com/jimut123/ultimate_date_finder
To find the best place for dating in your country
data-analysis data-science date-cluster dating geo location maps software
Last synced: 16 Jan 2026
https://github.com/duruii/course-mit-18s191-fall2023
๐ฐComputational Thinking
computational-science computational-thinking convolution data-science differential-equations dynamic-programming epidemiology gradient-descent homework interactive julia linear-algebra matrix monte-carlo probability statistics
Last synced: 12 Mar 2025
https://github.com/kaos599/apollo-synthetic-data-generator
Apollo is a Python GUI application designed to simplify the complex process of generating random data based on fixed values. It allows users to generate various types of binary datasets, such as Yes/No type questions, by specifying probabilities.
data data-engineering data-generation data-generator data-science faker-library machine-learning tkinter-gui
Last synced: 22 Jul 2025
https://github.com/reinforcedbyrl/iot-platform
Connecting things
artificial-intelligence blockchain connectivity data-science deep-learning distributed-computing economics evolution evolution-simulator gpu iot machine-learning node-js private-blockchain python simulation-modeling smart-cities swarm-intelligence symbiosis time-machine
Last synced: 28 Apr 2026
https://github.com/astrocatalogs/astroschema
Package defining schema relevant to astronomy and astrophysics data, providing useful interfaces for interaction with those schema.
astronomy astrophysics avro avro-schema data-science data-structures json json-schema
Last synced: 21 Feb 2026
https://github.com/extwiii/bigdata-uc.san.diego
Unlock Value in Massive Datasets - UC San Diego
big-data classification data-science graph hadoop integration machine-learning management modeling neo4j processing regression spark
Last synced: 13 Apr 2026
https://github.com/agungbudiwirawan/supermarket_sales_dashboard-sales-analysis-using-pivot-table-and-chart
The objective of this project is to analyze supermarket sales using pivot table and chart in Microsoft Excel. After doing the analysis, I created an interactive dashboard that aims to make it easier for the audience to explore data.
dashboard data-analysis data-science data-visualization excel sales-dashboard spreadsheet
Last synced: 08 Jan 2026
https://github.com/spidy21/telecome_churn_prediction
Telecome Churn Prediction
classification data-science machine-learning python streamlit
Last synced: 27 Feb 2025
https://github.com/mathieu2301/pbsc-tracker
Expรฉrience de tracking des vรฉlos en libre service fonctionnants avec PBSC
ai data-analysis data-mining data-science data-visualization libelo machine-learning pbsc valence velib-tracker
Last synced: 23 Jun 2026
https://github.com/telsav/recognizer
้็จpython็้ข้จ่ฏๅซ
aspnet-core data-science deep-learning keras machine-learning neural-networks opencv pythonnet tensorflow theano
Last synced: 14 Jun 2025
https://github.com/vincentzed/decon
`decon`, but with python API binding.
benchmark data-pipeline data-processing data-science datacomp decontaminate deduplication evaluation instruction-tuning llm llm-eval llm-evaluation llms lm-evaluation nlp pretraining synthetic-data
Last synced: 14 Jan 2026
https://github.com/devinterview-io/genetic-algorithms-interview-questions
๐ฃ Genetic Algorithms interview questions and answers to help you prepare for your next machine learning and data science interview in 2024.
ai-interview-questions coding-interview-questions coding-interviews data-science data-science-interview data-science-interview-questions data-scientist-interview genetic-algorithms genetic-algorithms-interview-questions genetic-algorithms-questions genetic-algorithms-tech-interview interview-practice interview-preparation machine-learning machine-learning-and-data-science machine-learning-interview machine-learning-interview-questions software-engineer-interview technical-interview-questions
Last synced: 08 Jan 2026
https://github.com/aravind-selvam/covid_dashboard
With Covid death and vaccine data. I have created a dashboard.
covid-19 data-analysis data-science data-visualization tableau tableau-public visualization
Last synced: 08 Mar 2026
https://github.com/salihfurkaan/world-happiness-report
An analysis on the world happiness report.
data-science gradient-boosting-regressor k-nearest-neighbors linear-regression machine-learning-algorithms world-happiness-report
Last synced: 08 Nov 2025
https://github.com/tymill/ml-julia-course
This open educational course introduces students and professionals to the fundamentals of data analysis and machine learning using the Julia programming language. Designed as a modern, hands-on guide, it walks participants through data preprocessing, visualization, and predictive modeling using Juliaโs powerful ecosystem.
data-science education julia machine-learning mlj open-source repository
Last synced: 22 Apr 2025
https://github.com/mollybeach/humanx
application to collect human data
data-science jupyter-notebook jupyterlab
Last synced: 18 Jun 2025
https://github.com/lazerlambda/rapmachine
GPT-2-based Rap-Tweet-Bot
bert computational-linguistics data-science gpt-2 lmu-munich machine-learning nlp statistics t5 transformer tweet-bot
Last synced: 25 Mar 2025
https://github.com/rohan-paul/machine-learning-and-deep-learning-tutorial-notebooks
Various Machine Learning and Deep Learning Tutorial Notebooks in Blog Format
data data-analysis data-science deep-learning deep-learning-tutorial deep-neural-networks machine-learning machine-learning-algorithms machinelearning neural-network pytorch pytorch-implementation pytorch-tutorial tensorflow
Last synced: 09 May 2026
https://github.com/ssiarhei115/customer-classification
Developing ML model predicting bank' customer inclination to open a deposit
big-data big-data-analytics data data-science data-visualization mashine-learning
Last synced: 09 Apr 2025
https://github.com/lordmitrii/ml-and-ds-projects
Machine learning and Data science projects
catboost computer-vision data-science jupyter-notebook lightgbm machine-learning matplotlib numpy pandas python sc scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/onukura/racoon
Simple and easy data science competition hosting application
competition data-science flask-application leaderboard python
Last synced: 13 May 2026
https://github.com/blazer-007/data-science
Repository for Code related to various topics in data science and deep learning algorithms
data-science deep-learning machine-learning webscrapping
Last synced: 23 Mar 2025
https://github.com/ryanmaynard/datapack
A set of VS Code extensions for a data science workflow
data-science extension-pack jupyter jupyter-notebooks python r vscode-extension workflow
Last synced: 05 May 2026
https://github.com/vishrut-b/ml-project-laptop-price-prediction
This project aims to predict laptop prices based on various features extracted from a dataset of laptop specifications. The project involves data preprocessing, feature engineering, and building a predictive model using machine learning techniques.
data-science laptop-price-prediction machine-learning random-forest-regression scikit-learn
Last synced: 09 Feb 2026
https://github.com/luisfelipepoma/machine_learning
Learning about the algorithms used in machine learning, along with techniques for training and testing models.
backpropagation-learning-algorithm data-science feature-engineering gradient-descent html ia learning loss-functions metrics-visualization neuronal-networks nlp normalization-techniques optimizer-algorithms preprocessing-data python regression-models
Last synced: 04 Mar 2026
https://github.com/lasvegascoder/data-science
Data Science Tools, Libraries, Classes and Functions
data-science data-science-toolbox data-science-toolkit data-science-workbench datascience distance distance-calculation dna dna-assembly dna-sequence-analysis dna-sequence-reader dna-sequences dna-similarity dna-transcription dna-translation er-generator find-neareast-neighbors majority-vote python word-counter
Last synced: 28 Jun 2026
https://github.com/sambhav228/visualize-data-of-type-2-diabetes
Visualize data of Type 2 Diabetes Using tableau or/and python
data-science data-visualization dataset tableau visualization
Last synced: 26 Feb 2026
https://github.com/ndoll1998/active-transformers
Active Learning for Transformer with focus on Sequence Tagging tasks
active-learning classification data-science deep-learning named-entity-recognition pytorch reinforcement-learning sequence-tagging transformers
Last synced: 08 Feb 2026
https://github.com/sustentarea/global-historical-yield
๐พ A Reproducible Pipeline for Processing the Global Dataset of Historical Yields (1981โ2016) by Iizumi et al.
crop-yield data-munging data-science historical-data open-data open-science pangaea pipelines rstats spatial-data time-series yield-estimates
Last synced: 24 Aug 2025
https://github.com/mirokeimioniemi/optimizing-insulin-injection-timing
Data processing and analysis for "Determining the optimal timing for insulin injection to minimize glucose level variability after a meal in ideal conditions" - a research project for the IB Standard Level Mathematics Analysis and Approaches course inspired by my type 1 diabetes.
cgm data-analysis data-science dexcom dexcom-g6 diabetes exploration ib insulin insulin-timing international-baccalaureate mathematics optimization python type-1-diabetes
Last synced: 09 May 2026
https://github.com/kazukiigeta/assigner
This app shows a concept of automatic optimized assignments for multi-tasks to balance work time of each person.
data-science optimization python streamlit
Last synced: 20 Jan 2026
https://github.com/vatshayan/b.tech-project-image-recognition-system-
data-science data-structures database dip final-project final-year-project image image-classification image-processing image-recognition machienlearning machine-learning machine-learning-algorithms machinelearning neural-network python
Last synced: 01 May 2026
https://github.com/wjakethompson/tidyds-2021
A 5-day workshop introducing the tidyverse and tidymodels for data analysis.
data-science r rstats tidymodels tidyverse workshop
Last synced: 08 Apr 2025
https://github.com/tusharnankani/analysis-2.0
An Exhaustive WhatsApp Chat Data Analysis 2.0
analysis data data-science plots trends visualization
Last synced: 31 Mar 2025
https://github.com/yassin522/data-sceince-projects
data-science dataanalysis machine-learning python streamlit
Last synced: 10 May 2026
https://github.com/mtes-mct/data-preparation-plugin
Airflow plugin with database hooks and operators for common data preparation tasks
airflow data-science etl plugins
Last synced: 10 Oct 2025
https://github.com/gbv/validation-server
Web service to validate data with support of multiple schema languages
Last synced: 26 Feb 2026
https://github.com/hypertrial/stacking_sats_pipeline
Stacking Sats - A Hypertrial Open-Source Initiative
bitcoin data-engineering data-science python stacking-sats
Last synced: 16 Jan 2026
https://github.com/abdullah-tanriverdi/urbanroadnetworkanalysis
This Project Analyzes And Compares Urban Road Networks From Different Geographical Locations Using Graph Theory To Evaluate Their Structural Properties, Accessibility, And Spatial Organization.
data-science gis graph jupyter networkx osmnx python
Last synced: 23 Aug 2025
https://github.com/elon-fask/interview_question
Data Sciencist Interview Q&A
data-science faang interview questions-and-answers
Last synced: 08 Nov 2025
https://github.com/aryehky/cauliflower
๐ฅฆ Cauliflower: React app javascript web development data-structures algorithms ๐ฅฆ
algorithms data-science data-structures javascript javascript-library webdevelopment
Last synced: 15 Mar 2025
https://github.com/anas436/ai-based-road-inspection-system
Building an AI-Based Road Inspection System for Efficient Maintenance and Repair in India
computer-vision data-science road-inspection-system
Last synced: 05 Oct 2025
https://github.com/lter/heron
HERON: HElpers for River ObservatioN
data-science lter-science r r-package
Last synced: 04 Jan 2026
https://github.com/elhaban3ro/thewildtool
TheWildTool is a tool developed with the main objective of saving time when working with audio datasets. Either to prepare them, to get them or to train a model with them. ๐ค
ai audio audio-processing data-analysis data-science dataset deeplearning python
Last synced: 03 Sep 2025
https://github.com/negativenagesh/unfake
UnFake is the first platform to integrate a deepfake detection tool directly into the image-downloading process. Check Live by pressing below link -->
computer-vision data-science data-science-projects deep-fake deep-fake-detection deep-learning deep-learning-projects deepfake-detection efficientnetb7 image-processing python streamlit-webapp
Last synced: 27 Feb 2026
https://github.com/shridhar1504/price-prediction-for-used-cars-datascience-project
This project uses machine learning to predict the price of a used car. The model is trained on a dataset of historical car sales data, and it can then be used to predict the price of a car based on its features.
adaboost-algorithm data-science kaggle-dataset machine-learning price-prediction regression regression-algorithms supervised-learning used-cars-price-prediction
Last synced: 24 Aug 2025
https://github.com/neelsoumya/butterfly_detector
Basic tutorials and code for teaching deep learning and machine learning
data-science deep deep-learning deep-learning-tutorial deep-neural-networks ethical-artificial-intelligence learning machine-learning neural-networks open open-data-science outreach outreach-activities public-outreach statistical-learning teaching teaching-materials teaching-resources tutorial tutorials
Last synced: 12 May 2026
https://github.com/sureshbeekhani/student-exam-performance-prediction
Student Exam Performance Prediction project to provide an intelligent way of predicting a student's math score based on demographic factors and their past academic performance in reading and writing. It leverages a machine learning model trained on historical student data
ai algorithms data-science machine-learning
Last synced: 03 Feb 2026
https://github.com/wazzabeee/movie-barcodes
Compress every frame of a movie in a single color barcode. Transform entire movies into stunning single-barcode visualizations. Capture the essence of cinematic storytelling through dominant color extraction from each frame.
barcode color-barcode color-extraction computer-vision data-science data-visualization image-processing machine-learning movies multiprocessing multithreading opencv parallel-computing python video-processing visualization
Last synced: 18 Feb 2026
https://github.com/bsenst/everdiver
Get more from your Personal Notes
data-science evernote knowledge-discovery
Last synced: 11 Oct 2025
https://github.com/ipitio/d3dash
D3 graphs with Flask
d3v7 data-science flask python3 visualization
Last synced: 13 Apr 2026
https://github.com/firefly-cpp/snail-dataset
computer-vision data-science object-detection snails
Last synced: 27 Feb 2026
https://github.com/fratorgano/dimensionality-reduction
Project to learn a bit more about dimensionality reduction techniques
data-science data-visualization dimensionality-reduction isomap lle umap university-project
Last synced: 25 Feb 2026
https://github.com/mine-cetinkaya-rundel/ds-final-project
GitHub repository template accompanying "The 5Ws and 1H of Term Projects in the Introductory Data Science Classroom" by รetinkaya-Rundel, Dogucu, and Rummerfield (2022)
Last synced: 18 Mar 2026
https://github.com/angeligareta/alcohol-consumption
Research about global alcohol consumption related with facts such as nutrition, poverty, or school grades. Results can be found on the website below.
alcohol-consumption analysis data-science national-health nutrition r r-programming upm
Last synced: 14 Jun 2025