You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The where= clause will only accept BoolArray as the first argument. However, it should also be able to accept dataframes that contain vector names similar to that of the calling dataframe and make the assignment only where there's a true against an index. Something like a 'mask' dataframe.
This issue is complimentary to #209 .
The
where=
clause will only accept BoolArray as the first argument. However, it should also be able to accept dataframes that contain vector names similar to that of the calling dataframe and make the assignment only where there's atrue
against an index. Something like a 'mask' dataframe.For example, consider this dataframe:
The following syntax:
...should yield the following dataframe:
The text was updated successfully, but these errors were encountered: