Skip to content

Commit

Permalink
Fixed wrong 2020 csv file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgadhiya10 committed Nov 27, 2024
1 parent cbf8448 commit d34cdf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/raw.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
outs:
- md5: f08af5bba486092e8c1ce82375a2e247.dir
size: 447063881
- md5: b5b44ce605c7cd43d7e94d2778d8d34a.dir
size: 447063610
nfiles: 410
path: raw
hash: md5
4 changes: 2 additions & 2 deletions datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,11 @@ def load_labels(self) -> pd.DataFrame:
raw_folder = raw_dir / "Uganda_North_2020"
df1 = pd.read_csv(
raw_folder
/ "ceo-UNHCR-North-Uganda-Feb-2019---Feb-2020-(Set-1)-sample-data-2024-10-01.csv"
/ "ceo-UNHCR-North-Uganda-Feb-2020---Feb-2021-(Set-1)-sample-data-2024-11-27.csv"
)
df2 = pd.read_csv(
raw_folder
/ "ceo-UNHCR-North-Uganda-Feb-2019---Feb-2020-(Set-2)-sample-data-2024-10-01.csv"
/ "ceo-UNHCR-North-Uganda-Feb-2020---Feb-2021-(Set-2)-sample-data-2024-11-27.csv"
)
df = pd.concat([df1, df2])

Expand Down

0 comments on commit d34cdf2

Please sign in to comment.