このデータフレームを考えると:
b a d c
3 -2 1 3 2
4 1 1 3 2
5 1 1 3 2
Is it possible to rename the row indices like so?
b a d c
xxx -2 1 3 2
yyy 1 1 3 2
zzz 1 1 3 2
Essentially, instead of having numeric indices, I have strings as id's, like a hash table.