Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

48 lines (41 loc) · 2.65 KB

Changelog

Unreleased

  • Add functionality to perform some common data cleaning tasks.
  • Add geo.py module and functionality to set 'close' lat-long coordinates to same value.

0.1.1 - 2024-07-22

Added


0.1.0 - 2024-07-14

Added

  • Add memory usage to DataFrameProfile gh-30
  • Improve formatting of distribution_stats function output gh-29
  • Improved project documentation with project website gh-2

Changed


0.0.4 - 2024-07-09

Added

  • Add support for improved display in Jupyter Notebooks gh-22
  • Add user to select different string formats for profiles gh-24
  • Allow user to specify number of most frequent and least frequent values to display in SeriesProfile gh-25

0.0.3 - 2024-07-06

Added

  • Update for Python 3.12
  • Switch project build to pyproject.toml gh-18
  • Simplify import: import pandahelper now imports DataFrameProfile, SeriesProfile, frequency_table, and distribution_stats gh-17
  • Improved SeriesProfile to better handle different data types. gh-19
  • Removed excess trailing whitespace on reports gh-21

0.0.2 - 2022-06-07

Added

  • Added improved type-checking for functions and profile classes

0.0.1 - 2022-06-04

Added

  • First version of Panda-Helper