xgbfir icon indicating copy to clipboard operation
xgbfir copied to clipboard

Output CSV file

Open AbdealiLoKo opened this issue 9 years ago • 2 comments

It would be nice to also have an option to output the data into a csv file directly. Excel is nice for double-click and viewing, but not to incorporate it into a workflow.

AbdealiLoKo avatar Oct 27 '16 05:10 AbdealiLoKo

you can load the xlsx file using pandas and then make your magic.

unnir avatar May 12 '17 12:05 unnir

Is csv export required for command-line usage? After code refactoring I plan to add numpy array getter, so one could use data without saving to file. Maybe this would be enough.

limexp avatar Aug 08 '17 22:08 limexp