pnsaevik / effluent

MIT License
2 stars 1 forks source link

Use os-dependent line terminator in csv files #30

Closed pnsaevik closed 1 year ago

pnsaevik commented 1 year ago

Background: The lineterminator argument to to_csv is not backwards-compatible. By removing it, we generate csv files with os-dependent line terminator character, which is probably a good idea anyway.