Skip to content
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

DataFrame vs Series vs Index arithmetic Roundup #18824

Closed
56 of 59 tasks
jbrockmendel opened this issue Dec 18, 2017 · 3 comments
Closed
56 of 59 tasks

DataFrame vs Series vs Index arithmetic Roundup #18824

jbrockmendel opened this issue Dec 18, 2017 · 3 comments
Labels
Datetime Datetime data dtype Master Tracker High level tracker for similar issues Numeric Operations Arithmetic, Comparison, and Logical operations Timedelta Timedelta data type

Comments

@jbrockmendel
Copy link
Member

jbrockmendel commented Dec 18, 2017

Categorical:

Series-specific:

DataFrame

Bool/Bitwise Methods:

Unsorted:

TimedeltaIndex vs Series[timedelta64]

DatetimeIndex vs Series[datetime64]

Timedelta (strictly speaking out of scope)

@nmusolino
Copy link
Contributor

I was asked to comment here about issue #20088.

Issue #20088 is closest in spirit to #8554, in the sense that both bugs involve arithmetic operations (subtraction and division, respectively) for dataframes containing timedelta values.

That said, the bugs are somewhat distinct... paraphrasing, #8554 is roughly this: DataFrame[date] - date should give timedeltas, whereas #20088 is roughly this: DataFrame[timedelta64] / timedelta64 should give float.

I suggest you re-open #20088 and add it to the list of "DataFrame" issues above.

@jreback
Copy link
Contributor

jreback commented Mar 13, 2018

none of the issues here need to be reopened this is a master tracking issue and they are referenced

@TomAugspurger TomAugspurger removed the Master Tracker High level tracker for similar issues label Jul 6, 2018
@TomAugspurger TomAugspurger removed this from the High Level Issue Tracking milestone Jul 6, 2018
@jbrockmendel jbrockmendel changed the title Series vs Index arithmetic Roundup DataFrame vs Series vs Index arithmetic Roundup Jul 25, 2018
@jbrockmendel jbrockmendel added the Numeric Operations Arithmetic, Comparison, and Logical operations label Oct 16, 2019
@mroeschke mroeschke added the Master Tracker High level tracker for similar issues label Apr 1, 2020
@mroeschke mroeschke removed the Compat pandas objects compatability with Numpy or Python functions label Apr 10, 2020
@jbrockmendel
Copy link
Member Author

Down to 3 checkboxes, none of which are actionable. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Master Tracker High level tracker for similar issues Numeric Operations Arithmetic, Comparison, and Logical operations Timedelta Timedelta data type
Projects
None yet
Development

No branches or pull requests

6 participants