This commit is contained in:
2025-08-15 08:08:11 +02:00
parent 9601c5e44d
commit 7b652d6999
17 changed files with 28 additions and 60 deletions
+1
View File
@@ -6,6 +6,7 @@ from core.utils.data_loader import OPTIMIZED_DTYPES
from interface.log_reader import LogReader
@st.cache_data
def load_dataset(file_path: str) -> pd.DataFrame:
try:
return pd.read_csv(file_path, dtype=OPTIMIZED_DTYPES)