cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Pandas 2.x availability

turagittech
New Contributor

Hi All,

I am wondering if Pandas 2.x will be available soon or is it an available option to install.

I have a small job I built to manipulate some strings from  a database table when technically did the job, but doesn't scale with older versions of pandas.Several million rows are in the dataframe.

I hadn't touched it for a while and came back to it thinking Pandas 2.x would be available, but looking at release notes it only shows 1.5.3

 

Thanks for any help

Peter

1 REPLY 1

Kaniz_Fatma
Community Manager
Community Manager

Hi @turagittechThe latest version of pandas mentioned is 1.5.3.

Suppose you are looking to improve the scalability of your panda operations. In that case, you might consider using Koalas, which provides a pandas-like API on top of PySpark DataFrames, allowing for more scalable processes.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group