Download this file
1 2 3 4 5 6
from pathlib import Path DATA_DIR = Path.cwd() / "data" SAMPLE_DATA_PATH = DATA_DIR / "sample_data.xlsx" SEED = 1234