rocketlaunchr / dataframe-go

DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
Other
1.16k stars 93 forks source link

How to import this package #28

Closed ayanDas-isi closed 4 years ago

ayanDas-isi commented 4 years ago

Hi. I am new to Go. Can someone please guide me how to import this package in local.

pjebs commented 4 years ago

go get -u github.com/rocketlaunchr/dataframe-go

import dataframe "github.com/rocketlaunchr/dataframe-go"