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
TypeError Traceback (most recent call last)
in ()
1
2 # Drop the columns# Drop
----> 3 data = data.drop(columns = list(missing_columns))
4
5 # For older versions of pandas (pandas-dev/pandas#19078)
TypeError: drop() got an unexpected keyword argument 'columns'
The text was updated successfully, but these errors were encountered:
TypeError Traceback (most recent call last)
in ()
1
2 # Drop the columns# Drop
----> 3 data = data.drop(columns = list(missing_columns))
4
5 # For older versions of pandas (pandas-dev/pandas#19078)
TypeError: drop() got an unexpected keyword argument 'columns'
The text was updated successfully, but these errors were encountered: