Last answered:

09 Nov 2022

Posted on:

14 May 2020

0

Resolved: Which Course has Pandas and Numpy content?

I have taken 365DS subscription in April. I am unable to find the content for Numpy and Pandas. Please guide.

Thanks

5 answers ( 2 marked as helpful)
Instructor
Posted on:

14 May 2020

0
Hi Aravindan! Thanks for reaching out. We are currently developing a Module that will contain material on NumPy and pandas.  Hope this helps.
Best,
Martin
Posted on:

01 Nov 2021

0

what is the difference between preprocessing using numpy vs pandas?

Instructor
Posted on:

21 Nov 2021

0

Hi Mohammad!

Thanks for reaching out.

The key here is to differentiate between data cleaning and preprocessing.
Data cleaning is about turning your raw data set into a format that you can later use for calculations and predictions (think of programming tools such as converting the initial data type of a certain column into a more suitable one).
Preprocessing relates to statistics - that is, applying analytical techniques that will convert your data into a state that can improve the further analysis of the data.
We can use pandas and/or NumPy for both stages. Often it happens that we use more pandas for the data cleaning part and NumPy for preprocessing, but this may not always be the case. It depends on the given circumstances and mostly the raw data that we have at hand.

Hope this helps.
Best,
Martin

Posted on:

09 Nov 2022

0

thanks

Posted on:

09 Nov 2022

0

they are both different and unique in their own ways

Submit an answer