We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main
https://pandas.pydata.org/docs/reference/api/pandas.get_dummies.html
The get_dummies docs do not mention that
get_dummies
Series
DataFrame
I am pushing a PR in few minutes
The text was updated successfully, but these errors were encountered:
An example:
In [1]: import pandas as pd In [2]: df = pd.DataFrame([list(str(i)) for i in range(800, 803)]) In [3]: pd.get_dummies(df, columns=[1]) Out[3]: 0 2 1_0 0 8 0 1 1 8 1 1 2 8 2 1
Sorry, something went wrong.
DOC: complete documentation for pd.get_dummies (#48466) (#48467)
047c11d
DOC: complete documentation for pd.get_dummies (pandas-dev#48466) (pa…
7305629
…ndas-dev#48467)
Successfully merging a pull request may close this issue.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.get_dummies.html
Documentation problem
The
get_dummies
docs do not mention thatSeries
orDataFrame
is passed as inputSuggested fix for documentation
I am pushing a PR in few minutes
The text was updated successfully, but these errors were encountered: