From 8234893c54983313d90f4197a624191e060a8379 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 4 Dec 2025 11:09:24 +0100 Subject: [PATCH] fixed previous commit --- dataset_creation/create_eye_feature_table.py | 1 + dataset_creation/create_parquet_files.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 dataset_creation/create_eye_feature_table.py diff --git a/dataset_creation/create_eye_feature_table.py b/dataset_creation/create_eye_feature_table.py new file mode 100644 index 0000000..386860a --- /dev/null +++ b/dataset_creation/create_eye_feature_table.py @@ -0,0 +1 @@ +import pandas as pd \ No newline at end of file diff --git a/dataset_creation/create_parquet_files.py b/dataset_creation/create_parquet_files.py index b9804c2..1a2fb7f 100644 --- a/dataset_creation/create_parquet_files.py +++ b/dataset_creation/create_parquet_files.py @@ -1,4 +1,4 @@ -+# pip install pyocclient +# pip install pyocclient import yaml import owncloud import pandas as pd