bensonby / mpfi

Model Point File Inspector and Processor
MIT License
4 stars 2 forks source link

Should use lineterminator instead of line_terminator in to_csv #17

Closed bensonby closed 1 year ago

bensonby commented 1 year ago

Changed in version 1.5.0: Previously was line_terminator, changed for consistency with read_csv and the standard library ‘csv’ module. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_csv.html