xtensor
xtensor copied to clipboard
csv dump not customizable
It's not possible to customize the dumping of an xexpression to a csv file, e.g. specifying a custom delimiter (i.e. not ',') or other parameters. Please look at include/xcsv.hpp: even dump_file() doesn't use the xcsv_config argument, so one is forced to use the default delimiter.