I create a dataframe 2 based on another dataframe 1. When I drop a column on dataframe 2, it also drops column on dataframe 1. This seems wrong but maybe I don't understand what's supposed to happen here.
I expect the two dataframes to be independent of each other after df2 = df1