You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: drop _to_python_native, let pyarrow handle numpy scalars natively
- pyarrow already handles numpy scalars (float64, int64, bool_, nan)
- Replace _to_python_native with _is_complex_for_parquet check
- Fix pd.Series.to_dict() crash on unhashable values (fall back to to_list)
- Update _resolve_all_stats test helpers to handle wide-column format
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments