Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 334 Bytes

danfo.series.tail.md

File metadata and controls

22 lines (13 loc) · 334 Bytes
description
Prints the last n values in a Series

danfo.Series.tail

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()