Browse Source

Edit to doc

Petra Lamborn 5 years ago
parent
commit
f108ad597f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -143,7 +143,7 @@ Aggregates data from `../data/test1k.pkl` by cluster information in `../data/tes
143 143
 Helper function to transform a pickle into a csv file, for easier importing into e.g. Excel.
144 144
 
145 145
 * `-i PATH`: The path for the python "pickle" file which contains the dataset.
146
-* `-o PATH`: The path for the csv file to store the dataset in.
146
+* `-o PATH`: The path for the csv file to store the dataset in; if omitted prints to `stdout`.
147 147
 * `-r`: Include row names/index labels in csv. This may be essential for proper exporting of some datasets
148 148
 * `-v`: Output extra information, including dimensions of dataset.
149 149