Skip to content

Commit cf873d9

Browse files
committed
add note that explains why there is only a few holidays
1 parent 849fc5c commit cf873d9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

04_dataframe.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,9 @@
493493
"source": [
494494
"### 6.) What holiday has the worst average departure delay?\n",
495495
"\n",
496-
"*Hint*: use [`df.merge`](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html) to bring holiday information."
496+
"*Hint*: use [`df.merge`](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html) to bring holiday information.\n",
497+
"\n",
498+
"*Note*: If you have prepared the dataset with `--small` argument or set the `DASK_TUTORIAL_SMALL` environment variable to `True`, you might see only a couple of holidays. This is because the small dataset contains a limited number of rows."
497499
]
498500
},
499501
{

0 commit comments

Comments
 (0)