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/reference/api/pandas.get_dummies.html
Documentation problem
The get_dummies
docs do not mention that
- the name of the output dummies depends on whether a
Series
orDataFrame
is passed as input - non-encoded columns are prepended to the result
Suggested fix for documentation
I am pushing a PR in few minutes