Learn Before
Concept

Disadvantages of Pandas Library

  1. Pandas initially has a mild learning slope, but as you go deeper into the library, the learning slope becomes much steeper. The functionality becomes confusing and can cause some problems for beginners.
  2. Pandas can become really tedious with respect to syntax. The syntax of Pandas is different than Python which can cause confusion.
  3. One of the biggest drawbacks of Pandas it is not suited to work well with a 3D matrix. It is only good for a 2D matrix.
  4. The Pandas documentation is not the most helpful which can make it hard to learn.

0

1

Updated 2021-03-03

Tags

Data Science