bzhaoopenstack commented on PR #37235: URL: https://github.com/apache/spark/pull/37235#issuecomment-1193726845
> @bzhaoopenstack > > > I didn't find any usecase about MultiIndex putmask > > does pandas support `MultiIndex putmask` >>> From the release doc and API doc, yeah, it claims that MultiIndex supports putmask(doesn't support where), but no any sample. So it's hard to verify the functionality for me, as I never call multiIndex.putmask with pandas successfully. > > > the behaviors between pandas and numpy are different too. > > do you mean the `MultiIndex`? >>> Yeah, from my exploration, the numpy.putmask behavior is different with pandas MultiIndex.putmask. As those can success in numpy, but fail in pandas. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
