Skip to content

Commit

Permalink
fix import (#83)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
beaquant authored and kniren committed Mar 27, 2019
1 parent 586a8e5 commit 7d8acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataframe/dataframe.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
"unicode/utf8"

"github.com/kniren/gota/series"
"github.com/go-gota/gota/series"
)

// DataFrame is a data structure designed for operating on table like data (Such
Expand Down

0 comments on commit 7d8acfb

Please sign in to comment.