File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
metaflow/tutorials/02-statistics Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,16 @@ later examples to improve our playlist generator. You can optionally use the
6
6
Metaflow client to eyeball the results in a Notebook, and make some simple
7
7
plots using the Matplotlib library.**
8
8
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
+
9
12
#### Showcasing:
10
13
- Fan-out over a set of parameters using Metaflow foreach.
11
14
- Using external packages like Pandas.
12
15
- Plotting results in a Notebook.
13
16
14
17
#### Before playing this episode:
15
- 1 . ``` python -m pip install pandas ```
18
+ 1 . ``` python -m pip install pandas==0.24.2 ```
16
19
2 . ``` python -m pip install notebook ```
17
20
3 . ``` python -m pip install matplotlib ```
18
21
You can’t perform that action at this time.
0 commit comments