Skip to content

Filter not working properly with some tables #178

@juliohm

Description

@juliohm

MWE:

using DataFrames
using TableTransforms
using CSV

htable = download(
	"https://zenodo.org/record/7051975/files/drillholes.csv?download=1"
) |> CSV.File |> DataFrame

drillholes = georef(htable, (:X,:Y,:Z))

drillholes |> Filter(sample -> sample."Au ppm" > 0.9)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions