Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

explain_-qi_full.rst_ 878 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. .. _-qi_full:
  2. **-qi**\ [~]\ *rows*\ [**+c**\ *col*][**+a**\|\ **f**\|\ **s**]
  3. Select specific data rows to be read during input [all].
  4. Give individual rows (or row ranges in the format *start*\ [:*inc*]:*stop*, where
  5. *inc* defaults to 1 if not specified) separated by commas [Default reads all rows,
  6. starting with the first row (0)]. By default (**+a**) we count rows in the data set;
  7. append **+f** or **+s** to reset the count at the start of each file or segment.
  8. Alternatively, use **+c**\ *col* to indicate that the arguments instead
  9. are min/max *data limits* for the values in column *col*.
  10. **Note**: Because data limits may contain colons or be negative, your must specify *start*/*stop* instead.
  11. To read from a given row until the end of the data, leave off *stop*.
  12. To reverse the tests, prepend ~ before giving your first range.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...