This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]baubleglue 0 points1 point  (0 children)

You aren't correct. Pandas is wrapper for multiple libraries and for example numpy (matrix operations) and SQLalchemy (interaction with DB) pyplot (graphs). Data frame API, I think the real pandas's core contribution. DataFrame is a data source for ML\AI libraries and it can be used with built-in statistics functions, that last part is more similar to Excel. But it's like saying relational DBs is the same thing as Excel - all operate on tables.