We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e098bd2 commit 4582837Copy full SHA for 4582837
pipeline/preprocess.py
@@ -224,7 +224,7 @@ def check_addresses_complete(df: pd.DataFrame) -> pd.DataFrame:
224
225
incomplete_records = df.loc[~df["address_complete"]]
226
227
- incomplete_path = Path("output/artifacts/incomplete_addresses.csv")
+ incomplete_path = Path("output/incomplete_addresses.csv")
228
incomplete_records.to_csv(incomplete_path, index=False)
229
LOG.info("Incomplete address records written to %s", incomplete_path)
230
0 commit comments