Task 1
Task 1 : Data Science library
Numpy:
NumPy is a Python library. NumPy is used for working with arrays. NumPy is short for "Numerical Python".
Pandas:
Pandas is a Python library. It has functions for analyzing, cleaning, exploring, and manipulating data. Pandas can clean messy data sets, and make them readable and relevant.
What you have to do
You have to create an in Numpy and perform basic operations on the array using Numpy. such as reshaping, indexing, slicing, and iterating.
In pandas You have to download any dataset from Kaggle. and import the dataset and perform cleaning functions on the dataset.