We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d93c8c commit 014fc78Copy full SHA for 014fc78
eis_toolkit/exploratory_analyses/descriptive_statistics.py
@@ -44,7 +44,7 @@ def _descriptive_statistics(
44
@beartype
45
def descriptive_statistics_dataframe(
46
input_data: Union[pd.DataFrame, gpd.GeoDataFrame], column: str
47
-) -> Dict[str, float]:
+) -> Dict[str, Number]:
48
"""Compute descriptive statistics from vector data.
49
50
Computes the following statistics:
0 commit comments