Skip to content

DOC: remove outdated doc closes #31487 #36797

New issue

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

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

jbrockmendel
Copy link
Member

@@ -663,31 +663,6 @@ row-wise. For example:

df - df.iloc[0]

In the special case of working with time series data, if the DataFrame index
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather than delete this, would it be appropriate to keep the example but use df.sub(df['A'], axis=0) to show an example of column-wise arithmetic. or is this covered elsewhere?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line just below this points the <basics.binop> docs which i think do this pretty well

@simonjayhawkins simonjayhawkins added this to the 1.2 milestone Oct 2, 2020
@jreback jreback merged commit 810d8cd into pandas-dev:master Oct 2, 2020
@jreback
Copy link
Contributor

jreback commented Oct 2, 2020

yeah this is ok to remove

@jbrockmendel jbrockmendel deleted the docfix branch October 2, 2020 23:00
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maybe wrong default axis with operators (add, sub, mul, div) between datetime-indexed df and series 1.0.0
3 participants