Skip to content

Commit

Permalink
DVC for cleaned data
Browse files Browse the repository at this point in the history
  • Loading branch information
manvith1604 committed Jun 7, 2024
1 parent b7380a7 commit c82f48a
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/processed_data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added data/processed_data/filtered_data.xlsx
Binary file not shown.
5 changes: 5 additions & 0 deletions data/processed_data/filtered_data.xlsx.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: 9192a7625bfba4d0057ad48c48e4dd45
size: 1306033
hash: md5
path: filtered_data.xlsx
Empty file added data/raw_data/.gitignore
Empty file.
29 changes: 29 additions & 0 deletions data/raw_data/countries_to_drop.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Country
Andorra
Antigua and Barbuda
Aruba
Ecuador
Iraq
Kiribati
Kosovo
Macao SAR
Marshall Islands
Micronesia
Nauru
Palau
Papua New Guinea
Puerto Rico
Qatar
Republic of Congo
San Marino
Somalia
South Sudan
St. Kitts and Nevis
St. Lucia
St. Vincent and the Grenadines
Timor-Leste
Tuvalu
Uruguay
Venezuela
West Bank and Gaza
Zimbabwe
5 changes: 5 additions & 0 deletions data/raw_data/countries_to_drop.csv.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: 36b16aeb184ec2880c9e0910ed7e8b5d
size: 361
hash: md5
path: countries_to_drop.csv
1 change: 0 additions & 1 deletion tests/test_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_transform_data():

# Remove the output files after the test
os.remove(output_excel_path)
os.remove(transformed_pickle_path)

def test_melt_dataframe():
"""
Expand Down

0 comments on commit c82f48a

Please sign in to comment.