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: improve DataFrame.from_records type annotations
- Update data parameter types to accept Sequence[Mapping[str, Any]] and Mapping[str, SequenceNotStr[Any]]
- Add comprehensive tests for np.ndarray, tuples, and mapping inputs
- Address GitHub issue #1334 per Dr-Irv feedback
- All 207 DataFrame tests pass with no issues
0 commit comments