Published
- 1 min read
pandas rename index values
The solution for this is noted below
pandas rename index values
Solution
df.rename(index={'alpha': 'mu'})
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
df.rename(index={'alpha': 'mu'})
Try other methods by searching on the site. That is if this doesn’t work