https://github.com/resilva87/fast_pandas
Simple library for applying Pandas row/column functions in parallel
https://github.com/resilva87/fast_pandas
data-science multiprocessing pandas python
Last synced: 6 months ago
JSON representation
Simple library for applying Pandas row/column functions in parallel
- Host: GitHub
- URL: https://github.com/resilva87/fast_pandas
- Owner: resilva87
- License: mit
- Created: 2018-06-28T20:49:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T21:22:17.000Z (about 8 years ago)
- Last Synced: 2026-01-01T19:22:57.318Z (7 months ago)
- Topics: data-science, multiprocessing, pandas, python
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast_pandas
Simple library for applying Pandas row/column functions in parallel
# How to Install
```
pip install fast_pandas
```