SaM Data Update

This commit is contained in:
Patrick
2024-02-13 11:27:00 +01:00
parent 6aa7b0880b
commit 6b70b3eb1c
16 changed files with 1312 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ def check_export_file(path):
result = chardet.detect(file.read())
detected_encoding = result['encoding']
print(detected_encoding)
# Try: Datei in pandas einlesen
try: