Releases
v0.4.0
v0.4.0: Merge pull request #25 from KwstasMCPU/develop
Latest
Compare
Sorry, something went wrong.
No results found
[v.0.4.0-beta] - 2023-11-04
Added
duplication_summary() method has been added. It produces a table with metrics regarding the duplicated records of the given dataset #19 .
duplication_frequency_table() method has been added. It shows how many times a duplicated record appears per the number of its clones #19 .
Changed
renamed the output columns of completeness():
'perc': 'completeness ratio'
'count': 'complete values'
format argument of completeness() method has been depreciated.
_conditional_probability() internal class method converted to a standalone internal function.
Docstring style finalized to numpy.
Fixed
Fixed MemoryError bug in completeness() caused in cases of datasets with many columns #20 .
Removed unnecessary print statemens from missing_corr_matrix() #21 .
You can’t perform that action at this time.