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
@Ethan-DeBandi99 or @pierce314159 FYI that this is still an issue within the DataFrame Demo notebook, under the "Drop Functionality" section. Modifying df.drop('userName')
to df.drop('userName', axis=1)
fixed it for me
PR #1177 in the
arkouda
repo updates the functionality ofak.DataFrame.drop()
to include the ability to drop columns.The DataFrame Demo notebooks should be updated to reflect these changes once PR #1177 is merged.
Link to PR for convience:
Bears-R-Us/arkouda#1177
The text was updated successfully, but these errors were encountered: