Skip to content

Make your Pandas run faster with a single monkey_patch call

License

Notifications You must be signed in to change notification settings

johnson-li/fast_pandas

Repository files navigation

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.

About

Make your Pandas run faster with a single monkey_patch call

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages