Skip to content

Commit cd49c16

Browse files
committed
Episode 05: fix python code blocks
1 parent ff0e333 commit cd49c16

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_episodes/05-merging-data.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ merged_inner
254254

255255
**OUTPUT:**
256256

257-
```
257+
~~~
258258
record_id month day year plot_id species_id sex hindfoot_length \
259259
0 1 7 16 1977 2 NL M 32
260260
1 2 7 16 1977 3 NL M 33
@@ -274,7 +274,8 @@ merged_inner
274274
5 NaN Dipodomys merriami Rodent
275275
6 NaN Dipodomys merriami Rodent
276276
7 NaN Peromyscus eremicus Rodent
277-
```
277+
~~~
278+
>> {: .output}
278279
279280
The result of an inner join of `survey_sub` and `species_sub` is a new DataFrame
280281
that contains the combined set of columns from `survey_sub` and `species_sub`. It

0 commit comments

Comments
 (0)