Skip to content

Commit 690b202

Browse files
swflintpsybers
authored andcommitted
Fix "most queries want to convert to CSV" weirdness
1 parent d71619e commit 690b202

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: docs/research/add-query.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ If for some reason you don't want the Boa job to be marked public, you can set
6060
the `public` key to `false`. By default, all submitted jobs will be marked
6161
public after submission.
6262

63-
A query can also indicate if it should be converted to CSV format. Most
64-
queries probably want to convert to CSV, so you can easily load the data into
65-
Pandas for analysis. This is indicated by adding a `csv` key. The value is
66-
either a string listing the output path for the CSV file (stored in
67-
`data/csv/`, with the prefix omitted here) or an object listing the
68-
`output` path and some optional parameters:
63+
A query can also indicate if it should be converted to CSV format. The output
64+
of most queries will probably need to be converted to CSV, so you can easily
65+
load the data into Pandas for analysis. This is indicated by adding a `csv` key.
66+
The value is either a string listing the output path for the CSV file (stored in
67+
`data/csv/`, with the prefix omitted here) or an object listing the `output`
68+
path and some optional parameters:
6969

7070
* `test` (can be repeated)
7171
* Add a `"column,test"` pair, where the given column keeps consuming the row

0 commit comments

Comments
 (0)