Discussion on Week 3's Topic

What is NumPy and Pandas in python?

What is NumPy and Pandas in python?

by Rifat Bin Rabiul -
Number of replies: 0

NumPy is a library for Python that adds support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

Pandas is a high-level data manipulation tool that is built on the NumPy package.