alan-turing-institute / pixelflow

BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Adding functionality to PixelflowResult to output a .csv file #11

Closed IFenton closed 1 year ago

IFenton commented 1 year ago

Addressing issue #7, by adding the ability to output a .csv file by just calling .to_csv on the output of the pixelflow function, rather than having to call .features.to_csv.

This function is based on the pandas to_csv function, so should behave in the same way (including taking in the same arguments such as header and index).