Introducing G2.ai, the future of software buying.Try now
Progress Telerik
Sponsored
Progress Telerik
Visit Website
Product Avatar Image
pandas python

By pandas python

Re-claim Profile

Re-claim your company’s G2 profile

This profile hasn’t been active for over a year.
If you work at pandas python, you can re-claim it to keep your company’s information up to date and make the most of your G2 presence.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Re-claim
4.6 out of 5 stars

How would you rate your experience with pandas python?

Progress Telerik
Sponsored
Progress Telerik
Visit Website
Altuğ T.
AT
Electrical Engineer
Mid-Market (51-1000 emp.)
"Creating scripts is getting easier"
pandas python

pandas python Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Perceived Cost

$$$$$

pandas python Integrations

(1)
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 (95)

View 2 Video Reviews
Reviews

pandas python Reviews (95)

View 2 Video Reviews
4.6
96 reviews

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Sergio P.
SP
Analytical Consultant
Enterprise (> 1000 emp.)
"Intuitive and Powerful Data Manipulation for Every Analyst"
What do you like best about pandas python?

What I like best about pandas is how intuitive and powerful it makes data manipulation. Its DataFrame structure feels natural to work with, almost like handling an Excel sheet but with the full flexibility of Python. Operations that would take dozens of lines in raw Python—such as cleaning datasets, merging tables, filtering, grouping, or calculating statistics—can be done in just one or two lines with pandas.

I also appreciate how well pandas integrates with the entire Python data ecosystem, especially NumPy, Matplotlib, and scikit-learn. This seamless workflow makes pandas an essential tool for any data science or analytical project. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

One of my main frustrations with pandas is that it tends to become slow and consume a lot of memory when handling very large datasets, as it loads all the data into RAM. Certain operations, such as complex groupby tasks or applying custom Python functions, can be significantly slower than what you might experience with optimized databases or distributed systems. The learning curve can also be quite steep for newcomers, given the wide range of methods, various indexing options, and the distinctions between Series and DataFrames. On top of that, debugging chained operations is sometimes tricky, and getting pandas to work efficiently with data sources like SQL databases or cloud storage often requires additional configuration. Review collected by and hosted on G2.com.

Luca P.
LP
✅ CTO - Growth Marketer full stack #MarTech | ⚡️ SaaS Advisor
Marketing and Advertising
Small-Business (50 or fewer emp.)
"Data Analysis Powerhouse for Python"
What do you like best about pandas python?

Pandas is a mature, open-source Python library for data manipulation and analysis. Its core components, `DataFrame` and `Series`, provide robust abstractions for handling structured, labeled data.

Here’s what stands out from a developer’s perspective:

✅ Expressive Data Structures

• `DataFrame`: Two-dimensional, size-mutable, heterogeneous tabular data structure with labeled axes (rows and columns).

• `Series`: One-dimensional labeled array, capable of holding any data type.

✅ Comprehensive I/O Support

• Native functions for reading/writing CSV, Excel, SQL, JSON, Parquet, HDF5, and more. Methods like `read_csv()`, `to_excel()`, and `read_sql()` streamline integration with external data sources.

✅ Efficient Data Manipulation

• Powerful indexing, slicing, and subsetting using intuitive label-based or integer-based selectors.

• Vectorized operations built on top of NumPy enable fast, memory-efficient computations on large datasets.

• Built-in support for handling missing data (`NaN`, `NA`, `NaT`) without breaking workflows.

✅ Advanced Grouping and Aggregation

• Flexible `groupby` operations for split-apply-combine workflows, supporting complex aggregations and transformations.

✅ Time Series and Categorical Data

• Specialized types and methods for time series (e.g., `Timestamp`, `Period`, resampling) and categorical data, improving both performance and memory usage.

✅ Interoperability

• Seamless integration with the broader Python data stack: NumPy for numerical operations, Matplotlib and Seaborn for visualization, and scikit-learn for machine learning pipelines.

✅ Reshape, Merge, and Pivot

• Functions like `pivot_table`, `melt`, `merge`, and `concat` enable flexible data reshaping and joining.

✅ Extensive Documentation and Community

• Large, active community and extensive documentation, with a wealth of tutorials and examples for most use cases. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Pandas is optimized for in-memory operations and single-threaded execution. Handling very large datasets (that don’t fit in RAM) or leveraging multi-core CPUs requires external tools or libraries (e.g., Dask, cuDF). Review collected by and hosted on G2.com.

Chiradeep B.
CB
Senior Software Engineer
Enterprise (> 1000 emp.)
"Python for data analysis using Pandas"
What do you like best about pandas python?

Created visualization and reports using extensive python libraries, Pandas, Numpy, Matplotlib. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Nothing as such, everything at par my expectation. Review collected by and hosted on G2.com.

Shaik Aleem Ur R.
SR
Silicon Engineer 2
Enterprise (> 1000 emp.)
"Reviewing Panda python as user and integration"
What do you like best about pandas python?

Usability and Graphical representation of various data sets Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Nothing much to dislike about, It's still developing hoping to mature enough to be the best Review collected by and hosted on G2.com.

ROSHAN S.
RS
Small-Business (50 or fewer emp.)
"Excellent Python Library for Data Manipulation"
What do you like best about pandas python?

It is easy to understand. It is perfect for small-sized data manipulation. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

It tends to be slower as the size of the data increases. Review collected by and hosted on G2.com.

Kush R.
KR
Data Scientist
Enterprise (> 1000 emp.)
"Good data processing library"
What do you like best about pandas python?

It has multiple functions for dataset processing Review collected by and hosted on G2.com.

What do you dislike about pandas python?

Syntax keeps changing with updates, so that causes some confusion sometimes Review collected by and hosted on G2.com.

NA
Software product analyst
Information Technology and Services
Mid-Market (51-1000 emp.)
"Pandas python: data processing"
What do you like best about pandas python?

Pandas python is very powerful library in python,Pandas has incredible features like data analysis for file's like CSV file , Excel file, json file, dollar file, .text file etc it will convert all file types into dataframe and you can do easily operation on this dataframe. Review collected by and hosted on G2.com.

What do you dislike about pandas python?

I'm using pandas since 1 year and no dislike about pandas because it is very powerful library.but i want to say pandas only visualise the data into dataframe if we want to visualise the data then we need to use another library for this,but rather than pandas is very great Library Review collected by and hosted on G2.com.

Verified User in Hospital & Health Care
UH
Enterprise (> 1000 emp.)
"Python Pandas"
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
Enterprise (> 1000 emp.)
"Pandas Python"
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
Senior Data Analyst
Mid-Market (51-1000 emp.)
"Cleaning made easy with Pandas"
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.

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
View Alternatives