Move all Python scripts to scripts/, documentation to docs/, raw input data to data/, and generated HTML/CSV outputs to output/. Update path references in 8 scripts to use Path(__file__).parent.parent as project root so they work correctly from the new location. Update README links and quick-start commands accordingly. Notebooks remain at root. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54 lines
1.3 KiB
CSV
54 lines
1.3 KiB
CSV
state,total_counties,total_data_centers,counties_with_data_centers,pct_counties_with_data_centers
|
|
California,58,394,24,41.4
|
|
Virginia,133,393,27,20.3
|
|
Texas,254,339,28,11.0
|
|
Illinois,102,167,8,7.8
|
|
Florida,67,137,12,17.9
|
|
New York,58,132,14,24.1
|
|
Ohio,88,130,19,21.6
|
|
Georgia,159,115,11,6.9
|
|
New Jersey,21,111,11,52.4
|
|
Arizona,15,108,3,20.0
|
|
Oregon,36,97,9,25.0
|
|
Washington,39,94,8,20.5
|
|
Colorado,64,68,8,12.5
|
|
Massachusetts,14,59,7,50.0
|
|
North Carolina,100,57,12,12.0
|
|
Pennsylvania,67,55,13,19.4
|
|
Minnesota,87,54,8,9.2
|
|
Maryland,24,44,8,33.3
|
|
Michigan,83,43,11,13.3
|
|
Tennessee,95,41,9,9.5
|
|
Utah,29,40,4,13.8
|
|
Missouri,115,35,7,6.1
|
|
Nevada,17,31,3,17.6
|
|
Indiana,92,27,8,8.7
|
|
Iowa,99,26,9,9.1
|
|
Wisconsin,72,25,7,9.7
|
|
Nebraska,93,18,3,3.2
|
|
Alabama,67,16,6,9.0
|
|
Oklahoma,77,16,5,6.5
|
|
New Hampshire,10,14,4,40.0
|
|
Louisiana,64,14,5,7.8
|
|
South Carolina,46,14,7,15.2
|
|
New Mexico,33,14,6,18.2
|
|
Kentucky,120,13,3,2.5
|
|
District Of Columbia,1,12,1,100.0
|
|
Kansas,105,11,2,1.9
|
|
Hawaii,4,10,1,25.0
|
|
Wyoming,23,8,2,8.7
|
|
Delaware,3,7,1,33.3
|
|
Idaho,44,7,2,4.5
|
|
Maine,16,6,2,12.5
|
|
Arkansas,75,4,3,4.0
|
|
West Virginia,55,4,1,1.8
|
|
Rhode Island,5,4,1,20.0
|
|
Mississippi,82,3,3,3.7
|
|
South Dakota,66,3,2,3.0
|
|
North Dakota,53,2,1,1.9
|
|
Vermont,14,2,1,7.1
|
|
Montana,56,1,1,1.8
|
|
Connecticut,8,0,0,0.0
|
|
Alaska,29,0,0,0.0
|
|
TOTAL,3137,3025,351,11.2
|