Skip to main content

Tools for cleaning pandas DataFrames

Project description

pyjanitor is a Python implementation of the R package janitor, and provides a clean API for cleaning data.

Why janitor?

Originally a port of the R package, pyjanitor has evolved from a set of convenient data cleaning routines into an experiment with the method chaining paradigm.

Data preprocessing usually consists of a series of steps that involve transforming raw data into an understandable/usable format. These series of steps need to be run in a certain sequence to achieve success. We take a base data file as the starting point, and perform actions on it, such as removing null/empty rows, replacing them with other values, adding/renaming/removing columns of data, filtering rows and others. More formally, these steps along with their relationships and dependencies are commonly referred to as a Directed Acyclic Graph (DAG).

The pandas API has been invaluable for the Python data science ecosystem, and implements method chaining of a subset of methods as part of the API. For example, resetting indexes (.reset_index()), dropping null values (.dropna()), and more, are accomplished via the appropriate pd.DataFrame method calls.

Inspired by the ease-of-use and expressiveness of the dplyr package of the R statistical language ecosystem, we have evolved pyjanitor into a language for expressing the data processing DAG for pandas users.

Functionality

Current functionality includes:

  • Cleaning columns name (multi-indexes are possible!)

  • Removing empty rows and columns

  • Identifying duplicate entries

  • Encoding columns as categorical

  • Splitting your data into features and targets (for machine learning)

  • Adding, removing, and renaming columns

  • Coalesce multiple columns into a single column

  • Date conversions (from matlab, excel, unix) to Python datetime format

  • Expand a single column that has delimited, categorical values into dummy-encoded variables

  • Concatenating and deconcatenating columns, based on a delimiter

  • Syntactic sugar for filtering the dataframe based on queries on a column

  • Experimental submodules for finance, biology, chemistry, engineering, and pyspark

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

pyjanitor-0.18.3.tar.gz (52.2 kB view details)

Uploaded Source

Built Distribution

pyjanitor-0.18.3-py3-none-any.whl (49.3 kB view details)

Uploaded Python 3

File details

Details for the file pyjanitor-0.18.3.tar.gz.

File metadata

  • Download URL: pyjanitor-0.18.3.tar.gz
  • Upload date:
  • Size: 52.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for pyjanitor-0.18.3.tar.gz
Algorithm Hash digest
SHA256 53b873698e2db182a6f6ca85c768eec38d73598ba6cdea7964d410a328626121
MD5 623784edf2f6783429844ee928883420
BLAKE2b-256 074960fe774999bc4d0943ebdae3a4bcc5005edfbfe6c6df0eb64d5a818d11e6

See more details on using hashes here.

File details

Details for the file pyjanitor-0.18.3-py3-none-any.whl.

File metadata

  • Download URL: pyjanitor-0.18.3-py3-none-any.whl
  • Upload date:
  • Size: 49.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for pyjanitor-0.18.3-py3-none-any.whl
Algorithm Hash digest
SHA256 dc8dc537402d93eaef046c0fff38c32b2a560a02afacd46b73d1c27a9661a459
MD5 3df1292aa75981fae879392492b77f29
BLAKE2b-256 39c22fc87a38a20dc4d54a91c97887c4434dbb7cd43e75c98726465e911c9de9

See more details on using hashes here.

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