I have the following subset of data and I need to sort the Education column in ascending order; from 0 to 17.
Education
0 to 17
I tried the followin
suicide_data['Education'].sort_values('Education', ascending = 'True')