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
In both the uncommented and the commented case there is no salary column in the transformed dataframe. I would have expected that unmentioned columns are not touched, especially since the drop_cols option exists.
Is this just me having arbitrary expectations or is there something strange going on?
The text was updated successfully, but these errors were encountered:
In the following lines the resulting prints do not change if the line
drop_cols=["salary"]
is commented out:In both the uncommented and the commented case there is no salary column in the transformed dataframe. I would have expected that unmentioned columns are not touched, especially since the drop_cols option exists.
Is this just me having arbitrary expectations or is there something strange going on?
The text was updated successfully, but these errors were encountered: