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-09 00:07:48 UTC
- JSON Representation
https://github.com/mayankbohra/data-science-project
The objective of this report is to examine and analyze the recent growth of industries by considering various factors
data-science data-visualization matplotlib numpy pandas python
Last synced: 19 Jul 2025
https://github.com/alyssonmach/9-data-science-apps-with-python
[freeCodeCamp Course]: build interactive and data-driven web apps in Python using the Streamlit library.
data-analysis data-science data-visualization machine-learning streamlit-webapp
Last synced: 12 Feb 2026
https://github.com/grantrvd/data-neuroscience
A syllabus for data-driven education in neuroscience
data-science education neuroscience open-science
Last synced: 09 Apr 2026
https://github.com/kislerdm/itunesanalyticsapp
Python Data Fetched from the Itunes Analytics App
data-engineering data-pipeline data-science itunesconnect python python-3-6 selenium-python selenium-webdriver
Last synced: 29 Apr 2025
https://github.com/alyeffy/bc-covid-speak-survey
An R package to visualize and interpret the SPEAK Survey on the experiences of BC residents with the provincial response to the COVID-19 pandemic.
Last synced: 07 Oct 2025
https://github.com/nirmalnishant645/python-programming
Basic Python Programs
algorithms algorithms-and-data-structures algorithms-datastructures big-data data-analysis data-cleaning data-mining data-mining-algorithms data-science data-structure data-structures datastructures-algorithms geeksforgeeks geeksforgeeks-python geeksforgeeks-solutions hackerearth hackerearth-python hackerearth-solutions python python3
Last synced: 05 Oct 2025
https://github.com/shervinnd/bitcoin-price-prediction-ml-dl
Predict Bitcoin prices with ML & DL models! ๐ Uses Ridge, Lasso, Random Forest, MLP, RNN & LSTM with hyperparameter tuning. ๐ Visualizes predictions & ROC curves. ๐ Fetch data via yfinance, evaluate with MSE/R2. Perfect for crypto enthusiasts! ๐ธ
cryptocurrency data-science data-visualization decision-tree deep-learning financial-modeling machine-learning neural-networks predictive-analytics price-prediction python random-forest regression rnn scikit-learn simple-rnn tensorflow time-series yfinance
Last synced: 15 Oct 2025
https://github.com/csfelix/data-science-studies
๐ Data Science Studies that I update once in a blue moon ๐
computer-vision data-science data-visualization deep-learning hypothesis-testing machine-learning math probability python statistics
Last synced: 29 Jul 2025
https://github.com/ehtisham-sadiq/final-year-project-material-
This repository contains all the material and data related to final year project.
data-analysis data-science data-visualization deep-learning implementation-of-algorithms machine-learning machine-learning-algorithms natural-language-processing python3
Last synced: 02 Jan 2026
https://github.com/simranjeet97/docker_python_flask-dash_app
Docker Image and Container Build for Python Flask/Dash App
data data-science data-structures data-visualization docker docker-compose docker-container docker-image python python-script uwsgi-nginx
Last synced: 07 May 2026
https://github.com/itsleeds/introds
Introduction to data science for transport planners
data-science short-course teaching-materials transport transport-planning
Last synced: 13 Jan 2026
https://github.com/imsanjoykb/house-price-prediction-analysis
House Price Prediction Analysis
data-science house-price-prediction kaggle-competition machine-learning python3
Last synced: 18 May 2026
https://github.com/simonblanke/search-data-explorer
Visualize search-data from your gradient-free-optimization run.
dashboard data-exploration data-science matplotlib pandas plotly python statistics streamlit tabular-data visualization
Last synced: 12 Jun 2025
https://github.com/biom8er/phymes
Parallel HYpergraph MEssaging Streams
agentic-ai data-science digital-twins generative-ai graph-algorithms rust wasm
Last synced: 30 Jul 2025
https://github.com/ejdecena/herramientas-python
Herramientas fundamentales de Python para Cรกlculo Numรฉrico y Ciencia de Datos.
calculo-numerico ciencia-de-datos data-science datascience herramientas-python ipynb jupyter jupyter-notebook lenguaje-python matplotlib matplotlib-tutorial metodos-numericos numpy-tutorial pandas-tutorial python3 scikit-learn scikitlearn-machine-learning scipy statsmodels
Last synced: 13 Apr 2025
https://github.com/ahammadmejbah/become-data-scientist-a-complete-roadmap
To become a data scientist, follow these steps: 1. Learn programming (Python, R). 2. Acquire math and statistics skills. 3. Master data analysis and visualization. 4. Study machine learning and deep learning. 5. Gain domain knowledge. 6. Build a portfolio and seek job opportunities.
data-science data-structures data-visualization
Last synced: 03 Feb 2026
https://github.com/analitico-771/machine_learning_index_prediction
This application compares the performance of Unsupervised machine learning models and Supervised models. It downloads 3 yrs of market daily close data from all SP500 companies and divides them into Sectors to be used as features for learning and training the data, in order to predict wether the index will be a Buy or Sell the next day. The results are evaluated to determine each model's performance and the metrics are presented along with the analysis.
alpaca-trading-api data-science deep-learning fintech machine-learning neural-network pandas-dataframe python quantitative-finance random-forest-classifier scikit-learn sp500-data-analysis
Last synced: 26 Feb 2026
https://github.com/mdh266/polarsduckdbplayground
Playing Around With Polars On AWS
aws-ec2 data-science dataframe-library docker duckdb pandas polars s3 sql
Last synced: 29 Jun 2025
https://github.com/datalayer/desktop
ฮ ๐ฅ๏ธ Datalayer Destkop.
ai data data-analysis data-science datalayer desktop electron
Last synced: 25 Oct 2025
https://github.com/gitbrincie212/chronographer
ChronoGrapher is a WIP project that aims to implement a flexible multi-language scheduler, allowing for multiple programming languages to interact with one and another or used by only one
automation chronographer cron data-engineering data-orchestration data-science java javascript python python3 rust rust-crate rust-lang rust-library schedule scheduler typescript workflow-engine workflow-orchestration
Last synced: 23 Sep 2025
https://github.com/clojure-finance/clojask-io
Reading and writing various file formats for Clojask: clojask-io is a library designed to extend the file support for Clojask. This library can also be used alone to read in and output dataset files.
clojure data-science dataframe file-format input-output
Last synced: 05 Mar 2025
https://github.com/nafisalawalidris/fastapi-learning
This repository documents my exploration of FastAPI a modern Python framework for building APIs. It includes my progress, practical implementations and insights as I learn to create high-performance APIs. The repo covers setup, development and deployment of FastAPI applications and serves as a portfolio of my learning experience.
api crud-api data-science database deployment fastapi python
Last synced: 19 Feb 2026
https://github.com/lettier/simpl
Pong player utilizing a feedforward neural network and evolutionary algorithm.
ai data-science evolutionary-algorithm evolutionary-algorithms front-end frontend game game-development gamedev javascript machine-learning machine-learning-algorithms machinelearning neural-network neural-networks neuroevolution pong pong-game pong-learner unsupervised-learning
Last synced: 01 Aug 2025
https://github.com/chimera-hackathon-team/chimera-hackathon-preparation
Welcome to the Chimera team repository! Here you will find the work and resources we use to prepare for hackathons.
artificial-intelligence backend data-science database frontend machine-learning web-scraping
Last synced: 07 Apr 2026
https://github.com/s4m-mo/sam-the-programmer
My profile README.
data-science machine-learning neuron-ai password-classified python readme readme-profile
Last synced: 01 Aug 2025
https://github.com/munoztd0/hitchhikers_guide_to_the_brain
The idea behind this website is to make available all the resources I have gathered/created over the years make other people's life easier.
data-science matlab neuroimaging-data-science neuroscience python r
Last synced: 14 Apr 2025
https://github.com/mrankitgupta/mrankitgupta
Myself Ankit Gupta, This contains a short & interesting introduction about me.
ai ankit ankit-gupta ankitgupta artificial-intelligence awesome-readme data-analysis data-science data-visualisation data-visualization github github-profile github-profile-readme machine-learning mrankitgupta profile python readme readme-profile social
Last synced: 22 Apr 2025
https://github.com/dr-saad-la/codelabs
This repository contains a collection of interactive tutorials and hands-on coding exercises designed to help you learn and master various programming concepts and technologies. Each codelab provides step-by-step instructions, practical examples, and challenges to enhance your coding skills.
bigdata computing computingscience data-engineering data-science datascience programming tools
Last synced: 20 Feb 2026
https://github.com/keimeno/word-growth-rate-analyzer
Analyzing the growth rate of all words that are actively written by Reddit users.
data-science nodejs statistics typescript
Last synced: 17 May 2026
https://github.com/flor14/curso_r_unne_2020
๐ฉโ๐ซ๐ Curso de Analisis de Datos con R para la UNNE - febrero 2020
data-science filminas rstatses xaringan-slides
Last synced: 01 Apr 2025
https://github.com/jared-fowler/prettyglm
prettyglm provides a set of functions which can easily create beautiful coefficient summaries which can readily be shared and explained.
classification classification-model data-science data-visualization glm linear-models r r-package regression regression-analysis regression-model regression-models rstats rstats-package statistical-models
Last synced: 23 Apr 2025
https://github.com/pasaopasen/pasaopasen.github.io
My resume, ะผะพั ะพัะฝะพะฒะฝะพะต ัะตะทัะผะต
ansible bash code-acceleration compose cython data-science deep-neural-networks docker evolutionary-computation jenkins linux machine-learning mathematics python resume telegram winforms
Last synced: 07 Apr 2026
https://github.com/anze-/comfyui_deepdeband
ComyUI wrapper for RaymondLZhou/deepDeband image and video debanding
comfyui-nodes data-refinement data-science debanding image-debanding image-processing video-processing
Last synced: 20 Feb 2026
https://github.com/nhsdigital/datascience-seminars
A repo to hold resources and code from data science seminars. For more info contact datascience@nhs.net.
data-science health healthcare nhs nhs-digital pyspark python python3 rap reproducible-analytical-pipeline
Last synced: 03 Feb 2026
https://github.com/jtpio/euroscipy-2022-jupyterlite-emscripten-forge
EuroScipy 2022 - Interactive Data Science in the browser with JupyterLite and Emscripten Forge ๐ก ๐
data-science jupyter jupyterlite python
Last synced: 25 Jul 2025
https://github.com/mo-karbalaee/python-for-data-analysis-book
All the practice and code that I am doing while I read the book called, Python for data analysis
data-analysis data-science python
Last synced: 02 Aug 2025
https://github.com/michaelinzo/implant-insights
Accelerating Healthcare with Databricks. In-development conceptual example of live chat with an AI Agent with AWS:
ai ai-agent artificial-intelligence bio-chip data-science databricks medical mlflow xsiid
Last synced: 16 Oct 2025
https://github.com/npalacioescat/data_tools
Collection of Python functions and classes designed to make data scientists' life easier.
data-science database model plot python set
Last synced: 14 Apr 2025
https://github.com/raynardj/category
Category transformation
categorical-data categorical-features data-science onehot-encoding
Last synced: 16 Oct 2025
https://github.com/agungbudiwirawan/socioeconomic_analysis
The objective of this project is to analyze the socio-economic in Chicago.
chicago-crime crime-data data-analysis data-science microsoft-sql-server project sql sql-project sql-server
Last synced: 04 Jul 2025
https://github.com/msmenegol/datapark
Datapark: a self-hosted data platform
airflow data data-engineering data-science jupyter-notebook machine-learning minio mlflow postgresql spark
Last synced: 19 Feb 2026
https://github.com/holgerbrandl/data_science_with_kotlin
Sources and slides of my KotlinConf2018 presentation about data-science with kotlin
data-science data-visualization java kotlin
Last synced: 18 Apr 2026
https://github.com/lter/ltertools
Package for R functions developed by the LTER community
data-science lter-science r r-package
Last synced: 11 Jul 2025
https://github.com/eocode/covit-19-mexico
Python analysis with Public Datasets V1 manual with Pandas MatPlotLib Colab Jupyter - V2 automated with (GSheets DataStudio)
analisys coronavirus covit-19 data-science datastudio gsheets mexico project python
Last synced: 31 Mar 2025
https://github.com/fbrundu/py_session
Print session information
computational-biology data-science modules packages python3 reproducibility reproducible reproducible-experiments reproducible-paper reproducible-research reproducible-science session
Last synced: 18 Jan 2026
https://github.com/moindalvs/assignment_random_forest_1
Use Random Forest to prepare a model on fraud data treating those who have taxable income <= 30000 as "Risky" and others are "Good"
bagging-ensemble bagging-trees data-science hyperparameter-tuning random-forest-classifier
Last synced: 04 Feb 2026
https://github.com/merekat/children-stories
OhanashiGPT is an application that generates personalized children's stories based on parameters like age and preferences. It narrates these stories using an AI-generated voice that mimics a parent, trained on their audio samples. The app also creates illustrations to accompany each story, providing a unique and engaging experience for children.
ai audio-generation data-science image-generation large-language-models llama lora lux neural-networks stable-diffusion story text-generation tts xtts
Last synced: 04 Jul 2025
https://github.com/nizarassad/heart-disease-detection-system
The aim of this project is to predicts the likelihood of patients getting heart disease. Therefore, allowing researchers to develop better ways to prevent this from happening and establish better patterns.
artificial-intelligence data-science decision-trees heart-disease heart-failure-prediction logistic-regression machine-learning neural-network python svm
Last synced: 25 Jul 2025
https://github.com/i2z1/xmas_hack_2023_case1
XMAS Hackathon 2023
clickhouse data-science leaflet quarto
Last synced: 18 Sep 2025
https://github.com/quantumudit/analyzing-cleanaway-services
This project focuses on scraping all the service locations across Australia and their associated attributes from "Cleanaway" website; performing necessary transformations on the scraped data and then analyzing & visualizing it using Jupyter Notebook and Power BI.
data-analysis data-science data-transformation data-visualization etl jupyter-notebook power-bi python webscraping
Last synced: 25 Jan 2026
https://github.com/geoninja/analytics
Repository of R code for the course "The Analytics Edge" offered by MIT via edX.
analytics analytics-edge data-science edx kaggle r
Last synced: 22 May 2026
https://github.com/dmitryglhf/scald
Agentic Approach to AutoML
agent-based-modeling ai-agents automated-machine-learning automl data-science machine-learning python tabular-data
Last synced: 14 Jan 2026
https://github.com/jameshwade/jameshwadedotcom
Personal Website for James Wade
Last synced: 29 Jul 2025
https://github.com/rannd1nt/phaethon
End-to-End Physics-Constrained Scientific Computing & Sci-ML Framework
data-science engineering frameworks linear-algebra machine-learning numpy pandas pde physics pinns python python-library python3 scientific-computing scientific-machine-learning scikit-learn sklearn torch type-hints units
Last synced: 11 Apr 2026
https://github.com/Rahulkumarr2080/Comcast-Telecom-Consumer-Complaints
Comcast is an American global telecommunication company. The firm has been providing terrible customer service. They continue to fall short despite repeated promises to improve. Only last month (October 2016) the authority fined them $2.3 million, after receiving over 1000 consumer complaints. The existing database will serve as a repository of public customer complaints file.
comcast-telcom-complaints data-science data-scientists data-visualization datascience datascience-with-python jupyter-notebook matplotlib numpy pandas python python-for-data-science rahul-kumar rahul-kumar-thakur
Last synced: 27 Mar 2025
https://github.com/magnaopus1/synthron-cfd-trader-pro
SYNTHRON CFD Trader PRO is a cutting-edge trading platform featuring raw, custom-designed machine learning models. From reinforcement learning for dynamic strategies to predictive analytics, sentiment analysis, and optimization techniques, it empowers trading across stocks, forex, indices, commodities, futures, and crypto with precision.
ai backtesting cfd commodities data-analysis data-science data-structures forex futures indices machine-learning trading
Last synced: 30 Apr 2025
https://github.com/ersinaksar/make-your-jarvis-usin-gpt-3-and-python
Python to convert audio input from the microphone to text, generate a response from GPT-3 using the OpenAI API, convert the response to speech using the gTTS library, and save the audio to a file.
artificial-intelligence data-science dataanalysis gpt-3 jarvis machine-learning neural-network python smartassistant voice-assistant voice-commands
Last synced: 06 Mar 2026
https://github.com/seandavi/sars2pack-book
Materials for sars2pack bookdown book
book bookdown covid-19 covid19 covid19-data data-science data-science-learning datavis epidemiology gitbook pandemic-data rstats sars-cov-2
Last synced: 09 Apr 2025
https://github.com/vopaaz/learning-utility
Assist small-scale machine learning.
data-science machine-learning pandas python3 scikit-learn
Last synced: 10 Apr 2025
https://github.com/ashton-sidhu/sysmon-extract
Extract logs based off events from sysmon. Comes as a package, cli and ui.
data-science dataengineering infosec spark streamlit sysmon threat-intelligence threathunting
Last synced: 06 May 2025
https://github.com/harveyslash/ms-celeb-extractor
Extraction tool to parse MS Celeb dataset
data-science dataset dataset-manager face-recognition microsoft-research
Last synced: 08 Jul 2025
https://github.com/lafayettegabe/nlp-resume-extraction
๐ NER (Named Entity Recognition) project aimed at solving the problem of manually shortlisting resumes by automating the process. This project proposes using NLP techniques and NER model to classify and extract relevant entities from resumes such as person name, college name, academics information, relevant experiences, skill set, etc.
big-data data data-analysis data-science eda ner nlp resume-extractor
Last synced: 03 Apr 2025
https://github.com/kathrin-92/analysing_netflix_data
A fun project analysing my personal Netflix data with python and to work on some data visualization skills.
data-science data-visualization python
Last synced: 12 Jul 2025
https://github.com/abistarun/resseract-lite
A Data Analytics Tool with flexible architecture to visualize and analyse data
analystics charts custom-dashboards data data-science data-visualization diverse-data-sources expression-language geochart geocharts interactive-data-exploration light-weight lightweight monitoring resseract resseract-lite slice tool visualisations visualization
Last synced: 14 May 2025
https://github.com/babilonczyk/bio-ai-software-engineering-roadmap
Explore roadmap to becoming a Bio AI Software Engineer - combining machine learning, bioinformatics, and software engineering to build the future of biotechnology. Join the journey on GitHub! โจ
ai-in-biology artificial-intelligence bioai bioinformatics data-science deep-learning drug-discovery fastapi genomics machine-learning protein-design python roadmap
Last synced: 08 Sep 2025
https://github.com/docsallover/movie-recommendation
Content-Based Movie Recommendation System In Python Using Numpy, Scikit-Learn & Pandas
data-science jupyter machine-learning numpy pandas python scikit-learn
Last synced: 08 Apr 2026
https://github.com/ashutosh1919/ml-data-bot
Chatbot which helps you to get important statistics from the data to get insights to build Machine learning, Deep learning and Statistical models
artificial-intelligence chatbot conversational-ai data-science deep-learning machine-learning rasa rasa-chatbot rasa-nlu
Last synced: 19 Mar 2025
https://github.com/quantumudit/analyzing-suez-services
This project focuses on scraping all the service locations across Australia & New Zealand and their associated attributes from "Suez" website; performing necessary transformations on the scraped data and then analyzing & visualizing it using Jupyter Notebook and Power BI.
data-analysis data-science data-transformation data-visualization etl jupyter-notebook power-bi python webscraping
Last synced: 18 May 2026
https://github.com/gperdrizet/ds-12
Course materials for 4Geeks Academy data science cohort 12
Last synced: 17 May 2026
https://github.com/aydinnyunus/dictionary
Dictionary
data data-analysis data-science data-structures data-visualization database dataset dictionaries dictionary dictionary-learning python python-2 python-3 python-3-6 python-library python-script python2 python27 python3 python36
Last synced: 09 May 2025
https://github.com/csfelix/simple-chat-bot
๐ฌ Simple Chat Bot made in Python ๐ฌ
chat-bot data-science deep-learning machine-learning python
Last synced: 15 May 2026
https://github.com/lucadiba/polito-data-science
Some stuff I did during the Data Science and Engineering Master of Science at Politecnico di Torino.
data-science politecnico-di-torino politecnicoditorino politecnicotorino polito python
Last synced: 16 May 2026
https://github.com/thenewflesh/hidebound
Hidebound is massive, distributed digital asset management system for ML pipelines on Kubernetes
asset-management computer-vision data-science machine-learning mlops mlops-workflow vfx vfx-pipeline
Last synced: 19 Mar 2025
https://github.com/storopoli/julia_scripts
Handy Julia Scripts
bayesian data-science julia scientific-computing
Last synced: 08 Jul 2025
https://github.com/storopoli/r_scripts
Couple of handy R Scripts that I use in a daily basis for Scientific Research
data-analysis data-science data-visualization r scientific
Last synced: 08 Jul 2025
https://github.com/alexgustafsson/systembolaget-api-data
An up to date data mirror of Systembolaget's APIs
data data-science sweden systembolaget
Last synced: 28 Oct 2025
https://github.com/duboviy/data_science
:turtle: A sandbox for trying out jupyter notebooks. My data analysis experiments.
analysis data-science jupyter-notebook pandas
Last synced: 15 May 2026
https://github.com/mohammadkarbalaee/python-for-data-analysis-book
All the practice and code that I am doing while I read the book called, Python for data analysis
data-analysis data-science python
Last synced: 27 Mar 2025
https://github.com/fulldecent/septa-regionalrail-otp
These reports use every train's arrival time from 2009 until present to recommend schedule changes for chronically late service
civic-apps civic-hacking civic-tech data-mining data-science data-visualization public-transportation septa train
Last synced: 07 Apr 2026
https://github.com/bdslab-upv/dashi
A flexible and powerful Python toolkit for dataset shift analysis and characterization, providing supervised and unsupervised evaluation of temporal and multi-source data shifts, visualization tools, and statistical insights for data integrity and model performance monitoring
data-analysis data-science dataset-shift python temporal-analysis
Last synced: 13 Dec 2025
https://github.com/yaphott/streamlit-persistence
Allows for persistence of class attributes when using Streamlit in Python.
attributes data-science developer-tools persistence python streamlit
Last synced: 13 Apr 2025
https://github.com/devamoghs/lstm-text-generation
A generative model for text, character-by-character using LSTM recurrent neural networks in Python with Keras. Later extending to make Predictive Keyboard.
artificial-intelligence data-science deep-learning keras-neural-networks lstm-neural-networks machine-learning natural-language-generation
Last synced: 28 Jun 2025
https://github.com/zeinhasan/statistical-computation-2-course-material
Statistical Computation 2 Course Material Laboratory Assistant Teaching Materials
data-science machine-learning python
Last synced: 01 Feb 2026
https://github.com/opendatablend/opendatablend-py
The fastest way to get data from the Open Data Blend Dataset API
data data-engineering data-science dataset frictionless-data frictionlessdata koalas pandas python
Last synced: 14 Dec 2025
https://github.com/nickenshidqia/credit_risk_assessment_idx_partners
Build a machine learning model that can predict credit risk assessment
data-analyst data-science logistic-regression machine-learning python scorecard
Last synced: 30 Oct 2025
https://github.com/cttynul/elsoftware
โฝ Vinci al Fantacalcio usando librerie di pandas, facendo credere a tutti che tu stia usando il machine learning
data data-science fantacalcio machine-learning pandas
Last synced: 30 Jun 2026
https://github.com/nizarassad/digits-recognition
This project is a machine learning classification task on MNIST using SVM and CNN algorithms
classification colab-notebook convolutional-neural-networks data-analysis data-science deep-learning jupyter-notebook machine-learning neural-network python support-vector-machines
Last synced: 07 May 2025
https://github.com/super-lou/card
๐ด Card of Analyse and Diagnostic in R for a user-friendly experience of data aggregation with EXstat
aggregation climate-change climate-data climate-science data-analysis data-science diagnostic environment environment-variables hydrology hydrology-statistical inrae r statistics tools user-friendly
Last synced: 13 Apr 2025
https://github.com/klane/springboard
Springboard Data Science Career Track assignments
data-science jupyter-notebook pyspark python scikit-learn springboard sql
Last synced: 13 Apr 2025
https://github.com/jphall663/bellarmine_py_intro
Code and materials for Python intro. course.
data-mining data-science python text-mining
Last synced: 28 Oct 2025
https://github.com/rstudio/rviews-community
RViews Community Site for Authors and Editors
blog community data-science open-source r r-programming
Last synced: 06 May 2025
https://github.com/karan-malik/uberdataanalysis
Uber Data Analysis and Visualization using Python
data-analysis data-analysis-python data-analytics data-science data-visualization dataanalysis matplotlib-pyplot numpy pandas pandas-dataframe python python3 seaborn uber uber-data
Last synced: 04 Mar 2025
https://github.com/devinterview-io/hadoop-interview-questions
๐ฃ Hadoop interview questions and answers to help you prepare for your next machine learning and data science interview in 2025.
ai-interview-questions coding-interview-questions coding-interviews data-science data-science-interview data-science-interview-questions data-scientist-interview hadoop hadoop-interview-questions hadoop-questions hadoop-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: 11 Jan 2026
https://github.com/hendersontrent/theftdlc
Analyse and interpret time-series features calculated from the theft R package
data-science data-visualization machine-learning r statistics time-series
Last synced: 20 Mar 2025
https://github.com/williambdean/pandas-bootstrap
Statistical Bootstrap in Pandas
bootstrap data-science pandas python statistical-analysis statistics
Last synced: 29 Oct 2025
https://github.com/tixfeniks/batch-iterator
Usefull python implementation of batch iterator.
batch data-analysis data-analytics data-science iterate machine-learning mini-batch minibatch python
Last synced: 23 Oct 2025