With the change to handling for different pandas splits, applying column names can result in breaking incoming dataframes when provided with a dictionary representation, as the key order isn't guaranteed to be consistent. A 'values' orient is likely the only one which could benefit from the parameter.
With the change to handling for different pandas splits, applying column names can result in breaking incoming dataframes when provided with a dictionary representation, as the key order isn't guaranteed to be consistent. A 'values' orient is likely the only one which could benefit from the parameter.