Skip to content

Commit 014fc78

Browse files
committed
fix: fix type hint from float to Number
1 parent 5d93c8c commit 014fc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eis_toolkit/exploratory_analyses/descriptive_statistics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _descriptive_statistics(
4444
@beartype
4545
def descriptive_statistics_dataframe(
4646
input_data: Union[pd.DataFrame, gpd.GeoDataFrame], column: str
47-
) -> Dict[str, float]:
47+
) -> Dict[str, Number]:
4848
"""Compute descriptive statistics from vector data.
4949
5050
Computes the following statistics:

0 commit comments

Comments
 (0)