An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: pandas

4F71/BikeSharing-ML-Pipeline

Machine Learning pipeline for Kaggle Bike Sharing Demand — modular src-based regression project.

Language: Python - Size: 288 KB - Last synced at: 41 minutes ago - Pushed at: about 1 hour ago - Stars: 1 - Forks: 0

jaheere/IT-Adventures

Dive into IT Adventures, a comedic text adventure where you explore Nerdstown as a sysadmin. Tackle tech challenges and command-line humor! 🖥️👾

Language: Python - Size: 89.8 KB - Last synced at: about 1 hour ago - Pushed at: about 3 hours ago - Stars: 0 - Forks: 0

sakib-12345/ML-comperision-WEBapp

Compare all binary classifier in one place without coding , just upload your csv file

Language: Python - Size: 15.6 KB - Last synced at: 37 minutes ago - Pushed at: about 2 hours ago - Stars: 0 - Forks: 0

MoMo790-m/Startup-Profit-Prediction

Machine learning project to predict profits of new startups based on R&D, Admin, Marketing, and State data

Language: Jupyter Notebook - Size: 104 KB - Last synced at: 38 minutes ago - Pushed at: about 2 hours ago - Stars: 0 - Forks: 0

cusyio/Python4DataScience

Teaching materials for the cusy training courses on Python-based data science workflows: https://cusy.io/en/our-training-courses/index.html

Language: Python - Size: 58.7 MB - Last synced at: 37 minutes ago - Pushed at: about 2 hours ago - Stars: 20 - Forks: 6

PooyaNasiri/FactGCN

This project focuses on implementing FastGCN, a scalable alternative to traditional GCNs that leverages importance sampling to improve efficiency. Additionally, we explore adaptive sampling techniques to further enhance accuracy and computational performance.

Language: Jupyter Notebook - Size: 448 KB - Last synced at: about 1 hour ago - Pushed at: about 3 hours ago - Stars: 0 - Forks: 0

geo-mena/liveness-cli

🔍 Una herramienta de línea de comandos para evaluar imágenes con servicios de liveness, utilizando tanto APIs SaaS como SDKs locales.

Language: Python - Size: 5.21 MB - Last synced at: about 1 hour ago - Pushed at: about 3 hours ago - Stars: 0 - Forks: 0

alantorresve/cumplimiento-rutas-h3

Route compliance monitoring system using Python, H3 hexagonal indexing, and geospatial analysis for public transport in Paraguay.

Language: Python - Size: 75.3 MB - Last synced at: about 3 hours ago - Pushed at: about 4 hours ago - Stars: 0 - Forks: 0

MaoDeew/python-t6c

🔧 Simplify terminal commands in Python with T6C, enhancing productivity and streamlining your command-line workflow.

Language: Java - Size: 3.07 MB - Last synced at: about 4 hours ago - Pushed at: about 6 hours ago - Stars: 1 - Forks: 0

ershehzan/ShopFloorScheduler

A Python application that optimizes shop floor schedules using a multi-objective Genetic Algorithm (GA) to minimize makespan and tardiness.

Language: Python - Size: 647 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0

ContrerasJJ/Megaline-Telecom-Analysis

User behavior & mobile plan profitability analysis using Python, statistical testing, and EDA.

Language: Jupyter Notebook - Size: 1.19 MB - Last synced at: about 8 hours ago - Pushed at: about 8 hours ago - Stars: 1 - Forks: 0

golu19102003/ML-LAB

All the Programs of 6th Sem ML Lab with their output in different steps. This lab provide students with hands-on experience in implementing and understanding fundamental machine learning algorithms and concepts. This lab focuses on practical exposure to various supervised and unsupervised learning techniques, enabling students to design & develop.

Language: Jupyter Notebook - Size: 3.36 MB - Last synced at: about 7 hours ago - Pushed at: about 8 hours ago - Stars: 1 - Forks: 0

pyjanitor-devs/pandas_flavor

The easy way to write your own flavor of Pandas

