Add files via upload

This commit is contained in:
Peter Norvig 2024-02-26 11:39:20 -08:00 committed by GitHub
parent d217720521
commit 64553852f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 237 additions and 227 deletions

File diff suppressed because one or more lines are too long

View File

@ -155,6 +155,7 @@
"places = drop_index(pd.read_table(open('bikeplaceshort.csv'), sep=',', comment='#'))\n",
"\n",
"tiles = drop_index(pd.DataFrame(columns='date square cluster total comment'.split(), data=[\n",
" ('02/25/2024', 14, 1196, 3279, 'Expanding through Santa Cruz and to the South!10838162005'),\n",
" ('01/01/2024', 14, 1056, 3105, 'Start of this year'),\n",
" ('12/08/2023', 14, 1042, 3084, 'Benicia ride connects East Bay and Napa clusters!10350071201'),\n",
" ('11/05/2023', 14, 932, 2914, 'Alum Rock ride gets 14x14 max square!8850905872'),\n",

View File

@ -1,5 +1,6 @@
date title hours miles feet
##### 2019-2024: Mostly Eddington rides; most recent first
Sun, 2/25/2024 To Salinas, etc. 4:43:57 69.39 2,065
Sat, 2/10/2024 Seacliff, etc. 4:43:16 63.41 5,365
Sat, 2/3/2024 Before the rains 4:48:45 70.88 2,668
Mon, 1/1/2024 Bear Gulch 6:09:21 70.12 6,627

Can't render this file because it has a wrong number of fields in line 2.