pandas 3.0.0
⚠️ Breaking Changes
- Removed previously-deprecated functionality — upgrade to 2.3 first and resolve all warnings before upgrading
- Datetime-like data now has new default resolution inference behavior
- Python 3.10 and below no longer supported (requires 3.11+)
Features
- String dtype is now the default for string columns (no more
objectdtype by default) - Copy-on-Writ...