|
@@ -8,7 +8,7 @@ import json
|
|
|
from functions import generate_hourly_strings
|
|
|
|
|
|
target_string_list = generate_hourly_strings(
|
|
|
- start_date="2024032000", end_date="2024032023"
|
|
|
+ start_date="2024031900", end_date="2024031923"
|
|
|
)
|
|
|
path = "temp_data/data"
|
|
|
L = []
|
|
@@ -20,5 +20,5 @@ for file in target_string_list:
|
|
|
for obj in data:
|
|
|
L.append(obj)
|
|
|
|
|
|
-with open("prid_data/train_0320.json", "w", encoding="utf-8") as f:
|
|
|
+with open("prid_data/train_0319.json", "w", encoding="utf-8") as f:
|
|
|
f.write(json.dumps(L, ensure_ascii=False))
|