We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0e333 commit cd49c16Copy full SHA for cd49c16
1 file changed
_episodes/05-merging-data.md
@@ -254,7 +254,7 @@ merged_inner
254
255
**OUTPUT:**
256
257
-```
+~~~
258
record_id month day year plot_id species_id sex hindfoot_length \
259
0 1 7 16 1977 2 NL M 32
260
1 2 7 16 1977 3 NL M 33
@@ -274,7 +274,8 @@ merged_inner
274
5 NaN Dipodomys merriami Rodent
275
6 NaN Dipodomys merriami Rodent
276
7 NaN Peromyscus eremicus Rodent
277
278
+>> {: .output}
279
280
The result of an inner join of `survey_sub` and `species_sub` is a new DataFrame
281
that contains the combined set of columns from `survey_sub` and `species_sub`. It
0 commit comments