Kevin H

Results 1 issues of Kevin H

In pandas 1.5, the parameter `line_terminator` of the `to_csv` function was renamed to `lineterminator` (see [here](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_csv.html)). This seems to break bcpy as the following error message shows: ``` File "...\bcpy\data_objects.py",...