Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcc-git authored Mar 14, 2024
1 parent 268324c commit 43003aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Slides/p5/d2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords: [""]

## The `.str` functions in pandas

> - `.str.strip`: [Strip white space](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.strip.html)
> - `.str.strip`: [Strip white space and border characters](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.strip.html)
> - `.str.replace`: [replace one string of characters with another.](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.replace.html)
> - `.str.split`: [Separate a character string into two values.](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.split.html)
> - `.str.join`: [Join two lists together](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.join.html#pandas.Series.str.join)
Expand Down

0 comments on commit 43003aa

Please sign in to comment.