Skip to content

The hashed values stored in the annotations indices are skewed by -1 #3072

Closed
@sfilipi

Description

@sfilipi

Look at the hash extension sample and compare the hashed values with the values stored in the annotations of the "CategoryHashed" column.

Notice how the indices in the annotations are skewed by -1 from the values in the dataview.

// Category CategoryHashed Age AgeHashed
// MLB 36206 18 127
// NFL 19015 14 62
// NFL 19015 15 43
// MLB 36206 18 127
// MLS 6013 14 62

versus the annotations values:

// Output Data
//
// The original value of the 6012 category is MLS
// The original value of the 19014 category is NFL
// The original value of the 36205 category is MLB

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions