I have a dataframe with incremental float values
Number
0 0.679484
1 0.079027
2 0.003132
3 0.092761
4 0.055500
5 0.055500
6 0.055500
7 0.003132
i need to add a new column assigning number between 1 -5 based on existing column on the basis of their values in ascending order.