The .to_csv function is extremely complicated and full of artifacts from SOAP API times. We could instead: - export the sqlite tables to csv, just as they are - merge `_extended` and `_eeg` using pandas, which should roughly recreate the current behaviour
The .to_csv function is extremely complicated and full of artifacts from SOAP API times. We could instead:
_extendedand_eegusing pandas, which should roughly recreate the current behaviour