lazypandas


Namelazypandas JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/sidkris/lazypandas
SummaryHigh-performance, lazy evaluation library for dataframes, optimized for large datasets and complex transformations.
upload_time2024-10-20 17:03:47
maintainerNone
docs_urlNone
authorSiddharth Krishnan
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LazyPandas

LazyPandas is a high-performance Python library that extends the familiar Pandas DataFrame functionality with lazy evaluation, adaptive execution, and parallel processing capabilities. It provides a familiar API while optimizing operations to deliver significant performance improvements for large datasets and complex data transformations.

## Key Features

- **Lazy Evaluation**: Operations are deferred until needed, allowing for optimized execution plans and reduced redundant calculations.
- **Adaptive Execution**: Automatically selects between parallel and sequential execution based on the dataset size, utilizing multi-threading for large datasets.
- **Operation Caching**: Intelligent caching mechanisms to avoid recalculating repeated operations.
- **Parallel Processing**: Supports parallel execution for many operations, leveraging multiple CPU cores to speed up processing.
- **Execution Plan Optimization**: Reorders operations for better performance based on cost-based optimization techniques.
- **Better Handling of Large Datasets**: Out-of-core processing, memory-mapped file support, and adaptive chunk management for datasets larger than memory.
- **Time-Series and Advanced Operations**: Optimized support for time-series functions and multi-level groupby.
- **Machine Learning Integration**: Data preparation utilities for ML libraries like PyTorch, with built-in support for data batching.

## Installation

You can install LazyPandas from PyPI:

```bash
pip install lazypandas

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sidkris/lazypandas",
    "name": "lazypandas",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Siddharth Krishnan",
    "author_email": "sid@sidkrishnan.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/a4/c67c9120fa890213ac5bd7e125a356049566e97d22fc82b58f51c0e8be43/lazypandas-0.1.0.tar.gz",
    "platform": null,
    "description": "# LazyPandas\r\n\r\nLazyPandas is a high-performance Python library that extends the familiar Pandas DataFrame functionality with lazy evaluation, adaptive execution, and parallel processing capabilities. It provides a familiar API while optimizing operations to deliver significant performance improvements for large datasets and complex data transformations.\r\n\r\n## Key Features\r\n\r\n- **Lazy Evaluation**: Operations are deferred until needed, allowing for optimized execution plans and reduced redundant calculations.\r\n- **Adaptive Execution**: Automatically selects between parallel and sequential execution based on the dataset size, utilizing multi-threading for large datasets.\r\n- **Operation Caching**: Intelligent caching mechanisms to avoid recalculating repeated operations.\r\n- **Parallel Processing**: Supports parallel execution for many operations, leveraging multiple CPU cores to speed up processing.\r\n- **Execution Plan Optimization**: Reorders operations for better performance based on cost-based optimization techniques.\r\n- **Better Handling of Large Datasets**: Out-of-core processing, memory-mapped file support, and adaptive chunk management for datasets larger than memory.\r\n- **Time-Series and Advanced Operations**: Optimized support for time-series functions and multi-level groupby.\r\n- **Machine Learning Integration**: Data preparation utilities for ML libraries like PyTorch, with built-in support for data batching.\r\n\r\n## Installation\r\n\r\nYou can install LazyPandas from PyPI:\r\n\r\n```bash\r\npip install lazypandas\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "High-performance, lazy evaluation library for dataframes, optimized for large datasets and complex transformations.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/sidkris/lazypandas"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06bda0863cbb2853abc96ff80dec72096191c755f1d057ea76f9d69725203313",
                "md5": "3d96242d76b1f95b8774c9dd20e7aae0",
                "sha256": "767b0a7659c9df68326d513d3601d1476b43dc02d061e99e833865de309abd79"
            },
            "downloads": -1,
            "filename": "lazypandas-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d96242d76b1f95b8774c9dd20e7aae0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8326,
            "upload_time": "2024-10-20T17:03:46",
            "upload_time_iso_8601": "2024-10-20T17:03:46.025609Z",
            "url": "https://files.pythonhosted.org/packages/06/bd/a0863cbb2853abc96ff80dec72096191c755f1d057ea76f9d69725203313/lazypandas-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ea4c67c9120fa890213ac5bd7e125a356049566e97d22fc82b58f51c0e8be43",
                "md5": "1ec0f51a8d8df3d8218e89346a0bd319",
                "sha256": "aae2515b19788b31e6c2f71cbefaf6a38196ee188c450fb3dccbb97554cdd0ca"
            },
            "downloads": -1,
            "filename": "lazypandas-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1ec0f51a8d8df3d8218e89346a0bd319",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7901,
            "upload_time": "2024-10-20T17:03:47",
            "upload_time_iso_8601": "2024-10-20T17:03:47.997346Z",
            "url": "https://files.pythonhosted.org/packages/0e/a4/c67c9120fa890213ac5bd7e125a356049566e97d22fc82b58f51c0e8be43/lazypandas-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 17:03:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sidkris",
    "github_project": "lazypandas",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "lazypandas"
}
        
Elapsed time: 0.43077s