Language: Python - Size: 202 KB - Last synced at: about 7 hours ago - Pushed at: about 9 hours ago - Stars: 311 - Forks: 17

AdityaShinde716/Liam-the-Healthcare-Chatbot

Made a healthcare chatbot Liam which will help you to detect your health problem and gives precautions.

Language: Jupyter Notebook - Size: 104 KB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 1 - Forks: 0

a6002k/telco-api-automation-demo

Safe demo of Telecom API automation with Python — fetch SIM data, parse JSON, export XLSX

Language: Python - Size: 47.9 KB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 0 - Forks: 0

Aashishh1/Real-estate-market-analysis

A Python project for analyzing real estate and customer data, including trends, building segmentation, and sales patterns.

Language: Jupyter Notebook - Size: 591 KB - Last synced at: about 8 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 0

martinhoward4468-blip/python-ecommerce-price-scraper

python ecommerce scraper automation

Language: Python - Size: 18.6 MB - Last synced at: about 8 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 0

evan-dg31/Data-Science

Exploratory Data Analysis (EDA), Predictive Modeling (Supervised and Unsupervised), Regression, Classification, Clustering

Language: Jupyter Notebook - Size: 6.2 MB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 1

biolab/orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis

Language: Python - Size: 98.5 MB - Last synced at: about 4 hours ago - Pushed at: 5 days ago - Stars: 5,469 - Forks: 1,076

trueama/End-to-End-Analytics

Features the evaluation of vendor performance within a supply chain environment, covering end to end processes including data ingestion, merging, cleaning, summary table creation and deriving insights through interactive dashboards.

Language: Jupyter Notebook - Size: 2.71 MB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

DamZav/online-retail-insights

Exploratory analysis of the Online Retail dataset using Python, Pandas, and Matplotlib. Includes data cleaning, identification of missing and duplicate values, analysis of sales by country, customer and period, visualization of shopping patterns.

Language: Jupyter Notebook - Size: 7.58 MB - Last synced at: about 10 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

rishieeee/Spam-Email-Classifier

A simple machine learning project that classifies emails as spam or ham using TF-IDF and a Multinomial Naive Bayes model. The project covers data cleaning, text preprocessing, feature extraction, model training, and evaluation. A great beginner-friendly introduction to NLP and ML workflows.

Language: Python - Size: 673 KB - Last synced at: about 10 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

sushant1827/Trading_Strategies

A collection of Python-based trading strategies designed for backtesting and market insights.

Language: Python - Size: 11.8 MB - Last synced at: about 10 hours ago - Pushed at: about 12 hours ago - Stars: 2 - Forks: 1

ANAND-tech-maker/python-for-data-analysis

This repository contains projects and examples demonstrating Python for Data Analysis. It includes data cleaning, processing, and visualization using libraries like Pandas, NumPy, and Matplotlib. The repository is designed for beginners and intermediate learners to understand and practice data analysis concepts and techniques efficiently.

Language: Jupyter Notebook - Size: 4.59 MB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 2 - Forks: 0

Pankaj-Str/Complete-Python-Mastery

Explore the world of Python programming with 'Complete Python Mastery'! Our repository, led by Pankaj, offers a series of in-depth tutorials under the banner 'Codes with Pankaj.' Dive into hands-on coding examples, insightful explanations, and practical projects as Pankaj guides you through mastering Python.

Language: Jupyter Notebook - Size: 88.3 MB - Last synced at: about 11 hours ago - Pushed at: about 13 hours ago - Stars: 50 - Forks: 47

Athari22/Investigating-Netflix-Movies-and-Guest-Stars-in-The-Office

Apply basic Python skills in Introduction to Python and Intermediate Python by processing and visualizing film and television data.

Language: Jupyter Notebook - Size: 1.96 MB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

01faiyaz/RL-Grid-Optimizer

RL-Grid-Optimizer

Language: Python - Size: 1.9 MB - Last synced at: about 13 hours ago - Pushed at: about 14 hours ago - Stars: 1 - Forks: 0

