Data Functions Flashcards

1
Q

What is a data function?

A

A data function is a method of mapping inputs to outputs. It involves specifying what to use as the basis for calculations and where to place the results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Find and replace

A

Search for a specific value or string and replace it with another value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Statistical functions

A

Calculate descriptive statistics, such as averages, counts, and medians

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Text manipulation

A

Piece together parts of text, such as names, addresses, and file paths

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Date and time manipulation

A

Work with date and time, such as with EOMONTH and EDATE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Other Common Functions

A

conditional statements, concatenating and splitting, trimming, changing data types, finding unique values, sorting, and filtering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Descriptive Statistics?

A

Descriptive statistics summarize certain aspects of a data set or a population using numeric calculations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Minimum

A

Ordering a data set from lowest to highest value, the minimum is the smallest value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Maximum

A

Ordering a data set from highest to lowest value. The maximum is the highest amount.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Range

A

The range of a data set is the difference between the minimum and maximum.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Sum

A

The sum is the total of all data values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Count

A

Use the COUNT function to get the number of entries in a number field that is in a range or array of numbers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Mean

A

The mean of a data set is the sum of all of the data divided by the size. The mean is also known as the average.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Median

A

Ordering a data set from lowest to highest value, the median is the numeric value separating the upper half of the ordered sample data from the lower half. ( If n is odd the median is the center value. If n is even the median is the average of the 2 center values. )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Mode

A

The mode is the value or values that occur most frequently in the data set. A data set can have more than one mode, and it can also have no mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Standard Deviation

A

Standard deviation is a statistic that measures how spread out a set of data is from its mean. It’s calculated as the square root of the variance.

17
Q

Midrange

A

The midrange of a data set is the average of the minimum and maximum values.

18
Q

Outliers

A

In statistics, an outlier is a data point that is far removed from the average value of a group of statistics.

19
Q

Frequency

A

Frequency is the number of occurrences for each data value in the data set. Frequency is used to find the mode of a data set.