Python
Pandas
Basic Stats
Data Viz
Datatypes I
100
This character must be at the end of the first line when defining a function

What is a colon (:)?

100

The method to display summary statistics of ALL features

What is .describe(include = 'all')?

100

Calculated by taking the sum of all numbers in a list and dividing by the number of elements

What is the mean?

100

Plot used to illustrate change over time

What is a line chart?

100

Data that can be counted or measured

What is quantitative or numerical data?

200

These characters allow us to check if two values are equivalent

What is ==?

200

Method to return a view of the dataframe without repeated observations

What is .drop_duplicates()?

200

Value retrieved by sorting all numbers and selecting the number in the middle

What is the median?

200

A plot showing the frequency of a quantitative variable

What is a histogram?

200

Numeric data that has a finite number of possible values

What is discrete data?

300
A function stored within a class

What is a method?

300

Function to combine data on a column or index

What is pd.merge() ?

300

Measures of central tendency and variability

What is descriptive statistics?

300

When a histogram has a tail to the right

What is positive skew?

300

Numeric data with an infinite number of values

What is continuous data?

400

An object stored within a class

What is an attribute?

400

Property to retrieve an entry by index

What is .iloc[]?

400

The square root of variance

What is the standard deviation?

400

A chart used to plot correlation between two or more variables

What is a scatterplot?

400

Numeric data with rank

What is ordinal data?

500

The order in which a computer executes statements

What is control flow?
500
A way to retrieve a subset of a dataframe

What is boolean masking?

500

Deduction of some population characteristic from a sample

What is inferential statistics?

500

Three characteristics every plot should have

Any of:
- Title
- Axis labels
- Appropriate scale/resolution
- Legend
- Accessible coloring (only used for signification)
- Easily interpretable

etc.

500

Rounding error that sometimes affects non-integer numerics

What is floating point error?

M
e
n
u