Releases: ray310/Panda-Helper
Releases · ray310/Panda-Helper
0.1.2
0.1.1
0.1.0
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
- Split reports module into
profiles
andstats
- Renamed
save_report
method tosave
- Refactored tests to use pytest fixtures
What's Changed
Full Changelog: v0.0.4...v0.1.0
0.0.4
0.0.3
Added
- Update for Python 3.12
- Switch project build to pyproject.toml gh-18
- Simplify import:
import pandahelper
now importsDataFrameProfile
,SeriesProfile
,frequency_table
, anddistribution_stats
gh-17 - Improved
SeriesProfile
to better handle different data types. gh-19 - Removed excess trailing whitespace on reports gh-21