AberdeenProject.utilities package¶
Submodules¶
AberdeenProject.utilities.loadConfigFile module¶
AberdeenProject.utilities.loadPickledData module¶
AberdeenProject.utilities.pklToCsv module¶
AberdeenProject.utilities.statistics module¶
-
class
AberdeenProject.utilities.statistics.Statistics(filepath)[source]¶ Bases:
objectThis class generates descriptive statistics of a Pandas dataframe
-
getColumnsStatistics()[source]¶ This function returns a Series containing counts of unique values per column
Returns: Dictionary containing all counts of unique values per column Return type: Dictionary
-
getKeptColumns()[source]¶ This function returns the remaining columns of a Pandas dataframe
Returns: Remaining columns of a Pandas dataframe Return type: List
-
getNumKeptColumns()[source]¶ This function returns the number of remaining columns of a Pandas dataframe
Returns: Number of remaining columns Return type: Integer
-