Skip to content

Commit

Permalink
add .gitkeep to keep data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeAdachi committed Feb 24, 2022
1 parent dc915e3 commit fa52a14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/feast_whylogs_example/feast_whylogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\")"
]
},
{
Expand Down
Empty file.

0 comments on commit fa52a14

Please sign in to comment.