Files
superset2/superset/dataframe.py
Evan Rusackas 3b2e73592d fix(dataframe): handle arrays in NA check for JSON data preservation
pd.isna() raises ValueError when called on arrays (lists/dicts from JSON).
Use a helper function that catches this exception and returns False for
array values.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-25 17:23:24 -07:00

2.5 KiB