The button below opens a
table listing all of my climbing partners 1994-present and how many trip reports or days I've climbed with them. Variables:
- unique_page_count represents the number of unique trip report pages. This number could differ from the list above because the list above uses redirect pages and there could be multiple redirect pages for a single unique page (due to multiple trip reports occurring on one page).
- unique_date_count represents the number of days I've climbed with the partner. This value is probably most representative of how often they appear on my website.
- unique_date_count_YYYY represents the number of days I've climbed with the partner in the corresponding year.
- For the partner=solo count, large numbers for some years come from recovery trip reports (Tib/Fib 2010-11, Knee Surgery 2020-21, Covid 2021) and longer road trips (like Birding Road Trip Spring 2008, Italy on Crutches 2010).
The table is initially sorted by number of days the partner appears in my trip reports. Use the pagination tabs at the bottom scroll to more partners.
This table is based on an SQL query to all pages on my site. It may take awhile to load.