79364558

Date: 2025-01-17 11:13:44
Score: 0.5
Natty:
Report link

value_counts returns a series so you can simply rename its index with:

    simple_VC.index = mLabels

0-2    2
3-4    1
5-6    1

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: rehaqds