Variable description in tabular form for arrays
Answers
Answered by
0
Answer:
table arrays store column-oriented or tabular data, such as columns from a text file or spreadsheet. Tables store each piece of column-oriented data in a variable. Table variables can have different data types and sizes as long as all variables have the same number of rows. Table variables have names, just as the fields of a structure have names. Use the summary function to get information about a table.
To index into a table, use smooth parentheses () to return a subtable or curly braces {} to extract the contents. You can access variables and rows using names. For more information on indexing using numbers and names, see Access Data in Tables.
I hope it might help you. Mark it as brainliest answer and please follow me
Similar questions