Standard Deviation#

Description:

Returns the standard deviation for the select column.

Function:

Standard_Dev(table = string, col = string, new_col = string)

Parameters:

  • Table: Table name on which to perform function

  • Column: Column to perform Standard Deviation

  • New Column Name: Name for new column

Example:

Standard_Dev(table = Budget, col = "Actual", new_col = "Stand Dev")
Before#

Date

Geo

Business

Plan

Actual

8/1/2024

Asia-Pacific

Energy

800

750

7/1/2024

Middle East & A

Healthcare

1200

900

5/1/2024

Latin America

Manufacturing

900

1050

9/1/2024

Asia-Pacific

Technology

1500

1300

11/1/2024

Latin America

Energy

2000

1800

After#

Date

Geo

Business

Plan

Actual | Stand Dev

8/1/2024

Asia-Pacific

Energy

800

750

382

7/1/2024

Middle East & A

Healthcare

1200

900

382

5/1/2024

Latin America

Manufacturing

900

900

382

9/1/2024

Asia-Pacific

Technology

1500

1300

382

11/1/2024

Latin America

Energy

2000

1800

382