Python pydata

Open-source Python projects categorized as pydata

Top 9 Python pydata Projects

  1. Dask

    Parallel computing with task scheduling

    Project mention: Ask HN: What's the right tool for this job? | news.ycombinator.com | 2024-07-20

    From what I've seen, there are sort of two paths. I'll provide a well known example from each.

    1. lang specific distributed task library

    For example, in Python, celery is a pretty popular task system. If you (the dev) are the one doing all the code and running the workflows, it might work well for you. You build the core code and functions, and it handles the processing and resource stuff with a little config.

    * https://github.com/celery/celery

    Or lower level:

    * https://github.com/dask/dask

    2. DAG Workflow systems

    There are also whole systems for what you're describing. They've gotten especially popular in the ML ops and data engineering world. A common one is AirFlow:

    * https://github.com/apache/airflow

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. stumpy

    STUMPY is a powerful and scalable Python library for modern time series analysis

    Project mention: Powerful and scalable Python library for modern time series analysis | news.ycombinator.com | 2024-08-01
  4. koalas

    Koalas: pandas API on Apache Spark

  5. pandas-datareader

    Extract data from a wide range of Internet sources into a pandas DataFrame.

  6. distributed

    A distributed task scheduler for Dask

  7. pyjanitor

    Clean APIs for data cleaning. Python implementation of R package Janitor

  8. Bodo

    High-Performance Python Compute Engine for Data and AI

    Project mention: Github's Top 31 items of Dec 18, 2024 | dev.to | 2024-12-18

    Github URL: https://github.com/bodo-ai/Bodo

  9. pyvtreat

    vtreat is a data frame processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner. Distributed under a BSD-3-Clause license.

  10. graphblas-algorithms

    Graph algorithms written in GraphBLAS

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python pydata discussion

Log in or Post with

Python pydata related posts

  • Shuffling large data at constant memory in Dask

    1 project | /r/Python | 17 Apr 2023
  • My new company uses Pyspark. I want to learn it before my starting date. Any advice?

    1 project | /r/datascience | 10 Nov 2022
  • Great forward progress on squashing cluster deadlocks

    1 project | /r/dask | 15 Dec 2021
  • Is Numpy always more efficient than Pandas? And how much should we rely on Python anyway?

    1 project | /r/datascience | 10 Dec 2021
  • Ask HN: Is PySPark a Dead-End?

    1 project | news.ycombinator.com | 5 Dec 2021
  • How to load 85.6 GB of XML data into a dataframe

    1 project | /r/pythontips | 1 Dec 2021
  • How to load 85.6 GB of XML data into a dataframe

    1 project | /r/learnprogramming | 1 Dec 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source pydata projects in Python? This list will help you:

# Project Stars
1 Dask 12,857
2 stumpy 3,734
3 koalas 3,346
4 pandas-datareader 2,993
5 distributed 1,589
6 pyjanitor 1,385
7 Bodo 176
8 pyvtreat 122
9 graphblas-algorithms 79

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?