Fix a bug:
* Comma-separate the thousands in `recent` tables, like the others
Before
console
pypistats recent pip
| last_day | last_month | last_week |
|---------:|-----------:|----------:|
| 1799469 | 67307635 | 15490986 |
After
console
$ pypistats recent pip
| last_day | last_month | last_week |
|----------:|-----------:|-----------:|
| 1,799,469 | 67,307,635 | 15,490,986 |