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
2
Q
What are the advantages of using numpy?
A
- efficient
- in memory
3
Q
What is Numpy primarily used for?
A
Image processing
Signal processing
Linear Algebra
4
Q
What are pandas?
A
Pandas is a rich relational data tool built on top of NumPy
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