lucianosrp/frame-check

A static checker for dataframes!

Language: Python - Size: 965 KB - Last synced at: 39 minutes ago - Pushed at: about 2 hours ago - Stars: 8 - Forks: 10

PrathicaShettyM/MachineLearningAlgorithms

Contains mini projects and implementation using ML algorithms

Language: Python - Size: 211 MB - Last synced at: about 14 hours ago - Pushed at: about 16 hours ago - Stars: 0 - Forks: 0

FR34KY-CODER/Machine-Learning-Journey

Daily Machine Learning journey — A consistent log of my progress as I commit every single day to learning and building in the field of ML.

Language: Jupyter Notebook - Size: 11 MB - Last synced at: about 14 hours ago - Pushed at: about 16 hours ago - Stars: 2 - Forks: 0

eschombu/superleaf

*Work In Progress* A library with composable and pipeable operators for quick data selection, filtering, and manipulation, especially with pandas.

Language: Python - Size: 2.32 MB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

ARUNAGIRINATHAN-K/Python-Projects

Python projects

Language: Python - Size: 4.53 MB - Last synced at: about 15 hours ago - Pushed at: about 17 hours ago - Stars: 6 - Forks: 2

lotus-data/lotus

AI-Powered Data Processing: Use LOTUS to process all of your datasets with LLMs and embeddings. Enjoy up to 1000x speedups with fast, accurate query processing, that's as simple as writing Pandas code

Language: Python - Size: 1.86 MB - Last synced at: about 16 hours ago - Pushed at: about 18 hours ago - Stars: 1,340 - Forks: 116

Nimaabediforud/Heart-Disease-Prediction

The project highlights the end-to-end workflow of data preprocessing, model building, evaluation, and comparison for a healthcare prediction task.

Language: Jupyter Notebook - Size: 3.15 MB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 1 - Forks: 0

rapidsai/cudf

cuDF - GPU DataFrame Library

Language: C++ - Size: 172 MB - Last synced at: about 17 hours ago - Pushed at: about 17 hours ago - Stars: 9,333 - Forks: 983

Jmolson7/data-engineer-mini-project

🗂️ Streamline data processing with this mini ETL project using SQL, Python, and Pandas for efficient analysis and reporting.

Language: Python - Size: 6.84 KB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 0 - Forks: 0

Yigtwxx/xor-image-encryption

A simple image encryption and decryption tool using XOR with seed-based key generation. Supports RGB pixel-level encryption, histogram analysis, and multi-seed operations.

Language: Python - Size: 44.9 MB - Last synced at: about 19 hours ago - Pushed at: about 21 hours ago - Stars: 1 - Forks: 0

snedmagdous/nyc-housing-violations-dashboard

Interactive dashboard analyzing NYC affordable housing violations to identify enforcement gaps and hold repeat offenders accountable. Data-driven tool for tenant advocacy and policy analysis.

Language: Python - Size: 14.6 KB - Last synced at: about 21 hours ago - Pushed at: about 21 hours ago - Stars: 0 - Forks: 0

HinePo/Trilha-de-Estudos-de-Data-Science

Técnicas e recursos para estudar ciência de dados.

Size: 807 KB - Last synced at: about 20 hours ago - Pushed at: about 21 hours ago - Stars: 46 - Forks: 9

guerrinha77/EBAC-Projeto-De-Parceria-01

Análise de agrupamento sobre dados de saúde e bem-estar de vida em diversas cidades do mundo, feito no Google Colab em linguagem Python utilizando as bibliotecas sklearn, seaborn e pandas.

Language: Jupyter Notebook - Size: 183 KB - Last synced at: about 20 hours ago - Pushed at: about 22 hours ago - Stars: 0 - Forks: 0

ydataai/ydata-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

Language: Python - Size: 839 MB - Last synced at: about 16 hours ago - Pushed at: about 18 hours ago - Stars: 13,261 - Forks: 1,761

