pandas python

By pandas python

Unclaimed Profile

Claim pandas python profile for Free

Your G2 page is often the first place buyers evaluate you. Take control of how your brand shows up.

WHAT YOU UNLOCK

Control your profile

Update logo, screenshots, pricing info

Engage with customers

Respond to reviews, build trust with prospects

See buyer activity

Track who’s viewing, understand engagement

Collect reviews

Create landing page and collect reviews

Sellers who actively manage their G2 profile build more trust and convert more buyers

4.6 out of 5 stars

How would you rate your experience with pandas python?

Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

pandas python Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Perceived Cost

$$$$$

pandas python Integrations

(4)
Integration information sourced from real user reviews.
Product Avatar Image

Have you used pandas python before?

Answer a few questions to help the pandas python community

pandas python Reviews (97)

View 2 Video Reviews
Reviews

pandas python Reviews (97)

View 2 Video Reviews
4.6
97 reviews

Review Summary

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.
AR
Profesor titular
Enterprise (> 1000 emp.)
"The most used library for managing table like data in python"
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.)
"Excellent and essential framework for data analyst and scientist"
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.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Pandas for data pre-processing"
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.)
"The best data manipulation tool"
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.

Pablo S.
PS
Data Science Fellow
Small-Business (50 or fewer emp.)
"Manipulating data with pandas"
What do you like best about pandas python?

Pandas makes it easy to manipulate data in data frames. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Sometimes the options and features available can be limited. Review collected by and hosted on G2.com.

Diwakar B.
DB
Software Engineer
Mid-Market (51-1000 emp.)
"Best ever library for reading the CSV and sheets."
What do you like best about pandas python?

The features of this library to handle the data if fabulous and with easy function read and write the data and also searching is also good in the data frame converted by panda. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

The speed of all operations is a bit slower and with millions o data reading this took lots of time but with the Modin package, we can increase the operational speeds by 3 times. Review collected by and hosted on G2.com.

Neeraj J.
NJ
DevOps Engineer
Small-Business (50 or fewer emp.)
"Best Python library for data analysis"
What do you like best about pandas python?

The best thing i like about Pandas is how fast and easily it handles huge set of Data in and organize it according to our need. also coding in panda is very fast, I can do a lot of work in very little time. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

there is not much to dislike about pandas except it has a very complex syntax. and it is a little difficult to learn for beginners. Review collected by and hosted on G2.com.

Vaibhav C.
VC
Data Scientist
Enterprise (> 1000 emp.)
"One stop shop for data analysis"
What do you like best about pandas python?

Ready optimized implementations for basic statistical calculations like central tendancy measures and quantiles. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Though the library is excellent, it is still not optimized enough to be used on big data. Review collected by and hosted on G2.com.

Joao V.
JV
trainee RPA
Small-Business (50 or fewer emp.)
"pandas review"
What do you like best about pandas python?

the way that pandas work with datas, and organize them Review collected by and hosted on G2.com.

What do you dislike about pandas python?

I dislike the way that you need put on python script Review collected by and hosted on G2.com.

Verified User in Commercial Real Estate
UC
Enterprise (> 1000 emp.)
"Standard scientific computing package"
What do you like best about pandas python?

It makes it easy to work with large datasets. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

The pandas package is a different ecosystem from vanilla Python. It takes some investment to learn and make full use of it. Review collected by and hosted on G2.com.

Questions about pandas python? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

GU
Guest User
Last activity 10 months ago

What is your experience with pandas for data analysis, and what features do you find most useful?

Verified User
G2
Verified User

What does pandas python do?

Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

pandas python Comparisons
Product Avatar Image
python xlrd
Compare Now
Product Avatar Image
UiPath Agentic Automation
Compare Now
Product Avatar Image
Flutter
Compare Now
pandas python Features
Language Contingency
Component Library
Unlocked Components
Framework Integration
Repository Management
Support
Product Avatar Image
pandas python