mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-04 03:34:18 -07:00
parent
dcda155c95
commit
481a2a05f7
15 changed files with 271 additions and 942 deletions
|
@ -238,6 +238,7 @@ class CensusACSETL(ExtractTransformLoad):
|
|||
|
||||
self.df: pd.DataFrame
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
def _merge_geojson(
|
||||
self,
|
||||
df: pd.DataFrame,
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
from typing import List, NamedTuple
|
||||
import pandas as pd
|
||||
import geopandas as gpd
|
||||
import numpy as np
|
||||
|
||||
from data_pipeline.utils import get_module_logger
|
||||
|
||||
# pylint: disable=unsubscriptable-object
|
||||
|
||||
logger = get_module_logger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue