fedoo.DataSet.to_csv

DataSet.to_csv(filename: str, save_mesh: bool = False) None

Write data in a csv file. This method require the installation of pandas library and is available only if 1 type of data (node, element, gausspoint) is defined.

Parameters:
  • filename (str) – Name of the file including the path.

  • save_mesh (bool (default = False)) – If True, the mesh is also saved in a vtk file using the same filename with a ‘.vtk’ extention.