prose.Observation.to_csv#

Observation.to_csv(destination, sep=' ', old=True)#

Export a typical csv of the observation’s data

Parameters:
  • destination (str) – Path of the csv file to save

  • sep (str, optional) – separation string within csv, by default “ “