🚚 Renames parsed.txt to dataset.txt
This commit is contained in:
parent
ef07162c05
commit
37fcd935a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user