xtensor icon indicating copy to clipboard operation
xtensor copied to clipboard

`sep` and `head` arguments in the

Open simone-romiti opened this issue 3 years ago • 0 comments

I've added 2 functionalities to the dump_csv() function. The user can now specify the separator and header as std::string.

Example output with sep="@" and `head="x@y":

x@y
[email protected]
[email protected]
[email protected]

simone-romiti avatar Oct 12 '22 16:10 simone-romiti