pandas python Reviews (99)

View 2 Video Reviews
Reviews

pandas python Reviews (99)

View 2 Video Reviews
4.6
99 reviews

What do users say?

Generated using AI from real user reviews
Users consistently praise the ease of use and powerful data manipulation capabilities of pandas, highlighting its intuitive DataFrame structure that simplifies complex tasks. Many appreciate how it allows for quick data analysis and integration with other Python libraries, although some note that it can struggle with large datasets, leading to performance issues.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Verified User in Hospital & Health Care
UH
Verified User in Hospital & Health Care
Enterprise (> 1000 emp.)
"Python Pandas"
5/5
What do you like best about pandas python?

- Ease of use

- Ease of Implementation

- Ease of Integration

- Versatility

- Updated library Review collected by and hosted on G2.com.

What do you dislike about pandas python?

There is no dislikes that I can think of. Review collected by and hosted on G2.com.

BANDA M.
BM
BANDA M.
Enterprise (> 1000 emp.)
"Pandas Python"
5/5
What do you like best about pandas python?

DataFrames in Pandas are useful to handle and analyse data very efficiently. Also pandas provides built-in methods to filter and sort data, handle missing data. Pandas allows/supports reading data from excel, CSV fil e etc which is another advantage. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Pandas has few weak areas. When large datasets are provided as inputs, Pandas encounter performance issues as interacting over large DataFrames and performing operations on them is time consuming. Review collected by and hosted on G2.com.

Aakash T.
AT
Aakash T.
Senior Data Analyst
Mid-Market (51-1000 emp.)
"Cleaning made easy with Pandas"
5/5
What do you like best about pandas python?

Pandas in Python have the ability to handle and manipulate large datasets with ease. It provides a rich set of functions and methods that make data cleaning, transformation, and analysis efficient and intuitive. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Pandas work slowly for very large datasets, pandas data frames are mutable which means that can be changed anytime, this can be advantageous but can be confusing or wont work well if not handled properly Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Verified User in Computer Software
Enterprise (> 1000 emp.)
"Powerful library for data analysis"
4.5/5
What do you like best about pandas python?

Pandas is widely used for data manipulation and data analysis. We can read datasets files such as CSV, Excel and process those files. Panda has tabular data structures like dataframes, series. It has more functions for manipulation of data. Empty records are handled properly. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Pandas consume more memory when working with larger datasets. That's why there are performance limitations. It is dependent on external libraries. Support and performance should be improved. Review collected by and hosted on G2.com.

PREM R.
PR
PREM R.
Data Scientist
Mid-Market (51-1000 emp.)
"Structure your data with pandas"
5/5
What do you like best about pandas python?

Pandas can structure our data with a variety of extensions like pandas support html, xlsx,CSV extension etc. with pandas, we can also manipulate our data and analyze them Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Pandas has to work on their support center because some of problems are not solved in any other tools, like pandas os error Review collected by and hosted on G2.com.

Verified User in Consulting
CC
Verified User in Consulting
Mid-Market (51-1000 emp.)
"Pandas a product not at full potential"
1.5/5
What do you like best about pandas python?

-very flexyble

-a lot of support (community, chat, tutorial, courses,...)

-a great community at support to develop the library

-huge amount of projects, companies and people using it Review collected by and hosted on G2.com.

What do you dislike about pandas python?

-very complex syntax, unnecessary

-very slow, great lack of performances

-great issues when using dataframes that does not fit in memory

-new versions does not guarantee that code developed with previous versions will work properly Review collected by and hosted on G2.com.

RS
Ruchi S.
Enterprise (> 1000 emp.)
"Pandas Python for data wrangling"
4.5/5
What do you like best about pandas python?

Pandas provide a user-friendly tool for filtering, reshaping, modifying, and transforming your data; you can add, delete, and create rows and columns, just like in Excel, and it supports different data types. It requires less coding. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Pandas memiliki kurva pembelajaran yang sangat curam dan menjadi sangat kompleks. Saat Anda maju dan mendalami, hal-hal menjadi lebih sulit untuk memahami bagaimana perpustakaan ini bekerja, dan juga dokumentasi yang buruk. Review collected by and hosted on G2.com.

Erik C.
EC
Erik C.
Innovation Engineer
Industrial Automation
Mid-Market (51-1000 emp.)
"Pandas the ally with data in python"
5/5
What do you like best about pandas python?

The best thing about pandas is the compatibility with data sets that you can manipulate as excel files, csv, json, you can also handle lists or sqlalchemy dataframes, it is very important this part of the data with pandas if you want to send to call them elsewhere for example a web page. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

ult schemas, it is difficult to understand them because if you convert for example a sqlalchemy dataframe that already has a defined schema pandas completely ignores it and puts everything in one, you must define it yourself and that is a tedious task but not impossible. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Verified User in Computer Software
Small-Business (50 or fewer emp.)
"Pandas is a LifeSaver"
5/5
What do you like best about pandas python?

I find pandas best of best for data processing and analytics. With so many functions and methods, pandas allows to process and analyse data as per our needs. My favorite part is to use groupby with lambda function to get some detail analysis. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Its hard to dislike pandas when you use it in every one of your project and data work. But still pandas do not support parallel processing as much as pyspark does. That is one down-side but still it is more than beneficial. Review collected by and hosted on G2.com.

Nathan P.
NP
Nathan P.
Machine Learning Engineer
Small-Business (50 or fewer emp.)
"Pandas is an excellent library to work with data"
4.5/5
What do you like best about pandas python?

Pandas is a great way to work with tabular data. I really appreciate the C++ implementations which allow for performant manipulation of data in python. There are also excellent ways to visualize the data. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

I find some of the indexing semantics very confusing. The ways of using .loc, [colname] are redundant and give warnings in some implementations. I wish this was more straightforward Review collected by and hosted on G2.com.