numpy is a classic tool for array and matrix management but pandas has data structure management capabilities with similarities of R syntax. Shall I start with numby or pandas? Any suggestion will be appropriated.
Hi Rahul - the answer depends on your goal. But bear in mind that pandas is built on the capabilities of numpy. If you would like to learn data wrangling, then go and start with pandas - you'll get into numpy automatically.