Skip to main content

A monkey patch that makes pandas run faster

Project description

quick-pandas

Make pandas run faster with a single monkey_patch call.

Install

pip install quick-pandas --upgrade

Usage

import pandas as pd
from quick_pandas import monkey
monkey.patch_all()

df = pd.DataFrame(data=[1])
df.sort_values(kind='radixsort', by=0)

Notice

This library is still under development and is unstable. Do NOT use it unless you know what you are doing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quick_pandas-0.1.5.tar.gz (347.7 kB view hashes)

Uploaded Source

Built Distribution

quick_pandas-0.1.5-cp36-cp36m-any.whl (2.6 MB view hashes)

Uploaded CPython 3.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page