2026-03-11 progress save

This commit is contained in:
2026-03-11 22:56:17 +09:00
parent f224644b49
commit 009bf59ff0
7 changed files with 304 additions and 3 deletions
@@ -2,7 +2,7 @@ import pandas as pd
import matplotlib.pyplot as plt
import os
csv_file = "results/synthetic_data/raw/20260302_183202.csv"
csv_file = "results/synthetic_data/raw/20260303_083239.csv"
save_folder = f"results/synthetic_data/derived/{os.path.splitext(os.path.basename(csv_file))[0]}"
os.makedirs(save_folder, exist_ok=True)