chore(repo): Rename data loading module
This commit is contained in:
parent
de5bc68836
commit
4dd8e13d6b
4 changed files with 5 additions and 5 deletions
|
|
@ -2,9 +2,9 @@ import io
|
|||
from pathlib import Path
|
||||
import sys
|
||||
try:
|
||||
import src.load_yaml as yaml # for quarto document scripts
|
||||
import src.yaml as yaml # for quarto document scripts
|
||||
except ModuleNotFoundError:
|
||||
import load_yaml as yaml # for directly running the package
|
||||
import yaml as yaml # for directly running the package
|
||||
from pandas import DataFrame, read_csv
|
||||
|
||||
DEFAULT_YAML_PATH = Path("02-data/processed")
|
||||
Loading…
Add table
Add a link
Reference in a new issue