shift is missing for Series #617
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Some day maybe
We might consider adding/fixing this in the future
Is your feature request related to a problem? Please describe.
A DanfoJS Series shift method seems to be missing
https://pandas.pydata.org/docs/reference/api/pandas.Series.shift.html
Describe the solution you'd like
I want to convert to JS this Python code
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
shift
method is very convenient to measure difference between 2 consecutive values.Here is my full code
The text was updated successfully, but these errors were encountered: