Skip to content

Instantly share code, notes, and snippets.

@daradecic
Created May 13, 2020 14:41
Show Gist options
  • Save daradecic/e13ccc291b9b281696496a8c9fe21bae to your computer and use it in GitHub Desktop.
Save daradecic/e13ccc291b9b281696496a8c9fe21bae to your computer and use it in GitHub Desktop.
gtFiltered := df.Filter(dataframe.F{
Colname: "sepal.length",
Comparator: ">",
Comparando: 7,
})
fmt.Println(gtFiltered)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment