data/h3_data_importer/raster_folder_to_h3_table.py
Function insert_to_h3_master_table
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def insert_to_h3_master_table(
Function main
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def main(folder: Path, table: str, data_type: str, dataset: str, year: int, h3_res: int, thread_count: int):
Function to_the_db
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def to_the_db(df: pd.DataFrame, table: str, data_type: str, dataset: str, year: int, h3_res: int):