Introducing G2.ai, the future of software buying.Try now
pandas python
Save to My Lists
Unclaimed
Unclaimed

pandas python Pros and Cons: Top Advantages and Disadvantages

Quick AI Summary Based on G2 Reviews

Generated from real user reviews

Users appreciate the multiple functions for dataset processing in pandas, enhancing their data management capabilities. (1 mentions)
Users praise the design quality of pandas, highlighting its excellent usability and graphical representation for data sets. (1 mentions)
Users find pandas Python to be easy to understand, especially for manipulating small-sized data effortlessly. (1 mentions)
Users find the ease of use of pandas Python invaluable for efficient data manipulation and analysis. (1 mentions)
Users value the easy integrations of pandas, which streamline their data processing workflows effectively. (1 mentions)
Users experience performance issues with pandas as it slows down significantly with larger datasets. (1 mentions)
Users experience understanding difficulty due to changing syntax across updates, leading to confusion in usage. (1 mentions)

Top Rated pandas python Alternatives

Flutter
(65)
4.6 out of 5

93 pandas python Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
93 pandas python Reviews
4.6 out of 5
93 pandas python Reviews
4.6 out of 5

pandas python Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Verified User in Banking
UB
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about pandas python?

The superiority comes in the way of using pandas - user-friendly.

It provides an ample amount of flexibility to the user to use it the way he/she wants to.

The support is strong and huge. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

When it comes to disliking, it is confusing at the beginning.

A beginner requires guidance when he wants to start using pandas.

There are ample amount of resources which itself makes it confusing.

However, one can easily learn by investing time and getting hands dirty (coding). Review collected by and hosted on G2.com.

Jai Chand P.
JP
Postdoctoral Research Associate
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about pandas python?

Pandas framework gives a variety of options to import data with a very simple function. Pandas have various small functions with minimal modifications that can be used to manipulate the data. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Pandas should have some good visualization tools included. Like in the seaborn package, pandas library van also be upgraded and may include the options for colorful plots and other diagrams Review collected by and hosted on G2.com.

AMIT J.
AJ
Data Scientist L3
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about pandas python?

To read CSV or excel files, I generally use pandas library in python every time. Also, I sometimes prefer it for visualazation. Once I read csv file in python, So with the help of pandas dataframe, performing a statistical analysis is very easy, lots of built-in functions available to use. A single line of program can help you. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

as It is easy to use, almost all functions are helpful. Review collected by and hosted on G2.com.

Verified User in Hospital & Health Care
UH
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about pandas python?

There is a method for everything and an even efficient way to do what you already do in python! this is not just adding functionality but improving the functionality that you already have Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Nothing! I really love Pandas, I use it every day since a year now, and everything is so easy since then, and my code has improved so much in efficency that how could I dislike pandas? Review collected by and hosted on G2.com.

Mahesh S.
MS
Senior Embedded Firmware Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about pandas python?

I like the numpy and ipython integration most, which is very useful for any application. I like the PANDA packages, which are helpful for multiple data processing and machine learning applications. Julia and scipy also I like it. Data frame is essential for data manipulation and easy to link with SQL. It gives the same output in fewer lines of code compared to C++ and C Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Students can not use it efficiently because the switch to panda from standard python is very tuff. Less effective documentation leads hard to understand library features compare to other packages. Not essential for IoT-based embedded applications. Review collected by and hosted on G2.com.

Chandresh M.
CM
System Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about pandas python?

My most favorite thing about Pandas that how they can easily represent your data. By using only two lines of code, you can import your data. One more thing is it easily handles heavy data. It also provides a data visualization function that helps me to visualize my data. It offers a large number of functions to do data manipulations. For me, it is the best library for tabular data. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

One thing I wouldn't say I like is that some functions in pandas come with very complex syntax. I cannot remember it. So, sometimes I have to check the documentation of Pandas to use it. Review collected by and hosted on G2.com.

AR
Profesor titular
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about pandas python?

Pandas is the most common library in python when you have to deal with table like data. This makes of pandas a library with a lot of help available around the web. I like the way of importing data to pandas from text format, spreadsheets, csv, tsv, etc.

I also like the way to select rows and columns and to operate with them. Although it is a little bit confusing at the beginning, once you get used to the way to manage data with pandas DataFrames, it is quite easy to play with data. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

If you are not careful managing data with pandas, the internal structures of pandas can use a high amount of memory. This is because pandas uses, by default, the object type, which requires a lot of memory. To solve this issue, you have to convert numeric types to int types. Then, you can reduce space by more than 50%. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about pandas python?

At the heart of the Pandas library is the data frame, which makes using the Pandas framework interoperable from a skills-building standpoint. Not only will learning the methods in Pandas be valuable within Python, but you can quickly transfer your knowledge of the framework to R or even Spark (for big data applications). Further, the framework itself implemented in Python is beneficial for data analysis, providing numerous helper functions on the data frame object, that include aggregation methods, standard statistical calculation methods, and handy join/merge, and subsetting functionality that all data analysts will likely use. On top of that, it is built on top of Numpy for easy transference between those types for more heavy-duty/actual work or even pushing it up to a higher level of abstraction for more data-viz/communications/analysis work. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

There's not much to dislike, except perhaps memory and some run-time constraints. By adding a lot of 'extra' structure on top of the NumPy array, the data frame isn't the most efficient data type, but what you get is worth the extra resources needed to run it, though maybe not at extreme scale (several dozen gigs or more than a couple million rows depending on how many columns of data is included in your frame). Review collected by and hosted on G2.com.

GS
Data Scientist
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about pandas python?

The best thing about pandas library in python is, it provides vast functionality to manipulate the data in all the angle. It processes the CSV files with great speed. it provide the facility to process all kind of data, either from file, json file, from databases etc. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

What I not like about pandas is on the large dataset, it occupies a lot of memory, and because of that, it hangs the system due to full memory error. Review collected by and hosted on G2.com.

deniz y.
DY
Business Intelligence Manager
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about pandas python?

An excellent python module that can be used for data analysis. It can be easily manipulated by converting the data into a table structure very easily. It is installed with matplotlib. It supports many different file types. Excel, CSV, Pickle.. It is very ideal for processing rows and columns, expanding data, data sorting, filtering, label-based classification, data cleaning. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

I can't find the letter "i" by filtering after reducing the "i" character with lower. So I fix my data first and then load it into the data frame. Review collected by and hosted on G2.com.