Skip to content

Instantly share code, notes, and snippets.

@christinebuckler
Created May 16, 2023 19:21
Show Gist options
  • Save christinebuckler/b302ea16e49a9fd785c5e50dae469d8f to your computer and use it in GitHub Desktop.
Save christinebuckler/b302ea16e49a9fd785c5e50dae469d8f to your computer and use it in GitHub Desktop.
# standard imports
import os
import logging
import time
import yaml
# third party imports
import pandas as pd
import dask.dataframe as dd
from dask.distributed import Client, LocalCluster
from cerebro.tracking.model_tracker import ModelTracker
# local imports
# os.sys.path.append('../..')
os.sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
from src.helpers.teradata_helper import TeradataConn
from src.helpers.s3_helper import S3connector
from src.code.selloff_rate import SelloffRate
from config.variables import TABLE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment