now_2023.utils.characteristics_table
- now_2023.utils.characteristics_table(df: DataFrame, merged_df: DataFrame) DataFrame[source]
Creates a DataFrame that summarizes the characteristics of the DataFrame df.
- Parameters:
df (pd.DataFrame) – The input dataframe on which to compute statistics.
merged_df (pd.DataFrame) –
- Returns:
population_df – The dataframe representing the characteristic table.
- Return type:
pd.DataFrame