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: resolve TypeScript and lint errors in new stats modules
- Add TimedeltaLike interface to Scalar type for stats Timedelta support
- Export stats Timedelta (public ctor, totalMs) from src/index.ts instead of core
- Fix diffSeries/shiftSeries exports to use new options-based API from diff_shift.ts
- Fix sample.ts: use null instead of undefined for name fields; use ** operator
- Fix na_ops.ts: use null instead of undefined for name fields
- Fix read_excel.ts: handle TimedeltaLike in toLabel switch
- Fix explode.ts formatting (biome auto-fix)
- Fix SampleDataFrameOptions.axis to accept string forms 'index'/'columns'
- Fix tests/stats/interval.test.ts: import Interval/IntervalIndex from stats module
- Fix tests/stats/to_timedelta.test.ts: use optional chaining for nullable results
- Fix tests/stats/shift_diff.test.ts: update to new options-based API, null expectations
- Fix tests/reshape/explode.test.ts: use ignoreIndex instead of ignore_index
- Fix tests/core/sample.test.ts: correct index construction and type annotations
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments