79573699

Date: 2025-04-14 17:23:00
Score: 1
Natty:
Report link

Put ignore_index=true after sorting

self.data.sort_values(by=[column], inplace=True, ignore_index=True)
If not it resets to default index
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vikas kapdoskar