diff --git a/examples/feast_whylogs_example/feast_whylogs.ipynb b/examples/feast_whylogs_example/feast_whylogs.ipynb index 427482f953..bcf8151b61 100644 --- a/examples/feast_whylogs_example/feast_whylogs.ipynb +++ b/examples/feast_whylogs_example/feast_whylogs.ipynb @@ -170,13 +170,12 @@ ], "source": [ "import pandas as pd\n", - "import os\n", "path = f\"https://whylabs-public.s3.us-west-2.amazonaws.com/whylogs_examples/feast_integration/driver_stats.parquet\"\n", "print(f\"Loading data from {path}\")\n", "driver_stats = pd.read_parquet(path)\n", "print(f\"Saving file source locally\")\n", "\n", - "driver_stats.to_parquet(os.path.join(os.getcwd(),\"data/driver_stats.parquet\"))" + "driver_stats.to_parquet(\"data/driver_stats.parquet\")" ] }, { diff --git a/examples/feast_whylogs_example/feature_repo/data/.gitkeep b/examples/feast_whylogs_example/feature_repo/data/.gitkeep new file mode 100644 index 0000000000..e69de29bb2