Assignment 11 table sorting

Assignment 11 table sorting

par julia gallucci,
Nombre de réponses : 1

Hi,

Just a quick question. Is there a way to stop the table function from sorting alphabetically. i.e, my word_count function works but the output looks like this:

       word count

1         a     1

2        is     1

3      this     1

4 wonderful     2

5     world     1

Thank you in advance!

En réponse à julia gallucci

Re: Assignment 11 table sorting

par Erik Spence,
It doesn't matter if the words are alphabetically sorted or not. Don't worry about it.