{"id":13465658,"url":"https://github.com/nalepae/pandarallel","last_synced_at":"2025-05-13T20:10:00.957Z","repository":{"id":37432364,"uuid":"174817300","full_name":"nalepae/pandarallel","owner":"nalepae","description":"A simple and efficient tool to parallelize Pandas operations on all available CPUs","archived":false,"fork":false,"pushed_at":"2024-07-09T18:59:05.000Z","size":1131,"stargazers_count":3757,"open_issues_count":99,"forks_count":213,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-28T10:56:30.209Z","etag":null,"topics":["pandas","parallel","python"],"latest_commit_sha":null,"homepage":"https://nalepae.github.io/pandarallel","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nalepae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-10T11:58:29.000Z","updated_at":"2025-04-28T08:15:29.000Z","dependencies_parsed_at":"2022-07-12T14:02:43.894Z","dependency_job_id":"90eaad29-9ddb-45d6-a5fd-add1137bd0d9","html_url":"https://github.com/nalepae/pandarallel","commit_stats":{"total_commits":164,"total_committers":26,"mean_commits":"6.3076923076923075","dds":"0.22560975609756095","last_synced_commit":"70fb6d7454196ff2d6b818186dee11f349e0d3ad"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalepae%2Fpandarallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalepae%2Fpandarallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalepae%2Fpandarallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nalepae%2Fpandarallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nalepae","download_url":"https://codeload.github.com/nalepae/pandarallel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020606,"owners_count":22000753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pandas","parallel","python"],"created_at":"2024-07-31T15:00:33.425Z","updated_at":"2025-05-13T20:10:00.933Z","avatar_url":"https://github.com/nalepae.png","language":"Python","readme":"# Pandaral·lel\n\n[![PyPI version fury.io](https://badge.fury.io/py/pandarallel.svg)](https://pypi.python.org/pypi/pandarallel/)\n[![PyPI license](https://img.shields.io/pypi/l/pandarallel.svg)](https://pypi.python.org/pypi/pandarallel/)\n[![PyPI download month](https://img.shields.io/pypi/dm/pandarallel.svg)](https://pypi.python.org/pypi/pandarallel/)\n\n| Without parallelization  | ![Without Pandarallel](https://github.com/nalepae/pandarallel/blob/master/docs/progress_apply.gif?raw=true)       |\n| :----------------------: | ----------------------------------------------------------------------------------------------------------------- |\n| **With parallelization** | ![With Pandarallel](https://github.com/nalepae/pandarallel/blob/master/docs/progress_parallel_apply.gif?raw=true) |\n\n**Pandaral.lel** provides a simple way to parallelize your pandas operations on all your\nCPUs by changing only one line of code. It also displays progress bars.\n\n## **⚠️ Pandaral·lel is looking for a maintainer! ⚠️**\n\nIf you are interested, please contact me or open a GitHub issue.\n\n## Maintainers\n- [Manu NALEPA](https://github.com/nalepae)\n\n## Former maintainers (thanks a lot for your work!)\n- [till-m](https://github.com/till-m)\n\n## Installation\n\n```bash\npip install pandarallel [--upgrade] [--user]\n```\n\n## Quickstart\n\n```python\nfrom pandarallel import pandarallel\n\npandarallel.initialize(progress_bar=True)\n\n# df.apply(func)\ndf.parallel_apply(func)\n```\n\n## Usage\n\nBe sure to check out the [documentation](https://nalepae.github.io/pandarallel).\n\n## Examples\n\nAn example of each available `pandas` API is available:\n\n- For [Mac \u0026 Linux](https://github.com/nalepae/pandarallel/blob/master/docs/examples_mac_linux.ipynb)\n- For [Windows](https://github.com/nalepae/pandarallel/blob/master/docs/examples_windows.ipynb)\n","funding_links":[],"categories":["Python","Data Containers \u0026 Dataframes","Data Processing","数据容器和结构","Basic Components","其他_机器学习与深度学习","🐍 Python","Data Gathering"],"sub_categories":["Data Representation","Python Performance Booster","Useful Python Tools for Data Analysis","Ranking/Recommender"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnalepae%2Fpandarallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnalepae%2Fpandarallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnalepae%2Fpandarallel/lists"}