Implement Series.reindex.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.reindex.html
@ueshin Can you explain a little bit about the issue?
This is same as https://github.com/databricks/koalas/issues/882#issuecomment-538287853
Is anyone working on this, or could I start a PR?
Please go ahead!
@manesioz hi, Are you planning to work on this??
hi @ktksq I was planning on it but I have been busy lately with other things, please feel free to make a PR instead, sorry about that!
Hi @ktksq are you working on this ?
Seems not. @raghavansandhya, if you're interested in, please go ahead!
Hi @raghavansandhya are you working on this?
No I am working on the other group by unique issue as of now.. Please go ahead and start
Hi @venkateshdatta1993 are you still working on this?
Hey @tahervali
No I'm working on another. Please go ahead and pick up.
Thanks.
@tahervali are you working on it :P?
Hey, I'd like to work on this.
@hvardhan20 Please go ahead, thanks!
@hvardhan20 馃樅 馃憤
Hi, I may need this functionnality for #1007 so I started working on this.
While testing, I saw that assertPandasEqual compares pandas series using (left == right).all(), which fails to compare two identical series containing NaNs. Is this intended ? I noticed pandas dataframes are compared using equals().
Sure, please go ahead!
For the testing, that's a good point. Let me try to change it to use equals().
Could you use almost=True for a while?
Just saw the edit, almost=True is fine, thanks !
Most helpful comment
Sure, please go ahead!
For the testing, that's a good point. Let me try to change it to use
equals().Could you use
almost=Truefor a while?