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_-icols_full.rst_ 1.1 KB

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
14
15
16
  1. .. _-icols_full:
  2. **-i**\ *cols*\ [**+l**][**+s**\ *scale*][**+o**\ *offset*][,\ *...*][,\ **t**\ [*word*]]
  3. Select specific data columns for primary input, in arbitrary order. Columns
  4. not listed will be skipped. Give individual columns (or column ranges
  5. in the format *start*\ [:*inc*]:*stop*, where *inc* defaults to 1 if
  6. not specified) separated by commas [Default reads all columns in order,
  7. starting with the first column (0)]. Columns may be repeated. To each
  8. column, optionally add any of the following: **+l** takes **log10** of
  9. the input values first; **+s**\ *scale*, subsequently multiplies by a
  10. given scale factor [1]; **+o**\ *offset*, finally adds a given offset [0].
  11. To read from a given column until the end of the record, leave off *stop*.
  12. Normally, any trailing text is read but when **-i** is used you must explicitly add
  13. the column **t** to retain the text. To only ingest a single word from the
  14. trailing text, append the word number (first word is 0). Finally, **-in**
  15. will simply read the numerical input and skip any trailing text.
Tip!

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

Comments

Loading...