Skip to content

Commit

Permalink
Add temporary fix to orange juice notebook (#2378)
Browse files Browse the repository at this point in the history
* Add temporary fix to orange juice notebook

* Test fix for notebook run

* Revert changes in the workflow file

* Figure out what subscription we are using

* Revert the workflow file
  • Loading branch information
nick863 committed Jun 16, 2023
1 parent b1079a5 commit 55d1eb8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@
" time_series_id_column_names, group_keys=False\n",
" )\n",
" df_head = df_grouped.apply(lambda dfg: dfg.iloc[:-n])\n",
" df_head.reset_index(inplace=True, drop=True)\n",
" df_tail = df_grouped.apply(lambda dfg: dfg.iloc[-n:])\n",
" df_tail.reset_index(inplace=True, drop=True)\n",
" return df_head, df_tail\n",
"\n",
"\n",
Expand Down

0 comments on commit 55d1eb8

Please sign in to comment.