Data Analytics Flashcards

1
Q

List

A

Ordered, mutable collection of elements, supporting mixed data types

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

Array (NumPy)

A

Similar to list, but all elements must be of the same type

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

2D Array or Matrix (NumPy)

A

two dimensional grid of elements with uniform data types, suitable for mathematical operations

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

DataFrame (Pandas)

A

2 dimensional, size-mutable, and potentially heterogeneous tabular data structure with labeled axes, allowing different data types for each column.

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