mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 15:01:16 -07:00
parent
f5f7a254af
commit
2b35a8937a
2 changed files with 9 additions and 13 deletions
|
@ -1,3 +1,4 @@
|
|||
from typing import Tuple
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
|
@ -27,7 +28,7 @@ class ScoreM(Score):
|
|||
column_from_decennial_census: str,
|
||||
combined_column_name: str,
|
||||
threshold_cutoff_for_island_areas: float,
|
||||
) -> (pd.DataFrame, str):
|
||||
) -> Tuple[pd.DataFrame, str]:
|
||||
"""Steps to set thresholds for island areas.
|
||||
|
||||
This function is fairly logically complicated. It takes the following steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue