In - memory data Processing ( NumPy ), Data Manipulation and Transformation Flashcards

1
Q

What is NumPy?

A

A Python C extension library for array-oriented computing

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

What are the advantages of using numpy?

A
  • efficient

- in memory

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

What is Numpy primarily used for?

A

Image processing
Signal processing
Linear Algebra

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

What are pandas?

A

Pandas is a rich relational data tool built on top of NumPy

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

What are the advantages of pandas?

A

excellence performance
easy to use
A foundation for data analysis in python
commonly used in the financial industry

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