Add files via upload
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -155,6 +155,7 @@
|
|||||||
"places = drop_index(pd.read_table(open('bikeplaceshort.csv'), sep=',', comment='#'))\n",
|
"places = drop_index(pd.read_table(open('bikeplaceshort.csv'), sep=',', comment='#'))\n",
|
||||||
"\n",
|
"\n",
|
||||||
"tiles = drop_index(pd.DataFrame(columns='date square cluster total comment'.split(), data=[\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",
|
" ('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",
|
" ('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",
|
" ('11/05/2023', 14, 932, 2914, 'Alum Rock ride gets 14x14 max square!8850905872'),\n",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
date title hours miles feet
|
date title hours miles feet
|
||||||
##### 2019-2024: Mostly Eddington rides; most recent first
|
##### 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/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
|
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
|
Mon, 1/1/2024 Bear Gulch 6:09:21 70.12 6,627
|
||||||
|
|||||||
|
Reference in New Issue
Block a user