vocalpy / crowsetta

A tool to work with any format for annotating vocalizations
https://crowsetta.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

add CsvWriter class #101

Closed NickleDave closed 2 years ago

NickleDave commented 2 years ago

that basically uses pandas as in #63

Along with #99 this would make it possible to save any format to a flat .csv

NickleDave commented 2 years ago

I think the right way to do this is with a to_csv method on each format class as described in #105

not sure we need to add a separate class