+ 1
[Pandas or Numpy] ? Easy?
It seems that I have noticed that working with pandas in data science is easier than numpy.If not give me the reasons why I should learn both pandas and numpy. I want to learn more.
7 Answers
+ 5
Isaac Duah [Active!] Pandas library uses some concepts of numpy...
If you search for data science with python course... You will see that numpy's concepts are used in pandas also.... That is why numpy is taught before moving onto pandas
Numpy is for only data analytics
And pandas is for both data analytics and visualisation(in the form of a table)....
+ 4
Pandas is built on top of numpy and borrows heavily from it, especially regarding matrix (arrays) transformations. It really pays off to know both.
+ 2
Kuba SiekierzyÅski thanks for your advice boss
+ 2
šš¢š¢ššØ šš”šš²šš„ I really like your recommendations