| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Implements Series.shift(periods, options) matching the pandas API. Supports positive/negative periods and custom fillValue. Includes tests for all edge cases. Fixes javascriptdata#617
| Back | FazBrowse Home | New Git URL |
Summary
Adds Series.shift(periods, options) matching the pandas Series.shift() API. Requested in #617.
The method shifts values by N positions and fills the gap with NaN (or a custom fillValue).
Changes
Fixes #617
This contribution was developed with AI assistance (Codex).