Skip to main content

A package for wrangling and tidy data in python.

Project description

wrangle_in_py

Documentation Status

A package for wrangling and tidy data in python. This package includes functions to assist the user with common data wrangling and tidying tasks in python such as changing column names or removing duplicate rows.

This package consists of the following functions:

  • column_name_standardizer: returns a copy of the inputted dataframe with standardized column names.
  • string_standardizer: returns a string that is converted to lowercase and its non-alphanumerics (including spaces and punctuation) are replaced with underscores. A helper function for column_name_standardizer.
  • resulting_duplicates: identifies which strings became duplicates after standardization. A helper function for column_name_standardizer.
  • extracting_ymd: returns a copy of the inputted dataframe with three new columns: year, month, and day, splitting from inputted datetime column name.
  • extracting_hms: returns a copy of the inputted dataframe with three new columns: hour, minute, and second, from inputted datetime column name.
  • remove_duplicates: Remove duplicate rows from a DataFrame based on specified columns.
  • column_drop_threshold : Returns a copy of the dataframe inputted with columns removed if: they did not meet the threshold specified, or if they had a lower coefficient of variance than specified.

This package fills a niche in the Python ecosystem by offering specialized tools for tidying and wrangling data, focusing on standardizing column names and strings, detecting duplicates after standardization, and extracting components from datetime columns. While libraries like pandas provide general-purpose methods for similar tasks, such as renaming columns or working with datetime data, these often require multiple steps or custom scripts. By combining these focused functionalities into a single package, it offers a lightweight, user-friendly alternative for efficient data preprocessing.

Installation

$ pip install wrangle_in_py

Usage

  • TODO

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

wrangle_in_py was created by Shannon Pflueger, Stephanie Ta, Wai Ming Wong, Yixuan(Clara) Gao. It is licensed under the terms of the MIT license.

Credits

wrangle_in_py was created with cookiecutter and the py-pkgs-cookiecutter template.

Contributors

  • Shannon Pflueger
  • Stephanie Ta
  • Wai Ming Wong
  • Yixuan(Clara) Gao

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

wrangle_in_py-0.0.0.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wrangle_in_py-0.0.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file wrangle_in_py-0.0.0.tar.gz.

File metadata

  • Download URL: wrangle_in_py-0.0.0.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for wrangle_in_py-0.0.0.tar.gz
Algorithm Hash digest
SHA256 45c5bff625a5571903fa518ceb3af8079918124eebf2c9d341ffdef0dd0ebc20
MD5 ef7887ee7abc4429503cd34410f20070
BLAKE2b-256 d3bfd4103640ed46d49164f0962f6d3e0591ecbb02fcbe35e7af651bda61f00e

See more details on using hashes here.

File details

Details for the file wrangle_in_py-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: wrangle_in_py-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for wrangle_in_py-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ae7c8e83b79fa6e24c90629bfce0bf3fc1eddcc9cb2c1a24193cc33b757d18ab
MD5 5fe300ac001d21d494fd8d210c851f31
BLAKE2b-256 2158139ae2dca4ae886786c0a543f71b9437cfda81eb1e628f2c631b853265d1

See more details on using hashes here.

Supported by

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