Using the latest build downstream led to a test job running unsuccessfully because of pandas 2.0, which has a lot of breaking changes: https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#backwards-incompatible-api-changes -- the main one here is the line_terminator one, which previously had a deprecation warning and will now give an error if one tries to upload a table:
Error : TypeError: NDFrame.to_csv() got an unexpected keyword argument 'line_terminator'
Using the latest build downstream led to a test job running unsuccessfully because of pandas 2.0, which has a lot of breaking changes: https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#backwards-incompatible-api-changes -- the main one here is the
line_terminator
one, which previously had a deprecation warning and will now give an error if one tries to upload a table:Error : TypeError: NDFrame.to_csv() got an unexpected keyword argument 'line_terminator'