Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

shift in python

shift() is a pandas.DataFrame method that allows you to shift 
a line of value by a given number called period.
You can shift along rows, setting axis = 0, or along columns
setting axis = 1. For its complete usage, check the source link.
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #shift #python
ADD COMMENT
Topic
Name
6+6 =