Closed anton-perez closed 3 years ago
On line 25, instead of looping through the keys of dict_data, you can just use self.df.columns to get the column order.
thanks, i changed it
On line 25, instead of looping through the keys of dict_data, you can just use self.df.columns to get the column order.