I am developing new python snippets for visualising and analysing images. The snippets fail because the conversion of the returned dataframes to csv returns an error due to the keyword line_terminator which has changed to lineterminator in pandas 1.5.0.
TypeError: to_csv() got an unexpected keyword argument 'line_terminator'
My versions are
KNIME 5.9.0
Python 3.9.19
Pandas 2.2.3
I am developing new python snippets for visualising and analysing images. The snippets fail because the conversion of the returned dataframes to csv returns an error due to the keyword line_terminator which has changed to lineterminator in pandas 1.5.0.
TypeError: to_csv() got an unexpected keyword argument 'line_terminator'
My versions are
KNIME 5.9.0
Python 3.9.19
Pandas 2.2.3