Skip to content

Commit 7434d1f

Browse files
authored
Merge pull request #297 from Netflix/pandas-comment
Add a comment to a tutorial regarding Pandas versions
2 parents 06b02c0 + fce654c commit 7434d1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

metaflow/tutorials/02-statistics/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ later examples to improve our playlist generator. You can optionally use the
66
Metaflow client to eyeball the results in a Notebook, and make some simple
77
plots using the Matplotlib library.**
88

9+
Please note that Episode 04, a follow-on to this episode, requires Pandas version 0.24.2.
10+
Please make sure that you install or upgrade/downgrade to Pandas 0.24.2.
11+
912
#### Showcasing:
1013
- Fan-out over a set of parameters using Metaflow foreach.
1114
- Using external packages like Pandas.
1215
- Plotting results in a Notebook.
1316

1417
#### Before playing this episode:
15-
1. ```python -m pip install pandas```
18+
1. ```python -m pip install pandas==0.24.2```
1619
2. ```python -m pip install notebook```
1720
3. ```python -m pip install matplotlib```
1821

0 commit comments

Comments
 (0)