luizvn/ibama_api

Uma API RESTful de alta performance construída com Python e FastAPI para ingestão e consulta de dados de autos de infração ambiental do IBAMA. O projeto demonstra práticas modernas de desenvolvimento back-end, incluindo o processamento assíncrono de grandes volumes de dados (CSV) e interações eficientes com o banco de dados usando SQLAlchemy 2.0.

Language: Python - Size: 114 KB - Last synced at: about 20 hours ago - Pushed at: about 22 hours ago - Stars: 0 - Forks: 0

Hemasri20/fraud-detection-pipeline

A demo machine learning pipeline for transaction fraud detection using Pandas, Scikit-learn, and feature engineering.

Language: Python - Size: 4.88 KB - Last synced at: about 21 hours ago - Pushed at: about 22 hours ago - Stars: 0 - Forks: 0

NACCanada/survey-data-viewer

Lightweight web app for visualizing and comparing CSV/Excel survey data with dynamic filters, interactive charts, and side-by-side comparison mode

Language: HTML - Size: 301 KB - Last synced at: about 21 hours ago - Pushed at: about 22 hours ago - Stars: 0 - Forks: 0

Darksteel047/email_spam_detection

Email Spam Detection Using TF-IDF, Logistic Regression & Multinomial Naive Bayes

Language: Jupyter Notebook - Size: 2.19 MB - Last synced at: about 21 hours ago - Pushed at: about 23 hours ago - Stars: 0 - Forks: 0

Open-Risk-Academy/Academy-Course-PYT26065

Resources for Open Risk Academy Course: "Processing US Agency Mortgage Data with Awk and Pandas - Part 1: Static Data"

Language: Python - Size: 325 KB - Last synced at: about 22 hours ago - Pushed at: about 23 hours ago - Stars: 2 - Forks: 0

jiulingyun/shopify-lingxin-sync

🔄 Shopify与领星ERP数据同步工具 | 支持产品格式转换、MSKU商品配对、多种匹配算法 | Python CLI工具

Language: Python - Size: 19.5 KB - Last synced at: about 22 hours ago - Pushed at: about 23 hours ago - Stars: 0 - Forks: 0

microsoft/Data-Science-For-Beginners

10 Weeks, 20 Lessons, Data Science for All!

Language: Jupyter Notebook - Size: 1.16 GB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 31,344 - Forks: 6,604

alexstrong76/alex-strong-econ-analytics-portfolio

Description: Applied Economics & Data Analytics portfolio — reproducible Python projects in econometrics, macro & micro modeling, labor economics, and compliance analytics. Synthetic data | Open-source | Jupyter-ready

Language: Python - Size: 65.4 KB - Last synced at: about 24 hours ago - Pushed at: about 24 hours ago - Stars: 0 - Forks: 0

programathor10/csv_cleaner

Automatizador de limpieza de datos en CSV con pipeline configurable en Python y Pandas.

Language: Python - Size: 21.5 KB - Last synced at: about 23 hours ago - Pushed at: about 24 hours ago - Stars: 0 - Forks: 0

Dark-Vinaal/Python-Learning

"This repository contains all my daily coding tasks from a 30-day Python internship. Each day’s work is organized folder-wise (Day 1–30). It’s a public repo for anyone who wants to learn and understand Python through simple, structured, and practical examples."

Size: 117 KB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 3 - Forks: 0

mdarifuddinkhan/Kratugautam99

🚀 Build intelligent systems with AI and data science by exploring ML, multi-agent frameworks, and automation for scalable applications.

Size: 1.31 MB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

rishieeee/Netflix-EDA-Project

A Python-based exploratory analysis of the Netflix titles dataset using Pandas, NumPy, Matplotlib, and Seaborn. Includes data cleaning, handling missing values, basic feature engineering, and visual exploration of content trends. Ideal for beginners learning how to structure an EDA workflow.

Language: Python - Size: 1.5 MB - Last synced at: about 10 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

mmomtchev/pymport

