问题

Please convert the Input Table from CSV format to HTML format. Please respond only with the table.
Input Table: plan_strategy,rtpid,title,scope,open_period,funding_millions_yoe,county
Regional Rail,21-T11-111,Rail | Service Expan,This program include,2021 - 2035,305,Alameda
Local Transit,21-T10-093,Other Investments to,This program include,Various,3003,Regional
Local Transit,21-T10-077,BRT | Modernization ,This program include,2021 - 2035,300,Various
Regional Rail,21-T11-098,Ferry | Service Expa,This program include,2021 - 2035,472,Various
Interchanges and Bot,21-T06-021,Corridor & Interchan,This program include,2036 - 2050,94,Alameda
Fix It First,21-T01-007,Other Investments to,This program include,Various,8051,Regional

Output:

答案

模型 模型答案 正确答案
金声玉亮2.0 ```html
<table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
```
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
deepseek-r1

<table>
<thead>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
gpto1 ```html
<table>
<thead>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
```
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
gpt-4o-2024-08-06 ```html
<table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
```
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
DeepSeek-Coder-V2-Lite-Instruct <table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
Meta-Llama-3.1-405B-Instruct-Turbo <table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
Meta-Llama-3.1-70B-Instruct-Turbo <table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
Qwen2-72B-Instruct <table>
<thead>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
baichuan4 <!DOCTYPE html>
<html>
<head>
<style>
table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
</style>
</head>
<body>

<table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>

</body>
</html>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
doubao <table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
gpto1 ```html
<table>
<thead>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
```
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
kimi <table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
minimax ```html
<table border="1">
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
wenxinyiyan ```html
<table>
<thead>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
```
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
zhipu ```html
<table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
```
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>
deepseek-v3 <table>
<tr>
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization </td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor & Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</table>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>plan_strategy</th>
<th>rtpid</th>
<th>title</th>
<th>scope</th>
<th>open_period</th>
<th>funding_millions_yoe</th>
<th>county</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regional Rail</td>
<td>21-T11-111</td>
<td>Rail | Service Expan</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>305</td>
<td>Alameda</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-093</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>3003</td>
<td>Regional</td>
</tr>
<tr>
<td>Local Transit</td>
<td>21-T10-077</td>
<td>BRT | Modernization</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>300</td>
<td>Various</td>
</tr>
<tr>
<td>Regional Rail</td>
<td>21-T11-098</td>
<td>Ferry | Service Expa</td>
<td>This program include</td>
<td>2021 - 2035</td>
<td>472</td>
<td>Various</td>
</tr>
<tr>
<td>Interchanges and Bot</td>
<td>21-T06-021</td>
<td>Corridor &amp; Interchan</td>
<td>This program include</td>
<td>2036 - 2050</td>
<td>94</td>
<td>Alameda</td>
</tr>
<tr>
<td>Fix It First</td>
<td>21-T01-007</td>
<td>Other Investments to</td>
<td>This program include</td>
<td>Various</td>
<td>8051</td>
<td>Regional</td>
</tr>
</tbody>
</table>