go-gota / gota

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

Series & Dataframe append/insert at a given position #109

Open mannharleen opened 4 years ago

mannharleen commented 4 years ago

Resolves #73 #69

A method called "Insert" has been added to enable appending to an existing Series or Dataframe at a given position.

Open on how to improve the implementation.

kniren commented 4 years ago

If you resolve the conflicts currently present, I'll just merge this.

julienrbrt commented 4 years ago

@mannharleen any ETA on this maybe? I'll gladly use your changes :smile:

mannharleen commented 4 years ago

Sorry both for the delays. Kniren and my timings were off. I ll take a look over the weekend.

mannharleen commented 4 years ago

Thanks Julien. For the PR

julienrbrt commented 4 years ago

There seems to still have conflicts, probably still need rebasing.

image

I guess it should show the dev branch there instead.

EDIT: Should be fixed with rebasing: https://github.com/mannharleen/gota/pull/2 :smile:

woshidama323 commented 2 years ago

Any update?