Use Python libraries from Node.js

Language: C++ - Size: 2.27 MB - Last synced at: about 24 hours ago - Pushed at: 1 day ago - Stars: 125 - Forks: 8

vivekmodak3/Multiple-Disease-Prediction-System--Streamlit-Webapp

This repository contains the codebase for "Multiple Disease Prediction Streamlit App". The training notebooks & the datasets are also provided in the respective folders.

Language: Jupyter Notebook - Size: 88.9 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

GxAniket/diabetes-prediction-app

A Flask web app that predicts the risk of diabetes based on user input using a trained machine learning model. Built with scikit-learn, pandas, and HTML/CSS. Simple UI, real-time predictions, and easy to deploy. Ideal for learning ML model deployment in web applications.

Language: HTML - Size: 859 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

kzon94/torn-market-analyzer

Streamlit app that parses Torn Add Listing text, matches items with a custom dictionary, fetches market data via the public API, and generates KPIs and price recommendations using a modular Python analytics pipeline.

Language: Python - Size: 174 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

dan-mba/python-selenium-news

Python project to scape data from Google News search to a markdown table

Language: Python - Size: 9.04 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

conorheffron/student-progress

Students Reading Progress Analysis in Python

Language: Python - Size: 47.9 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 5 - Forks: 0

Jangek12111/letterboxd-movie-analytics

🎥 Analyze personal movie consumption by extracting data from Letterboxd and enriching it with TMDB for interactive visualizations in Power BI.

Language: Python - Size: 1.3 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

Znzmh/Bank-Loan-Analysis-Python

🏦 Analyze bank loan data to uncover profitable segments and high-risk borrowers, guiding data-driven lending decisions and reducing portfolio losses.

Language: Jupyter Notebook - Size: 4 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

AndresRv16/Customer-Segmentation

Language: Jupyter Notebook - Size: 1.51 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

TAYMESMAEE/Anomaly-Detection-in-Transactions

Anomaly detection in transactions means identifying unusual or unexpected patterns within transactions or related activities. These patterns, known as anomalies or outliers, deviate significantly from the expected norm and could indicate irregular or fraudulent behaviour.

Language: Python - Size: 41 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 1

andreypomortsev/yndx-python-handbook

100% test-covered solutions for the Yandex Python Basics tasks with configured CI

Language: Python - Size: 6.22 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 6 - Forks: 0

manmartgarc/stochatreat

This is a Python tool to employ stratified sampling or treatment randomization with uneven numbers in some strata using pandas. Mainly thought with RCTs in mind, it also works for any other scenario in where you would like to randomly allocate treatment within blocks or strata. The tool also supports having multiple treatments with different probability of assignment within each block or stratum.

Language: Python - Size: 250 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 17 - Forks: 5

adriens/edb-noumea

SDK Python pour connaître la Qualité des Eaux de Baignade à Nouméa

Language: Python - Size: 2.95 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

Ombraloose/Airbnb-Data-Pipeline

Language: Jupyter Notebook - Size: 2.33 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

ayush13-0/CodeAlpha_Hybrid-Data-Extraction-Analytics

"Hybrid data extraction project combining web scraping, REST API integration, and data analytics. Includes multi-source ETL pipelines, dataset merging, preprocessing, and exploratory data analysis (EDA) to derive insights from diverse structured and unstructured data."

Language: Jupyter Notebook - Size: 126 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

ayush13-0/ML-Health-Insurance-Claim-Fraud-Detection

"Health insurance claim fraud detection project using machine learning models such as Random Forest, Logistic Regression, and XGBoost, featuring real-time prediction, model comparison, and an interactive Streamlit interface for detecting fraudulent transactions."

Language: Jupyter Notebook - Size: 7.12 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

AlexHah24/Calgary-Crime-Data-Analysis-and-Neural-Network-Model

📊 Analyze Calgary's crime data and build a neural network model to predict future crime counts, revealing patterns and insights from 2018 to 2024.

