Skip to content

v0.4.0: Merge pull request #25 from KwstasMCPU/develop

Latest

Choose a tag to compare

@KwstasMCPU KwstasMCPU released this 04 Nov 08:04
5f9b6a8

[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.