Skip to content

Commit 804b339

Browse files
committed
Remove reference to soon to be deprecated append() method.
1 parent bede291 commit 804b339

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

notebooks/2-data_wrangling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3220,7 +3220,7 @@
32203220
"tags": []
32213221
},
32223222
"source": [
3223-
"*Tip: There are many parameters for this method, so be sure to check out the [documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html). To append rows, take a look at `append()` and `pd.concat()`.*"
3223+
"*Tip: There are many parameters for this method, so be sure to check out the [documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html). To append rows, take a look at the `pd.concat()` function.*"
32243224
]
32253225
},
32263226
{

slides/2-data_wrangling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3759,7 +3759,7 @@
37593759
"tags": []
37603760
},
37613761
"source": [
3762-
"*Tip: There are many parameters for this method, so be sure to check out the [documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html). To append rows, take a look at `append()` and `pd.concat()`.*"
3762+
"*Tip: There are many parameters for this method, so be sure to check out the [documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html). To append rows, take a look at the `pd.concat()` function.*"
37633763
]
37643764
},
37653765
{

slides/html/2-data_wrangling.slides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18439,7 +18439,7 @@ <h3 id="Merging">Merging<a class="anchor-link" href="#Merging">&#182;</a></h3><p
1843918439
</div>
1844018440
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
1844118441
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
18442-
<p><em>Tip: There are many parameters for this method, so be sure to check out the <a href="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html">documentation</a>. To append rows, take a look at <code>append()</code> and <code>pd.concat()</code>.</em></p>
18442+
<p><em>Tip: There are many parameters for this method, so be sure to check out the <a href="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html">documentation</a>. To append rows, take a look at the <code>pd.concat()</code> function.</em></p>
1844318443

1844418444
</div>
1844518445
</div>

slides/html/workshop.slides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21910,7 +21910,7 @@ <h3 id="Merging">Merging<a class="anchor-link" href="#Merging">&#182;</a></h3><p
2191021910
</div>
2191121911
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
2191221912
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
21913-
<p><em>Tip: There are many parameters for this method, so be sure to check out the <a href="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html">documentation</a>. To append rows, take a look at <code>append()</code> and <code>pd.concat()</code>.</em></p>
21913+
<p><em>Tip: There are many parameters for this method, so be sure to check out the <a href="https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html">documentation</a>. To append rows, take a look at the <code>pd.concat()</code> function.</em></p>
2191421914

2191521915
</div>
2191621916
</div>

0 commit comments

Comments
 (0)