lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

Filter newlines from column names. #137

Closed jonathanbranam closed 3 years ago

jonathanbranam commented 3 years ago

The CSV cache breaks if there are newlines in the column names. This simply filters the newlines out of the column names which really don't need to be there.