step1 and main updated
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import pandas as pd
|
||||
import chardet
|
||||
import csv
|
||||
|
||||
|
||||
# prüft aktuelles Format mittels chardet Lib
|
||||
@@ -38,3 +37,4 @@ def create_dataframe_system(path):
|
||||
return pd.read_csv(path, encoding='utf')
|
||||
except pd.errors.ParserError as e:
|
||||
print(f"Fehler beim Einlesen der CSV")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user