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: enhance DataFrame.from_records type annotations per issue #1334
The main changes include:
- Updated data parameter types from overly restrictive Scalar to more flexible Any types
- Added .reshape(2, 2) to numpy array test to handle CI compatibility issues across different numpy versions
- Included a test for mapping of sequences using DataFrame constructor (which seems to be the right approach for that data type)
All 207 DataFrame tests still pass
0 commit comments