acidbase.ranked_matrix¶
- acidbase.ranked_matrix(x: DataFrame) DataFrame¶
Rank values within each column, with ties averaged.
- Parameters:
x (pandas.DataFrame) – Numeric data frame.
- Returns:
Data frame of the same shape containing ranks, preserving index and column names.
- Return type: