Is numpy a must for pandas?

by: mnalevanko, 8 years ago


Is mastering numpy inevitable for mastering pandas? In other words, would you say one can learn pandas without mastering numpy?



You must be logged in to post. Please login or register an account.



No. You should know some of the bare minimums, but you can get by not knowing anything about numpy, honestly. Numpy IS a package requirement for Pandas in terms of modules, but you don't need to work directly with Numpy much.

-Harrison 8 years ago

You must be logged in to post. Please login or register an account.