🚚 Renames parsed.txt to dataset.txt

This commit is contained in:
Daniel Svitan 2025-05-03 18:03:22 +02:00
parent ef07162c05
commit 37fcd935a7
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def map_counties(arr: List[str]) -> List[int]:
raw_data = []
with open("parsed.txt") as stream:
with open("dataset.txt") as stream:
for line in stream.readlines():
if not line:
continue