logai icon indicating copy to clipboard operation
logai copied to clipboard

Fix/pandas loc indexing

Open pavank-v opened this issue 1 month ago • 1 comments

fix(data_model): use default_factory for DataFrame fields

Python 3.12 raised a ValueError for mutable default DataFrame instances in dataclasses. This change replaces direct DataFrame defaults with default_factory to ensure proper dataclass initialization.

pavank-v avatar Nov 04 '25 12:11 pavank-v

Thanks for the contribution! Before we can merge this, we need @pavank-v to sign the Salesforce Inc. Contributor License Agreement.

salesforce-cla[bot] avatar Nov 04 '25 12:11 salesforce-cla[bot]