Data

pandas 0.23 released

1 min read

From its previous major release v0.22, the contributors of pandas release the next major version 0.23.0 with numerous new features, enhancements, lists of API changes and deprecations. This release adds pivotal support in performing custom types operations and extended support to arguments and conversion tasks.The upgraded version also power ups with performance improvements along with a large number of bug fixes.

New feature highlights v0.23:

  • Round-trippable JSON format with ‘table’ orient.
  • Instantiation from dicts respects order for Python 3.6+.
  • Dependent column arguments for assign.
  • Merging/sorting on a combination of columns and index levels.
  • Extending Pandas with custom types.
  • Excluding unobserved categories from groupby.
  • Changes to make output shape of DataFrame.apply consistent.

Bug Fixes:

  • Resolved bugs related to categorical operations like merge, index constructor, factorize.
  • Bugs in numeric operations like Series constructor, Index multiplication, DataFrame flex arithmetic fixed.
  • Other bugs related to Strings, indexing, Timezones, TimeDelta are also fixed in this version.

Python’s pandas package provides developers with fast, flexible, and expressive data structures making it easy and intuitive to work with “relational” and “labeled” data.

With its continuation release of feature-packed versions, pandas could soon become the most powerful and flexible open source data analysis and manipulation tool for your data science project.

To know more about the API changes, deprecations and performance improvements, please read release documentation on Github.

Read Next

“Pandas is an effective tool to explore and analyze data”: An interview with Theodore Petrou

Working with pandas DataFrames

Up and Running with pandas

Pravin Dhandre

Category Manager and tech enthusiast. Previously worked on global market research and lead generation assignments. Keeps a constant eye on Artificial Intelligence.

Share
Published by
Pravin Dhandre

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago