awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jmcarpenter2 avatar

jmcarpenter2/swifter

0
View on GitHub↗
2,641 stars·104 forks·Python·MIT·10 views

Swifter

A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner

Features

  • Data Manipulation - Efficient function application for pandas dataframes.
  • Data Processing Libraries - Efficiently parallelizes pandas apply operations.

Star history

Star history chart for jmcarpenter2/swifterStar history chart for jmcarpenter2/swifter

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Swifter

Similar open-source projects, ranked by how many features they share with Swifter.
  • pola-rs/polarspola-rs avatar

    pola-rs/polars

    38,855View on GitHub↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Rustarrowdataframedataframe-library
    View on GitHub↗38,855
  • pydata/xarraypydata avatar

    pydata/xarray

    4,159View on GitHub↗

    Xarray is a Python multidimensional array library and labeled dataset framework. It extends the NumPy data structure by adding labels to arrays, allowing for the organization of complex N-dimensional data using named dimensions and coordinates. The library provides a NetCDF data interface for reading and writing scientific data formats such as NetCDF and Zarr. It enables scientific array computing by maintaining the relationship between data and physical coordinates during mathematical operations. The project covers multidimensional data analysis, geospatial data manipulation, and climate da

    Python
    View on GitHub↗4,159
  • modin-project/modinmodin-project avatar

    modin-project/modin

    10,389View on GitHub↗

    Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that exceed system memory. It functions as a distributed computing framework that parallelizes data manipulation tasks across multiple CPU cores or clusters to increase throughput and avoid memory errors. The project mirrors the Pandas API, allowing for the distribution of data workflows without changing core code logic. It utilizes a pluggable backend interface, which enables users to switch between different distributed execution engines to optimize performance based on available h

    Pythonanalyticsdata-sciencedataframe
    View on GitHub↗10,389
  • scikit-learn-contrib/sklearn-pandasscikit-learn-contrib avatar

    scikit-learn-contrib/sklearn-pandas

    2,850View on GitHub↗

    Pandas integration with sklearn

    Python
    View on GitHub↗2,850
See all 30 alternatives to Swifter→

Frequently asked questions

What does jmcarpenter2/swifter do?

A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner

What are the main features of jmcarpenter2/swifter?

The main features of jmcarpenter2/swifter are: Data Manipulation, Data Processing Libraries.

What are some open-source alternatives to jmcarpenter2/swifter?

Open-source alternatives to jmcarpenter2/swifter include: vaexio/vaex — Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle… scikit-learn-contrib/sklearn-pandas — Pandas integration with sklearn. pydata/xarray — Xarray is a Python multidimensional array library and labeled dataset framework. It extends the NumPy data structure… pola-rs/polars — Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It… modin-project/modin — Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that… iamseancheney/python_for_data_analysis_2nd_chinese_version — This project is an educational resource and a collection of instructional materials for performing data manipulation…