Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.str.get.html
Documentation problem
The fact that Series.str.get
also works with Non-Numerical dict
types isn't clear in the documentation.
Suggested fix for documentation
Parameters should be int
or str
and an example using a dictionary should be added.