Skip to content

Releases: ray310/Panda-Helper

0.1.1

22 Jul 03:37
Compare
Choose a tag to compare

Added

  • SeriesProfile now reports gaps in pd.Series with type datetime64 or for Series with DatetimeIndex. gh-20
  • times.py module has been added with public functions time_diffs, time_diffs_index, id_gaps, id_gaps_index, category_gaps. gh-20

Changed

0.1.0

14 Jul 05:39
7ccb70c
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v0.0.4...v0.1.0

0.0.4

09 Jul 15:48
293aadd
Compare
Choose a tag to compare

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

07 Jul 00:14
6f9efbb
Compare
Choose a tag to compare

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

07 Jun 18:12
ea86abb
Compare
Choose a tag to compare
  • Added improved type-checking for functions and profile classes

0.0.1

04 Jun 21:58
8e4cbe1
Compare
Choose a tag to compare

Initial release of Panda-Helper