Skip to content

Pandas 3.0.0 breaks SBDF attribute handling in Spotfire Python #96

Description

@vrane-tibco

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()

  • Check column attributes:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions