Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/source/data_readers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ be specified using the options dict parameter.
Possible `options`:

* delimiter - Must be a string, for example `"delimiter": ","`
* data_format - must be a string, possible choices: "dataframe", "records"
* selected_columns - columns being selected from the entire dataset, must be a
* data_format - Must be a string, possible choices: "dataframe", "records"
* selected_columns - Columns being selected from the entire dataset, must be a
list `["column 1", "ssn"]`
* sample_nrows - Reservoir sampling to sample `"n"` rows out of a total of `"M"` rows.
Specified for how many rows to sample, default None.
* header - Define the header, for example

* `"header": 'auto'` for auto detection
Expand Down