Pandas 3.0.0 appears to break SBDF data import functionality in Spotfire Python. When importing SBDF data, column attributes are no longer populated in the resulting DataFrame.
Steps to Reproduce
- Run Python and import SBDF data:
import sbdf
df = sbdf.import_data()
df[col].attrs returns an empty dictionary {} for all columns.
There may be additional breaking changes impacting Spotfire Python compatibility with pandas 3.0.0.