Skip to content

Meaning of the n field in player_valuations #281

Answered by dcaribou
Rithari asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Rithari, where are you pulling the data from? I think you might be looking at an outdated version of it.
I sometimes use an auxiliary n column to deduplicate records in the data prep stage

row_number() over (partition by player_id, "datetime"::date order by "datetime" desc) as n

but this has no analytical value, hence ti should be excluded in the player_valuations asset.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Rithari
Comment options

Answer selected by Rithari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation dataset
2 participants