description |
---|
Prints the last n values in a Series |
Prints the first n values in a Series
**parameter:** {rows} Number of rows to return
**return:** Series
Example
let data = [1, 2, 3, 4, 5, 620, 30, 40, 39, 89, 78]
let sf = new Series(data)
sf.tail()