go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.97k stars 276 forks source link

Adding Head method for DataFrame #195

Closed MGaulia closed 1 year ago

MGaulia commented 1 year ago

There was a request for a Head function that returns first 5 rows of the dataframe

MGaulia commented 1 year ago

this commit fixes https://github.com/go-gota/gota/issues/184