Skip to main content

Advanced relational operations for pandas DataFrames

Project description


Pandance


Pandance provides advanced relational operations for pandas DataFrames, enabling powerful and efficient joins (aka merges).

Highlights

Pandance extends the set of standard join operations in pandas (inner, outer, cross, left, right) with:

  • fuzzy joins: Match columns with a tolerance. Supports numerical and datetime values.
  • inequality join: Match one column's values that are less / greater than the other column's values.
  • theta joins: Allows the user to specify arbitrary matching conditions on which to join

Pandance is designed with performance in mind, aiming to provide fast implementations whenever possible.

Installation

pip install pandance

Usage

See the documentation

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

pandance-0.3.0.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

pandance-0.3.0-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

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