Language: Jupyter Notebook - Size: 2.59 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

VoxHash/ForexSmartBot

A professional, modular forex trading bot with advanced risk management, multiple strategies, portfolio mode, and comprehensive backtesting capabilities.

Language: Python - Size: 642 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 8 - Forks: 6

vishaltembhre/GenAI-RAG-implementation

Developed an Azure OpenAI-based RAG email marketing platform with a Streamlit frontend and FIASS vector database for similarity search. The platform processes multiple input formats, including CSV, PDF, text, and PPT, and incorporates product descriptions and sales data to generate creative content and matplotlib graphs based on the input data.

Language: Python - Size: 23.4 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

javascriptdata/danfojs

Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.

Language: TypeScript - Size: 79.1 MB - Last synced at: about 7 hours ago - Pushed at: 3 months ago - Stars: 5,021 - Forks: 222

programathor10/exportador

Script en Python que consume una API REST y exporta datos a Excel/JSON. Proyecto de automatización y data pipeline.

Language: Python - Size: 21.5 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

raphaelvallat/pingouin

Statistical package in Python based on Pandas

Language: Python - Size: 14.3 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 1,848 - Forks: 159

TheMrityunjayPathak/Dashly

Get smarter insights, right when you need them

Language: Python - Size: 2.34 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

LlamzonAmazon/PC-Data-Dash

An interactive dashboard for PlanCatalyst’s redesigned website forecasting country-level development.

Language: Python - Size: 4.12 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 4 - Forks: 0

godontop/pydocs

Python 文档及代码。

Language: Python - Size: 5.81 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 3 - Forks: 0

AdilShamim8/COVID-19_Global_Impact_Analysis

A data analysis project exploring the global impact of COVID-19 using WHO data and visualizations.

Language: Jupyter Notebook - Size: 45 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 3 - Forks: 1

anaclara1709/Flux_to_PhaseSpaceDensity_IGRF

Conversor de fluxo de partículas do cinturão de radiação interno em Phase Space Density

Language: Python - Size: 219 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

kaganmart9/pharma-forecast

A time-series forecasting tool to predict weekly pharmaceutical sales using Gradient Boosting. The project includes an interactive Streamlit web app for historical analysis and future forecasting.

Language: Jupyter Notebook - Size: 6 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

NV-Global/MarketData

MarketData enables real-time risk surveillance and tick-level insights through a split-feed ingestion platform, unifying data for fast, data-driven decisions. 🐙

Language: Rust - Size: 14.6 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

SuperCowPowers/workbench

Workbench: An easy to use Python API for creating and deploying AWS SageMaker Models

Language: Python - Size: 55.8 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 43 - Forks: 2

thejvdev/ml-from-scratch

Repository for Implementing ML Models from Scratch in Python

Language: Jupyter Notebook - Size: 2.1 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

semantic-plastron80/Tablr

🚀 Accelerate data manipulation in C/C++ with Tablr, the simplest and fastest library tailored for efficient data handling.

Language: C - Size: 1.39 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

f3l1pe-augusto/analise-ocorrencias-urbanas

Análise de dados de ocorrências urbanas obtidos por meio de Web Scraping de fonte de dados locais na cidade de Bauru-SP.

Language: Jupyter Notebook - Size: 13.2 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

williambdean/pandas-bootstrap

Statistical Bootstrap in Pandas

Language: Python - Size: 4.33 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 4 - Forks: 0

RafaEngineer/strapsim_portfolio_similarity_metric

📊 Calculate portfolio similarity metrics to enhance ETF alignment and optimize trading strategies in quantitative finance.

Language: PHP - Size: 1.37 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

ravansaran/stroke-prediction-ml-pipeline

🚀 Build a reproducible ML pipeline for stroke prediction using scikit-learn, featuring model evaluation, class imbalance handling, and clear preprocessing steps.

Language: Jupyter Notebook - Size: 1.29 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

delta-io/delta-sharing

An open protocol for secure data sharing

Language: Scala - Size: 2.82 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 892 - Forks: 211

AlexLapsin/Sales-Data-Aggregation-Pipeline

Streaming + batch sales pipeline: Kafka→S3→Spark/Databricks→Snowflake/dbt, Airflow on AWS; Tableau, DQ tests & alerts.

Language: Python - Size: 16.1 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

abdenlab/oxbow

Oxbow makes genomic data ready for high-performance analytics.

Language: Rust - Size: 16.4 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 144 - Forks: 13

gvatsal60/ds-on-kaggle

A collection of data science projects, experiments, and insights from Kaggle competitions and datasets

Language: Jupyter Notebook - Size: 520 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

adrian-panek/Master_Thesis_Etl_Job

ETL Pipeline to extract financial data. Written using Python with pandas + requests

Language: Python - Size: 16.6 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

casact/chainladder-python

Actuarial reserving in Python

Language: Python - Size: 30.7 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 219 - Forks: 90

saccofrancesco/deepshot

Deepshot is a machine learning model designed to predict NBA game outcomes using advanced team statistics and rolling averages. It combines historical performance trends with contextual game data to deliver highly accurate win predictions (70%)

Language: Jupyter Notebook - Size: 138 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 107 - Forks: 14

ChaikaOlga/customer_churn_for_the_telecom_operator

Проектная работа для оператора связи

Language: Jupyter Notebook - Size: 979 KB - Last synced at: about 24 hours ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

ChaikaOlga/determining_the_cost_of_cars

Проектная работа по продаже автомобилей

Language: Jupyter Notebook - Size: 579 KB - Last synced at: about 24 hours ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

KR-Labs/krl-tutorials

33 interactive analytic notebooks covering economics, social sciences, and data science. From fundamentals to advanced causal inference with hands-on Python implementations.

Language: Jupyter Notebook - Size: 4.41 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

ChaikaOlga/location_for_an_oil_well

Проектная работа по выявлению объёмов запаса нефти

Language: Jupyter Notebook - Size: 427 KB - Last synced at: about 24 hours ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

Related Keywords
pandas 34,649 python 21,671 numpy 13,315 matplotlib 10,085 machine-learning 6,826 seaborn 6,648 data-science 5,503 jupyter-notebook 4,848 data-analysis 4,588 python3 4,460 scikit-learn 4,236 data-visualization 3,659 sklearn 2,807 plotly 1,696 streamlit 1,666 matplotlib-pyplot 1,586 sql 1,485 tensorflow 1,359 flask 1,343 exploratory-data-analysis 1,183 eda 1,142 deep-learning 1,017 data 1,014 scipy 1,000 pandas-dataframe 975 linear-regression 966 visualization 939 keras 865 csv 839 logistic-regression 812 random-forest 751 statistics 748 machine-learning-algorithms 743 classification 704 data-cleaning 667 excel 645 nlp 643 beautifulsoup 643 jupyter 630 api 571 postgresql 570 requests 547 analysis 540 sqlalchemy 530 pytorch 530 dataframe 521 selenium 519 webscraping 515 regression 508 xgboost 503 nltk 499 html 486 pandas-python 476 tableau 460 powerbi 456 etl 453 kaggle 448 beautifulsoup4 443 docker 439 data-analytics 428 datascience 426 artificial-intelligence 421 ml 413 json 408 feature-engineering 406 ai 402 analytics 397 opencv 388 neural-network 382 javascript 379 mysql 374 dataset 373 django 367 web-scraping 360 dataanalysis 357 dashboard 345 css 343 data-engineering 328 database 320 sqlite 309 tkinter 302 mongodb 300 fastapi 299 clustering 294 decision-trees 292 sentiment-analysis 292 automation 292 statsmodels 286 scikitlearn-machine-learning 281 natural-language-processing 280 sqlite3 280 finance 271 folium 267 data-mining 266 time-series 260 regression-models 259 random-forest-classifier 259 supervised-learning 250 kmeans-clustering 248 pyspark 243