diff --git a/eis_toolkit/exploratory_analyses/descriptive_statistics.py b/eis_toolkit/exploratory_analyses/descriptive_statistics.py index 9830d91b..e6db1283 100644 --- a/eis_toolkit/exploratory_analyses/descriptive_statistics.py +++ b/eis_toolkit/exploratory_analyses/descriptive_statistics.py @@ -44,7 +44,7 @@ def _descriptive_statistics( @beartype def descriptive_statistics_dataframe( input_data: Union[pd.DataFrame, gpd.GeoDataFrame], column: str -) -> Dict[str, float]: +) -> Dict[str, Number]: """Compute descriptive statistics from vector data. Computes the following statistics: