Hi guys,
There's a solution that permits me to get the quantile of a column? my dataset has 130 milions of rows.... I tried with this instruction, but i can't have the quantile in a fast tense..
q <- quantile(final.similarity.matrix$weight, probs = c(0.25, 0.50, 0.75))