Computer Science, asked by ishaagrawal3549, 10 months ago

Explain any one method to perform calculation in a table .

Answers

Answered by vanshijindal1999
0

Answer:Tables are convenient containers for column-oriented data. The variables in a table can have different data types, but must have the same number of rows. You can access table data by row, by variable, or by variable name. And you can specify groups within table variables, to perform calculations on those groups. Today I will show several different ways to apply functions to groups in tables.

Explanation:

1.Create Table

2.Perform Calculation on Each Numeric Variable

3.Perform Calculation on Groups in Numeric Variables

4.Multiple Variables as Input Arguments to Function

5.Use Groups in Multiple Calculations and Tabulate Results

6.Perform Calculations on Tall Table

7.Turning the Tables on Yo

Similar questions