diff options
| author | Wesley Haakman <25249425+whaakman@users.noreply.github.com> | 2024-03-18 17:00:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 18:00:26 +0200 |
| commit | 0251ffc903efff22b965503ed2db92d5404d5529 (patch) | |
| tree | 5b7c3a85ce81bf7b6ac7e51bd64cdfbf476bddb9 /README.md | |
| parent | 4fe49d139de02a61c2ad979c3da8c6241e78fdc2 (diff) | |
CSV Exporter (#227)
* CSV Exporter
* CSV Exporter
* updated readme
---------
Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -285,6 +285,7 @@ Currently KRR ships with a few formatters to represent the scan data: - `json` - `yaml` - `pprint` - data representation from python's pprint library +- `csv_export` - export data to a csv file in the current directory To run a strategy with a selected formatter, add a `-f` flag: |
