v2.3.2
📦 pandasView on GitHub →
✨ 1 features🐛 1 fixes
Summary
Pandas 2.3.2 is released, focusing on improvements and fixes for the preview future string data type ahead of pandas 3.0.
Migration Steps
- Upgrade pandas using pip: "python3 -m pip install --upgrade pandas"
- Upgrade pandas using conda-forge: "conda install pandas --channel conda-forge"
✨ New Features
- Improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0).
🐛 Bug Fixes
- Fixes related to the future string data type.