Upgrade to Pandas 2.2.2
The Pandas version pre-installed in the Colab runtime has been upgraded to 2.2.2. The 2.2.x series was released in Jan 2024 and version 2.2.2 brings in several features, bug fixes, optimizations, and deprecations (docs).
Of note, Pandas 2.2.2 is compatible with a forthcoming upgrade to numpy 2.0. We're also now pre-installing the optional bottleneck package, a collection of fast numpy array functions, which Pandas can use, if present, to support accelerating certain types of operations.
The upgrade to Pandas 2.2.2 keeps the version pre-installed in Colab up-to-date with the current scientific computing ecosystem with plans for future upgrades.
Upgrade to Pandas 2.2.2
The Pandas version pre-installed in the Colab runtime has been upgraded to 2.2.2. The 2.2.x series was released in Jan 2024 and version 2.2.2 brings in several features, bug fixes, optimizations, and deprecations (docs).
Of note, Pandas 2.2.2 is compatible with a forthcoming upgrade to
numpy2.0. We're also now pre-installing the optionalbottleneckpackage, a collection of fastnumpyarray functions, which Pandas can use, if present, to support accelerating certain types of operations.The upgrade to Pandas 2.2.2 keeps the version pre-installed in Colab up-to-date with the current scientific computing ecosystem with plans for future upgrades.