Releases: ydataai/ydata-profiling
Releases · ydataai/ydata-profiling
pandas-profiling v1.4.2
- Multiple Bugfixes
- Enable Travis CI builds
Contributors:
@Aylr @LeonardAukea @kevanshea @endremborza @romainx @drkarthi
pandas-profiling v1.4.1
Enhancements
- Performance enhancement. It is now possible to disable some heavy resource operations and achieve better performances (see also #76):
- Correlation checking by turning
check_correlation
toFalse
(#43) - Recoded checking by turning
check_recoded
toFalse
.
- Correlation checking by turning
- Possibility to install using conda
- Implementation of a new Boolean variable type (#25)
- Add new badges for zeros and highly skewed (#63)
- Code refactoring (internal improvement) to split on main modules in 4 modules (#65)
- Improve types handling
- types like
list
,tuple
anddict
are now officially unsupported until we improve them - mixed columns are also correctly handled
- New Binary variable type supporting native
boolean
type and also binary numeric values (#77)
- types like
- Warnings column names have link to corresponding detail in variables section in order to ease the navigation (#66)
- Spearman and Pearson Correlation matrix diagrams added in the report (#83)
Bug fixes
Version 1.4
Bug fixes and new check for recoded categorical variables. Thanks to all who contributed!
pandas-profiling v1.3.0
New additions include frequency counts and extreme values for numeric variables.
Pandas-profiling now does all 1d-calculations in a multitprocessing fashion, vastly speeding up runtime.
v1.2.0
What's new:
- histograms for date variables
- bug fixes
pandas-profiling 1.0.0a1
Initial release.