I want to replicate the following SAS code in Python.
PROC RANK DATA=TEMP1 OUT=TEMP2 GROUPS=10000 TIES=LOW; BY LEVEL POPULATION; VAR VAL_INPUT; RANKS RANK_SCORE; RUN;
1.4m articles
1.4m replys
5 comments
57.0k users