v2.3.3
📦 pandasView on GitHub →
✨ 1 features🐛 1 fixes
Summary
Pandas 2.3.3 is released, focusing on improvements and fixes for the future string data type preview feature. Users are recommended to upgrade to this version.
Migration Steps
- Upgrade pandas using pip: "python3 -m pip install --upgrade pandas"
- Or install via 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.