Loading CSV into R Studio
Florida.Vote = read.csv("/Users/josemawyin/Library/Mobile Documents/com~apple~CloudDocs/Data Science Masters /Homeworks/Week 2/vincentarelbundock-Rdatasets-e523e67/csv/carData/Florida.csv") # read csv file
Florida.Vote
## X GORE BUSH BUCHANAN NADER BROWNE HAGELIN HARRIS
## 1 ALACHUA 47300 34062 262 3215 658 42 4
## 2 BAKER 2392 5610 73 53 17 3 0
## 3 BAY 18850 38637 248 828 171 18 5
## 4 BRADFORD 3072 5413 65 84 28 2 0
## 5 BREVARD 97318 115185 570 4470 643 39 11
## 6 BROWARD 386518 177279 789 7099 1212 128 49
## 7 CALHOUN 2155 2873 90 39 10 1 0
## 8 CHARLOTTE 29641 35419 182 1461 127 15 6
## 9 CITRUS 25501 29744 270 1378 194 16 5
## 10 CLAY 14630 41745 186 562 204 14 1
## 11 COLLIER 29905 60426 122 1400 185 34 7
## 12 COLUMBIA 7047 10964 89 258 127 7 1
## 13 DADE 328702 289456 561 5355 759 119 88
## 14 DE.SOTO 3322 4256 36 157 23 0 0
## 15 DIXIE 1825 2698 29 75 32 2 0
## 16 DUVAL 107680 152082 650 2752 954 160 36
## 17 ESCAMBIA 40958 73029 504 1729 297 24 6
## 18 FLAGLER 13891 12608 83 435 60 4 1
## 19 FRANKLIN 2042 2448 33 85 17 3 1
## 20 GADSDEN 9565 4750 39 139 24 4 7
## 21 GILCHRIST 1910 3300 29 97 52 1 0
## 22 GLADES 1420 1840 9 56 12 3 0
## 23 GULF 2389 3546 71 86 21 4 2
## 24 HAMILTON 1718 2153 24 39 11 2 6
## 25 HARDEE 2341 3764 30 75 17 2 0
## 26 HENDRY 3239 4743 22 103 11 1 3
## 27 HERNANDO 32644 30646 242 1501 116 26 8
## 28 HIGHLANDS 14152 20196 99 409 51 14 5
## 29 HILLSBOROUGH 166581 176967 836 7348 1104 215 35
## 30 HOLMES 2154 4985 76 91 18 7 1
## 31 INDIAN.RIVER 19769 28627 105 950 123 13 4
## 32 JACKSON 6868 9138 102 138 40 2 0
## 33 JEFFERSON 3038 2481 29 76 14 1 2
## 34 LAFAYETTE 788 1669 10 26 6 0 3
## 35 LAKE 36555 49963 289 1459 203 36 4
## 36 LEE 73560 106141 305 3587 538 81 30
## 37 LEON 61425 39053 282 1932 330 28 9
## 38 LEVY 5403 6860 67 284 92 1 1
## 39 LIBERTY 1011 1316 39 19 12 3 0
## 40 MADISON 3011 3038 29 54 18 2 0
## 41 MANATEE 49169 57948 272 2489 243 35 5
## 42 MARION 44648 55135 563 1810 361 26 14
## 43 MARTIN 26619 33864 108 1075 105 29 13
## 44 MONROE 16483 16059 47 1090 162 26 1
## 45 NASSAU 6952 16404 90 255 63 8 0
## 46 OKALOOSA 16924 52043 267 984 313 15 4
## 47 OKEECHOBEE 4588 5058 43 131 21 4 1
## 48 ORANGE 140115 134476 446 3881 892 65 13
## 49 OSCEOLA 28177 26216 145 732 309 21 10
## 50 PALM.BEACH 268945 152846 3407 5564 743 143 45
## 51 PASCO 69550 68581 570 3392 412 82 18
## 52 PINELLAS 199660 184312 1010 9986 1222 444 40
## 53 POLK 74977 90101 538 2060 365 59 8
## 54 PUTNAM 12091 13439 147 379 114 7 2
## 55 ST.JOHNS 19482 39497 229 1214 210 11 4
## 56 ST.LUCIE 41559 34705 124 1368 165 12 4
## 57 SANTA.ROSA 12795 36248 311 723 131 13 1
## 58 SARASOTA 72854 83100 305 4066 431 94 11
## 59 SEMINOLE 58888 75293 194 1940 551 38 38
## 60 SUMTER 9634 12126 114 307 53 2 2
## 61 SUWANNEE 4084 8014 108 182 53 4 2
## 62 TAYLOR 2647 4051 27 59 4 3 0
## 63 UNION 1399 2326 26 29 13 0 1
## 64 VOLUSIA 97063 82214 396 2436 3211 33 9888
## 65 WAKULLA 3835 4511 46 149 30 3 2
## 66 WALTON 5637 12176 120 265 68 11 3
## 67 WASHINGTON 2796 4983 88 93 32 20 0
## MCREYNOLDS MOOREHEAD PHILLIPS Total
## 1 658 21 20 86242
## 2 0 3 3 8154
## 3 3 37 18 58815
## 4 0 3 2 8669
## 5 11 76 72 218395
## 6 35 123 74 573306
## 7 1 3 2 5174
## 8 3 12 19 66885
## 9 0 28 18 57154
## 10 3 9 6 57360
## 11 4 29 10 92122
## 12 2 5 8 18508
## 13 36 124 69 625269
## 14 3 2 8 7807
## 15 0 2 3 4666
## 16 16 41 57 264428
## 17 3 20 110 116680
## 18 3 12 3 27100
## 19 0 2 3 4634
## 20 3 12 6 14549
## 21 0 4 2 5395
## 22 1 1 0 3342
## 23 2 9 2 6132
## 24 9 4 7 3973
## 25 0 3 2 6234
## 26 2 2 7 8133
## 27 4 22 10 65219
## 28 3 7 5 34941
## 29 29 150 66 353331
## 30 3 2 6 7343
## 31 2 10 13 49616
## 32 1 7 4 16300
## 33 1 0 0 5642
## 34 1 0 1 2504
## 35 1 14 21 88545
## 36 5 96 34 184377
## 37 7 31 16 103113
## 38 1 11 10 12730
## 39 0 2 1 2403
## 40 1 5 1 6159
## 41 3 26 19 110209
## 42 6 49 22 102634
## 43 8 12 19 61852
## 44 0 7 3 33878
## 45 4 3 3 23782
## 46 2 20 33 70605
## 47 1 4 3 9854
## 48 7 45 41 279981
## 49 5 33 10 55658
## 50 302 103 188 432286
## 51 14 77 17 142713
## 52 27 167 70 396938
## 53 5 36 46 168195
## 54 4 12 10 26205
## 55 2 13 12 60674
## 56 10 29 13 77989
## 57 1 19 43 50285
## 58 5 59 15 160940
## 59 5 70 27 137044
## 60 0 17 3 22258
## 61 0 5 9 12461
## 62 1 1 8 6801
## 63 0 0 0 3794
## 64 3 59 2927 198230
## 65 1 6 0 8583
## 66 2 18 7 18307
## 67 0 5 9 8026
summary(Florida.Vote)
## X GORE BUSH BUCHANAN
## ALACHUA : 1 Min. : 788 Min. : 1316 Min. : 9.0
## BAKER : 1 1st Qu.: 3055 1st Qu.: 4746 1st Qu.: 46.5
## BAY : 1 Median : 14152 Median : 20196 Median : 114.0
## BRADFORD: 1 Mean : 43341 Mean : 43356 Mean : 258.5
## BREVARD : 1 3rd Qu.: 45974 3rd Qu.: 56542 3rd Qu.: 285.5
## BROWARD : 1 Max. :386518 Max. :289456 Max. :3407.0
## (Other) :61
## NADER BROWNE HAGELIN HARRIS
## Min. : 19 Min. : 4.0 Min. : 0.0 Min. : 0.0
## 1st Qu.: 95 1st Qu.: 23.5 1st Qu.: 3.0 1st Qu.: 1.0
## Median : 562 Median : 116.0 Median : 13.0 Median : 4.0
## Mean :1441 Mean : 280.7 Mean : 34.1 Mean : 156.3
## 3rd Qu.:1871 3rd Qu.: 321.5 3rd Qu.: 33.5 3rd Qu.: 8.5
## Max. :9986 Max. :3211.0 Max. :444.0 Max. :9888.0
##
## MCREYNOLDS MOOREHEAD PHILLIPS Total
## Min. : 0.00 Min. : 0.00 Min. : 0.00 Min. : 2403
## 1st Qu.: 1.00 1st Qu.: 4.00 1st Qu.: 3.00 1st Qu.: 8080
## Median : 3.00 Median : 12.00 Median : 10.00 Median : 34941
## Mean : 19.03 Mean : 27.45 Mean : 63.82 Mean : 88978
## 3rd Qu.: 5.00 3rd Qu.: 32.00 3rd Qu.: 20.50 3rd Qu.:102874
## Max. :658.00 Max. :167.00 Max. :2927.00 Max. :625269
##
mean(Florida.Vote$GORE, na.rm=TRUE)
## [1] 43341.21
median(Florida.Vote$GORE, na.rm=TRUE)
## [1] 14152
Gore.Bush<-Florida.Vote[,1:3]
Gore.Bush
## X GORE BUSH
## 1 ALACHUA 47300 34062
## 2 BAKER 2392 5610
## 3 BAY 18850 38637
## 4 BRADFORD 3072 5413
## 5 BREVARD 97318 115185
## 6 BROWARD 386518 177279
## 7 CALHOUN 2155 2873
## 8 CHARLOTTE 29641 35419
## 9 CITRUS 25501 29744
## 10 CLAY 14630 41745
## 11 COLLIER 29905 60426
## 12 COLUMBIA 7047 10964
## 13 DADE 328702 289456
## 14 DE.SOTO 3322 4256
## 15 DIXIE 1825 2698
## 16 DUVAL 107680 152082
## 17 ESCAMBIA 40958 73029
## 18 FLAGLER 13891 12608
## 19 FRANKLIN 2042 2448
## 20 GADSDEN 9565 4750
## 21 GILCHRIST 1910 3300
## 22 GLADES 1420 1840
## 23 GULF 2389 3546
## 24 HAMILTON 1718 2153
## 25 HARDEE 2341 3764
## 26 HENDRY 3239 4743
## 27 HERNANDO 32644 30646
## 28 HIGHLANDS 14152 20196
## 29 HILLSBOROUGH 166581 176967
## 30 HOLMES 2154 4985
## 31 INDIAN.RIVER 19769 28627
## 32 JACKSON 6868 9138
## 33 JEFFERSON 3038 2481
## 34 LAFAYETTE 788 1669
## 35 LAKE 36555 49963
## 36 LEE 73560 106141
## 37 LEON 61425 39053
## 38 LEVY 5403 6860
## 39 LIBERTY 1011 1316
## 40 MADISON 3011 3038
## 41 MANATEE 49169 57948
## 42 MARION 44648 55135
## 43 MARTIN 26619 33864
## 44 MONROE 16483 16059
## 45 NASSAU 6952 16404
## 46 OKALOOSA 16924 52043
## 47 OKEECHOBEE 4588 5058
## 48 ORANGE 140115 134476
## 49 OSCEOLA 28177 26216
## 50 PALM.BEACH 268945 152846
## 51 PASCO 69550 68581
## 52 PINELLAS 199660 184312
## 53 POLK 74977 90101
## 54 PUTNAM 12091 13439
## 55 ST.JOHNS 19482 39497
## 56 ST.LUCIE 41559 34705
## 57 SANTA.ROSA 12795 36248
## 58 SARASOTA 72854 83100
## 59 SEMINOLE 58888 75293
## 60 SUMTER 9634 12126
## 61 SUWANNEE 4084 8014
## 62 TAYLOR 2647 4051
## 63 UNION 1399 2326
## 64 VOLUSIA 97063 82214
## 65 WAKULLA 3835 4511
## 66 WALTON 5637 12176
## 67 WASHINGTON 2796 4983
names(Gore.Bush) <- c("Counties", "Gore_Votes", "Bush_Votes")
Gore.Bush
## Counties Gore_Votes Bush_Votes
## 1 ALACHUA 47300 34062
## 2 BAKER 2392 5610
## 3 BAY 18850 38637
## 4 BRADFORD 3072 5413
## 5 BREVARD 97318 115185
## 6 BROWARD 386518 177279
## 7 CALHOUN 2155 2873
## 8 CHARLOTTE 29641 35419
## 9 CITRUS 25501 29744
## 10 CLAY 14630 41745
## 11 COLLIER 29905 60426
## 12 COLUMBIA 7047 10964
## 13 DADE 328702 289456
## 14 DE.SOTO 3322 4256
## 15 DIXIE 1825 2698
## 16 DUVAL 107680 152082
## 17 ESCAMBIA 40958 73029
## 18 FLAGLER 13891 12608
## 19 FRANKLIN 2042 2448
## 20 GADSDEN 9565 4750
## 21 GILCHRIST 1910 3300
## 22 GLADES 1420 1840
## 23 GULF 2389 3546
## 24 HAMILTON 1718 2153
## 25 HARDEE 2341 3764
## 26 HENDRY 3239 4743
## 27 HERNANDO 32644 30646
## 28 HIGHLANDS 14152 20196
## 29 HILLSBOROUGH 166581 176967
## 30 HOLMES 2154 4985
## 31 INDIAN.RIVER 19769 28627
## 32 JACKSON 6868 9138
## 33 JEFFERSON 3038 2481
## 34 LAFAYETTE 788 1669
## 35 LAKE 36555 49963
## 36 LEE 73560 106141
## 37 LEON 61425 39053
## 38 LEVY 5403 6860
## 39 LIBERTY 1011 1316
## 40 MADISON 3011 3038
## 41 MANATEE 49169 57948
## 42 MARION 44648 55135
## 43 MARTIN 26619 33864
## 44 MONROE 16483 16059
## 45 NASSAU 6952 16404
## 46 OKALOOSA 16924 52043
## 47 OKEECHOBEE 4588 5058
## 48 ORANGE 140115 134476
## 49 OSCEOLA 28177 26216
## 50 PALM.BEACH 268945 152846
## 51 PASCO 69550 68581
## 52 PINELLAS 199660 184312
## 53 POLK 74977 90101
## 54 PUTNAM 12091 13439
## 55 ST.JOHNS 19482 39497
## 56 ST.LUCIE 41559 34705
## 57 SANTA.ROSA 12795 36248
## 58 SARASOTA 72854 83100
## 59 SEMINOLE 58888 75293
## 60 SUMTER 9634 12126
## 61 SUWANNEE 4084 8014
## 62 TAYLOR 2647 4051
## 63 UNION 1399 2326
## 64 VOLUSIA 97063 82214
## 65 WAKULLA 3835 4511
## 66 WALTON 5637 12176
## 67 WASHINGTON 2796 4983
summary(Gore.Bush)
## Counties Gore_Votes Bush_Votes
## ALACHUA : 1 Min. : 788 Min. : 1316
## BAKER : 1 1st Qu.: 3055 1st Qu.: 4746
## BAY : 1 Median : 14152 Median : 20196
## BRADFORD: 1 Mean : 43341 Mean : 43356
## BREVARD : 1 3rd Qu.: 45974 3rd Qu.: 56542
## BROWARD : 1 Max. :386518 Max. :289456
## (Other) :61
cat("Mean of Gore Votes =", mean(Gore.Bush$Gore_Votes, na.rm=TRUE), "Vs. ","Mean of Bush Votes =", mean(Gore.Bush$Bush_Votes, na.rm=TRUE) )
## Mean of Gore Votes = 43341.21 Vs. Mean of Bush Votes = 43355.76
cat("Median of Gore Votes =", median(Gore.Bush$Gore_Votes, na.rm=TRUE), "Vs. ","Median of Bush Votes =", median(Gore.Bush$Bush_Votes, na.rm=TRUE) )
## Median of Gore Votes = 14152 Vs. Median of Bush Votes = 20196
##Importing library plyr for the function mapvalues
library(plyr)
Gore.Bush$Gore_Votes<-mapvalues(Gore.Bush$Bush_Votes, from = c(Gore.Bush$Bush_Votes[1:3]), to = c("I", "love", "R"))
head(Gore.Bush,5)
## Counties Gore_Votes Bush_Votes
## 1 ALACHUA I 34062
## 2 BAKER love 5610
## 3 BAY R 38637
## 4 BRADFORD 5413 5413
## 5 BREVARD 115185 115185
Florida.Vote2 = read.csv("https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv") # read csv file from github
## Warning in scan(file = file, what = what, sep = sep, quote = quote, dec =
## dec, : EOF within quoted string
Florida.Vote2
## X..DOCTYPE.html.
## 1 <html lang=en>
## 2 <head>
## 3 <meta charset=utf-8>
## 4 <link rel=dns-prefetch href=https://github.githubassets.com>
## 5 <link rel=dns-prefetch href=https://avatars0.githubusercontent.com>
## 6 <link rel=dns-prefetch href=https://avatars1.githubusercontent.com>
## 7 <link rel=dns-prefetch href=https://avatars2.githubusercontent.com>
## 8 <link rel=dns-prefetch href=https://avatars3.githubusercontent.com>
## 9 <link rel=dns-prefetch href=https://github-cloud.s3.amazonaws.com>
## 10 <link rel=dns-prefetch href=https://user-images.githubusercontent.com/>
## 11 <link crossorigin=anonymous media=all integrity=sha512-8B5lvNq1b88YJg2eQ7wXcWwl490xeelSavDDj7NEOtpEK7m0tKkmFi9BDX+S+nYyh/teAumil+CjK/AscuQrdg== rel=stylesheet href=https://github.githubassets.com/assets/frameworks-081940cf9af751b35bb9fd062060601a.css />
## 12 <link crossorigin=anonymous media=all integrity=sha512-vozupRTrzo7k2NwiAgC37o0fUpxqBtSeDrVyaxH6I+ed18h/6awTfjJ5uRMyNRb/2rOxZtsTi8FKLv7DVZMZwg== rel=stylesheet href=https://github.githubassets.com/assets/site-c24aa206cdd4fb0b962ca6e303f5faca.css />
## 13 <link crossorigin=anonymous media=all integrity=sha512-KOqqPXmPgXnSCDE/RVobSMDp3N81KrS5yqxFG9e6gN2YdLVtBZtRXT/0f3YHTGU2PwyqLmcBdz6bARkVDb4Nhg== rel=stylesheet href=https://github.githubassets.com/assets/github-f596d1693f63c9206f4e5d91b1c00078.css />
## 14
## 15
## 16
## 17
## 18 <meta name=viewport content=width=device-width>
## 19
## 20 <title>MSDS2019/Florida.csv at master · JMawyin/MSDS2019 · GitHub</title>
## 21 <meta name=description content=Projects for the CUNY Masters in Data Science 2019 - JMawyin/MSDS2019>
## 22 <link rel=search type=application/opensearchdescription+xml href=/opensearch.xml title=GitHub>
## 23 <link rel=fluid-icon href=https://github.com/fluidicon.png title=GitHub>
## 24 <meta property=fb:app_id content=1401488693436528>
## 25 <meta name=twitter:image:src content=https://avatars1.githubusercontent.com/u/53021584?s=400&v=4 /><meta name=twitter:site content=@github /><meta name=twitter:card content=summary /><meta name=twitter:title content=JMawyin/MSDS2019 /><meta name=twitter:description content=Projects for the CUNY Masters in Data Science 2019 - JMawyin/MSDS2019 />
## 26 <meta property=og:image content=https://avatars1.githubusercontent.com/u/53021584?s=400&v=4 /><meta property=og:site_name content=GitHub /><meta property=og:type content=object /><meta property=og:title content=JMawyin/MSDS2019 /><meta property=og:url content=https://github.com/JMawyin/MSDS2019 /><meta property=og:description content=Projects for the CUNY Masters in Data Science 2019 - JMawyin/MSDS2019 />
## 27 <link rel=assets href=https://github.githubassets.com/>
## 28
## 29 <meta name=pjax-timeout content=1000>
## 30
## 31 <meta name=request-id content=E608:3C2C:52FE9:8C9F1:5D3E45A0 data-pjax-transient>
## 32
## 33 <meta name=selected-link value=repo_source data-pjax-transient>
## 34 <meta name=google-site-verification content=KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU>
## 35 <meta name=google-site-verification content=ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA>
## 36 <meta name=google-site-verification content=GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc>
## 37 <meta name=octolytics-host content=collector.githubapp.com /><meta name=octolytics-app-id content=github /><meta name=octolytics-event-url content=https://collector.githubapp.com/github-external/browser_event /><meta name=octolytics-dimension-request_id content=E608:3C2C:52FE9:8C9F1:5D3E45A0 /><meta name=octolytics-dimension-region_edge content=iad /><meta name=octolytics-dimension-region_render content=iad />
## 38 <meta name=analytics-location content=/<user-name>/<repo-name>/blob/show data-pjax-transient=true />
## 39 <meta name=google-analytics content=UA-3769691-2>
## 40 <meta class=js-ga-set name=dimension1 content=Logged Out>
## 41
## 42 <meta name=hostname content=github.com>
## 43 <meta name=user-login content=>
## 44 <meta name=expected-hostname content=github.com>
## 45 <meta name=js-proxy-site-detection-payload content=OGFiNWRkMDI5NzA2NTFiZDM0NDU3MjExYTNjNTVlMzc4MDliMWYxODY2M2VlYTQ1Y2U1OGEzNjAzOWUyOGJjY3x7InJlbW90ZV9hZGRyZXNzIjoiMTAwLjM4LjEyNS4xNTQiLCJyZXF1ZXN0X2lkIjoiRTYwODozQzJDOjUyRkU5OjhDOUYxOjVEM0U0NUEwIiwidGltZXN0YW1wIjoxNTY0MzYyMTQ0LCJob3N0IjoiZ2l0aHViLmNvbSJ9>
## 46 <meta name=enabled-features content=MARKETPLACE_FEATURED_BLOG_POSTS,MARKETPLACE_INVOICED_BILLING,MARKETPLACE_SOCIAL_PROOF_CUSTOMERS,MARKETPLACE_TRENDING_SOCIAL_PROOF,MARKETPLACE_RECOMMENDATIONS,MARKETPLACE_PENDING_INSTALLATIONS>
## 47 <meta name=html-safe-nonce content=06c2beaacd29f3395b32207243b60f2a1d654aa6>
## 48 <meta http-equiv=x-pjax-version content=3c1643205f794dc4e59e8a316923fc4f>
## 49
## 50 <link href=https://github.com/JMawyin/MSDS2019/commits/master.atom rel=alternate title=Recent Commits to MSDS2019:master type=application/atom+xml>
## 51 <meta name=go-import content=github.com/JMawyin/MSDS2019 git https://github.com/JMawyin/MSDS2019.git>
## 52 <meta name=octolytics-dimension-user_id content=53021584 /><meta name=octolytics-dimension-user_login content=JMawyin /><meta name=octolytics-dimension-repository_id content=198117449 /><meta name=octolytics-dimension-repository_nwo content=JMawyin/MSDS2019 /><meta name=octolytics-dimension-repository_public content=true /><meta name=octolytics-dimension-repository_is_fork content=false /><meta name=octolytics-dimension-repository_network_root_id content=198117449 /><meta name=octolytics-dimension-repository_network_root_nwo content=JMawyin/MSDS2019 /><meta name=octolytics-dimension-repository_explore_github_marketplace_ci_cta_shown content=false />
## 53 <link rel=canonical href=https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv data-pjax-transient>
## 54 <meta name=browser-stats-url content=https://api.github.com/_private/browser/stats>
## 55 <meta name=browser-errors-url content=https://api.github.com/_private/browser/errors>
## 56 <link rel=mask-icon href=https://github.githubassets.com/pinned-octocat.svg color=#000000>
## 57 <link rel=icon type=image/x-icon class=js-site-favicon href=https://github.githubassets.com/favicon.ico>
## 58 <meta name=theme-color content=#1e2327>
## 59 <link rel=manifest href=/manifest.json crossOrigin=use-credentials>
## 60 </head>
## 61 <body class=logged-out env-production page-responsive page-blob>
## 62
## 63 <div class=position-relative js-header-wrapper >
## 64 <a href=#start-of-content tabindex=1 class=px-2 py-4 bg-blue text-white show-on-focus js-skip-to-content>Skip to content</a>
## 65 <div id=js-pjax-loader-bar class=pjax-loader-bar><div class=progress></div></div>
## 66
## 67
## 68
## 69 <header class=Header-old header-logged-out js-details-container Details position-relative f4 py-2 role=banner>
## 70 <div class=container-lg d-lg-flex flex-items-center p-responsive>
## 71 <div class=d-flex flex-justify-between flex-items-center>
## 72 <a class=mr-4 href=https://github.com/ aria-label=Homepage data-ga-click=(Logged out) Header, go to homepage, icon:logo-wordmark>
## 73 <svg height=32 class=octicon octicon-mark-github text-white viewBox=0 0 16 16 version=1.1 width=32 aria-hidden=true><path fill-rule=evenodd d=M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z/></svg>
## 74 </a>
## 75 <div class=d-lg-none css-truncate css-truncate-target width-fit p-2>
## 76
## 77 <svg class=octicon octicon-repo viewBox=0 0 12 16 version=1.1 width=12 height=16 aria-hidden=true><path fill-rule=evenodd d=M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z/></svg>
## 78 <a class=Header-link href=/JMawyin>JMawyin</a>
## 79 /
## 80 <a class=Header-link href=/JMawyin/MSDS2019>MSDS2019</a>
## 81 </div>
## 82 <div class=d-flex flex-items-center>
## 83 <a href=/join?source=header-repo
## 84 class=d-inline-block d-lg-none f5 text-white no-underline border border-gray-dark rounded-2 px-2 py-1 mr-3 mr-sm-5
## 85 data-hydro-click={"event_type":"authentication.click","payload":{"location_in_page":"site header","repository_id":null,"auth_type":"SIGN_UP","client_id":null,"originating_request_id":"E608:3C2C:52FE9:8C9F1:5D3E45A0","originating_url":"https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv","referrer":null,"user_id":null}} data-hydro-click-hmac=8a5e53b487442832d4e70251f771776cf3752a55dfcf9068e5fa1eaff5517274
## 86 data-ga-click=(Logged out) Header, clicked Sign up, text:sign-up>
## 87 Sign up
## 88 </a>
## 89 <button class=btn-link d-lg-none mt-1 js-details-target type=button aria-label=Toggle navigation aria-expanded=false>
## 90 <svg height=24 class=octicon octicon-three-bars text-white viewBox=0 0 12 16 version=1.1 width=18 aria-hidden=true><path fill-rule=evenodd d=M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z/></svg>
## 91 </button>
## 92 </div>
## 93 </div>
## 94 <div class=HeaderMenu HeaderMenu--logged-out position-fixed top-0 right-0 bottom-0 height-fit position-lg-relative d-lg-flex flex-justify-between flex-items-center flex-auto>
## 95 <div class=d-flex d-lg-none flex-justify-end border-bottom bg-gray-light p-3>
## 96 <button class=btn-link js-details-target type=button aria-label=Toggle navigation aria-expanded=false>
## 97 <svg height=24 class=octicon octicon-x text-gray viewBox=0 0 12 16 version=1.1 width=18 aria-hidden=true><path fill-rule=evenodd d=M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z/></svg>
## 98 </button>
## 99 </div>
## 100 <nav class=mt-0 px-3 px-lg-0 mb-5 mb-lg-0 aria-label=Global>
## 101 <ul class=d-lg-flex list-style-none>
## 102 <li class=d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center >
## 103 <details class=HeaderMenu-details details-overlay details-reset width-full>
## 104 <summary class=HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block>
## 105 Why GitHub?
## 106 <svg x=0px y=0px viewBox=0 0 14 8 xml:space=preserve fill=none class=icon-chevon-down-mktg position-absolute position-lg-relative>
## 107 <path d=M1,1l6.2,6L13,1></path>
## 108 </svg>
## 109 </summary>
## 110 <div class=dropdown-menu flex-auto rounded-1 bg-white px-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4>
## 111 <a href=/features class=py-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover data-ga-click=(Logged out) Header, go to Features>Features <span class=Bump-link-symbol float-right text-normal text-gray-light>→</span></a>
## 112 <ul class=list-style-none f5 pb-3>
## 113 <li class=edge-item-fix><a href=/features/code-review/ class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Code review>Code review</a></li>
## 114 <li class=edge-item-fix><a href=/features/project-management/ class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Project management>Project management</a></li>
## 115 <li class=edge-item-fix><a href=/features/integrations class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Integrations>Integrations</a></li>
## 116 <li class=edge-item-fix><a href=/features/actions class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Actions>Actions</a>
## 117 <li class=edge-item-fix><a href=/features/package-registry class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Package Registry>Package registry</a>
## 118 <li class=edge-item-fix><a href=/features#team-management class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Team management>Team management</a></li>
## 119 <li class=edge-item-fix><a href=/features#social-coding class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Social coding>Social coding</a></li>
## 120 <li class=edge-item-fix><a href=/features#documentation class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Documentation>Documentation</a></li>
## 121 <li class=edge-item-fix><a href=/features#code-hosting class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Code hosting>Code hosting</a></li>
## 122 </ul>
## 123 <ul class=list-style-none mb-0 border-lg-top pt-lg-3>
## 124 <li class=edge-item-fix><a href=/customer-stories class=py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover data-ga-click=(Logged out) Header, go to Customer stories>Customer stories <span class=Bump-link-symbol float-right text-normal text-gray-light>→</span></a></li>
## 125 <li class=edge-item-fix><a href=/security class=py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover data-ga-click=(Logged out) Header, go to Security>Security <span class=Bump-link-symbol float-right text-normal text-gray-light>→</span></a></li>
## 126 </ul>
## 127 </div>
## 128 </details>
## 129 </li>
## 130 <li class=border-bottom border-lg-bottom-0 mr-0 mr-lg-3>
## 131 <a href=/enterprise class=HeaderMenu-link no-underline py-3 d-block d-lg-inline-block data-ga-click=(Logged out) Header, go to Enterprise>Enterprise</a>
## 132 </li>
## 133 <li class=d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center >
## 134 <details class=HeaderMenu-details details-overlay details-reset width-full>
## 135 <summary class=HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block>
## 136 Explore
## 137 <svg x=0px y=0px viewBox=0 0 14 8 xml:space=preserve fill=none class=icon-chevon-down-mktg position-absolute position-lg-relative>
## 138 <path d=M1,1l6.2,6L13,1></path>
## 139 </svg>
## 140 </summary>
## 141 <div class=dropdown-menu flex-auto rounded-1 bg-white px-0 pt-2 pb-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4>
## 142 <ul class=list-style-none mb-3>
## 143 <li class=edge-item-fix><a href=/explore class=py-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover data-ga-click=(Logged out) Header, go to Explore>Explore GitHub <span class=Bump-link-symbol float-right text-normal text-gray-light>→</span></a></li>
## 144 </ul>
## 145 <h4 class=text-gray-light text-normal text-mono f5 mb-2 border-lg-top pt-lg-3>Learn & contribute</h4>
## 146 <ul class=list-style-none mb-3>
## 147 <li class=edge-item-fix><a href=/topics class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Topics>Topics</a></li>
## 148 <li class=edge-item-fix><a href=/collections class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Collections>Collections</a></li>
## 149 <li class=edge-item-fix><a href=/trending class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Trending>Trending</a></li>
## 150 <li class=edge-item-fix><a href=https://lab.github.com/ class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Learning lab>Learning Lab</a></li>
## 151 <li class=edge-item-fix><a href=https://opensource.guide class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Open source guides>Open source guides</a></li>
## 152 </ul>
## 153 <h4 class=text-gray-light text-normal text-mono f5 mb-2 border-lg-top pt-lg-3>Connect with others</h4>
## 154 <ul class=list-style-none mb-0>
## 155 <li class=edge-item-fix><a href=https://github.com/events class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Events>Events</a></li>
## 156 <li class=edge-item-fix><a href=https://github.community class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Community forum>Community forum</a></li>
## 157 <li class=edge-item-fix><a href=https://education.github.com class=py-2 pb-0 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to GitHub Education>GitHub Education</a></li>
## 158 </ul>
## 159 </div>
## 160 </details>
## 161 </li>
## 162 <li class=border-bottom border-lg-bottom-0 mr-0 mr-lg-3>
## 163 <a href=/marketplace class=HeaderMenu-link no-underline py-3 d-block d-lg-inline-block data-ga-click=(Logged out) Header, go to Marketplace>Marketplace</a>
## 164 </li>
## 165 <li class=d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center >
## 166 <details class=HeaderMenu-details details-overlay details-reset width-full>
## 167 <summary class=HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block>
## 168 Pricing
## 169 <svg x=0px y=0px viewBox=0 0 14 8 xml:space=preserve fill=none class=icon-chevon-down-mktg position-absolute position-lg-relative>
## 170 <path d=M1,1l6.2,6L13,1></path>
## 171 </svg>
## 172 </summary>
## 173 <div class=dropdown-menu flex-auto rounded-1 bg-white px-0 pt-2 pb-4 mt-0 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4>
## 174 <a href=/pricing class=pb-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover data-ga-click=(Logged out) Header, go to Pricing>Plans <span class=Bump-link-symbol float-right text-normal text-gray-light>→</span></a>
## 175 <ul class=list-style-none mb-3>
## 176 <li class=edge-item-fix><a href=/pricing#feature-comparison class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Compare plans>Compare plans</a></li>
## 177 <li class=edge-item-fix><a href=https://enterprise.github.com/contact class=py-2 lh-condensed-ultra d-block link-gray no-underline f5 data-ga-click=(Logged out) Header, go to Contact Sales>Contact Sales</a></li>
## 178 </ul>
## 179 <ul class=list-style-none mb-0 border-lg-top pt-lg-3>
## 180 <li class=edge-item-fix><a href=/nonprofit class=py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover data-ga-click=(Logged out) Header, go to Nonprofits>Nonprofit <span class=Bump-link-symbol float-right text-normal text-gray-light>→</span></a></li>
## 181 <li class=edge-item-fix><a href=https://education.github.com class=py-2 pb-0 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover data-ga-click=(Logged out) Header, go to Education>Education <span class=Bump-link-symbol float-right text-normal text-gray-light>→</span></a></li>
## 182 </ul>
## 183 </div>
## 184 </details>
## 185 </li>
## 186 </ul>
## 187 </nav>
## 188 <div class=d-lg-flex flex-items-center px-3 px-lg-0 text-center text-lg-left>
## 189 <div class=d-lg-flex mb-3 mb-lg-0>
## 190 <div class=header-search flex-self-stretch flex-lg-self-auto mr-0 mr-lg-3 mb-3 mb-lg-0 scoped-search site-scoped-search js-site-search position-relative js-jump-to
## 191 role=combobox
## 192 aria-owns=jump-to-results
## 193 aria-label=Search or jump to
## 194 aria-haspopup=listbox
## 195 aria-expanded=false
## 196 >
## 197 <div class=position-relative>
## 198 <!-- '` --><!-- </textarea></xmp> --></option></form><form class=js-site-search-form role=search aria-label=Site data-scope-type=Repository data-scope-id=198117449 data-scoped-search-url=/JMawyin/MSDS2019/search data-unscoped-search-url=/search action=/JMawyin/MSDS2019/search accept-charset=UTF-8 method=get><input name=utf8 type=hidden value=✓ />\n <label class=form-control input-sm header-search-wrapper p-0 header-search-wrapper-jump-to position-relative d-flex flex-justify-between flex-items-center js-chromeless-input-container>\n <input type=text\n class=form-control input-sm header-search-input jump-to-field js-jump-to-field js-site-search-focus js-site-search-field is-clearable\n data-hotkey=s
## 199 /\n name=q\n value="\n placeholder=Search\n data-unscoped-placeholder=Search GitHub\n data-scoped-placeholder=Search\n autocapitalize=off\n aria-autocomplete=list\n aria-controls=jump-to-results\n aria-label=Search\n data-jump-to-suggestions-path=/_graphql/GetSuggestedNavigationDestinations#csrf-token=mVlbr6IRmSXSkvnUv9wW6GYQ4c6gNnfuzn2NpAGGlupupJM94sJ0vE9s2VUx2I6lZfHPoy4ppFUiT+RbI0HuDg==\n spellcheck=false\n autocomplete=off\n >\n <input type=hidden class=js-site-search-type-field name=type >\n <img src=https://github.githubassets.com/images/search-key-slash.svg alt=" class=mr-2 header-search-key-slash>\n\n <div class=Box position-absolute overflow-hidden d-none jump-to-suggestions js-jump-to-suggestions-container>\n \n<ul class=d-none js-jump-to-suggestions-template-container>\n \n\n<li class=d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-suggestion role=option>\n <a tabindex=-1 class=no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2 href=">\n <div class=jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none>\n <svg height=16 width=16 class=octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none title=Repository aria-label=Repository viewBox=0 0 12 16 version=1.1 role=img><path fill-rule=evenodd d=M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z/></svg>\n <svg height=16 width=16 class=octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none title=Project aria-label=Project viewBox=0 0 15 16 version=1.1 role=img><path fill-rule=evenodd d=M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z/></svg>\n <svg height=16 width=16 class=octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none title=Search aria-label=Search viewBox=0 0 16 16 version=1.1 role=img><path fill-rule=evenodd d=M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z/></svg>\n </div>\n\n <img class=avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none alt=" aria-label=Team src=" width=28 height=28>\n\n <div class=jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target>\n </div>\n\n <div class=border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search>\n <span class=js-jump-to-badge-search-text-default d-none aria-label=in this repository>\n In this repository\n </span>\n <span class=js-jump-to-badge-search-text-global d-none aria-label=in all of GitHub>\n All GitHub\n </span>\n <span aria-hidden=true class=d-inline-block ml-1 v-align-middle>↵</span>\n </div>\n\n <div aria-hidden=true class=border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump>\n Jump to\n <span class=d-inline-block ml-1 v-align-middle>↵</span>\n </div>\n </a>\n</li>\n\n</ul>\n\n<ul class=d-none js-jump-to-no-results-template-container>\n <li class=d-flex flex-justify-center flex-items-center f5 d-none js-jump-to-suggestion p-2>\n <span class=text-gray>No suggested jump to results</span>\n </li>\n</ul>\n\n<ul id=jump-to-results role=listbox class=p-0 m-0 js-navigation-container jump-to-suggestions-results-container js-jump-to-suggestions-results-container>\n \n\n<li class=d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-scoped-search d-none role=option>\n <a tabindex=-1 class=no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2 href=">\n <div class=jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none>\n <svg height=16 width=16 class=octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none title=Repository aria-label=Repository viewBox=0 0 12 16 version=1.1 role=img><path fill-rule=evenodd d=M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z/></svg>\n <svg height=16 width=16 class=octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none title=Project aria-label=Project viewBox=0 0 15 16 version=1.1 role=img><path fill-rule=evenodd d=M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z/></svg>\n <svg height=16 width=16 class=octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none title=Search aria-label=Search viewBox=0 0 16 16 version=1.1 role=img><path fill-rule=evenodd d=M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z/></svg>\n </div>\n\n <img class=avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none alt=" aria-label=Team src=" width=28 height=28>\n\n <div class=jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target>\n </div>\n\n <div class=border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search>\n <span class=js-jump-to-badge-search-text-default d-none aria-label=in this repository>\n In this repository\n </span>\n <span class=js-jump-to-badge-search-text-global d-none aria-label=in all of GitHub>\n All GitHub\n </span>\n <span aria-hidden=true class=d-inline-block ml-1 v-align-middle>↵</span>\n </div>\n\n <div aria-hidden=true class=border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump>\n Jump to\n <span class=d-inline-block ml-1 v-align-middle>↵</span>\n </div>\n </a>\n</li>\n\n \n\n<li class=d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-global-search d-none role=option>\n <a tabindex=-1 class=no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2 href=">\n <div class=jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none>\n <svg height=16 width=16 class=octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none title=Repository aria-label=Repository viewBox=0 0 12 16 version=1.1 role=img><path fill-rule=evenodd d=M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z/></svg>\n <svg height=16 width=16 class=octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none title=Project aria-label=Project viewBox=0 0 15 16 version=1.1 role=img><path fill-rule=evenodd d=M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z/></svg>\n <svg height=16 width=16 class=octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none title=Search aria-label=Search viewBox=0 0 16 16 version=1.1 role=img><path fill-rule=evenodd d=M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z/></svg>\n </div>\n\n <img class=avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none alt=" aria-label=Team src=" width=28 height=28>\n\n <div class=jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target>\n </div>\n\n <div class=border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search>\n <span class=js-jump-to-badge-search-text-default d-none aria-label=in this repository>\n In this repository\n </span>\n <span class=js-jump-to-badge-search-text-global d-none aria-label=in all of GitHub>\n All GitHub\n </span>\n <span aria-hidden=true class=d-inline-block ml-1 v-align-middle>↵</span>\n </div>\n\n <div aria-hidden=true class=border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump>\n Jump to\n <span class=d-inline-block ml-1 v-align-middle>↵</span>\n </div>\n </a>\n</li>\n\n\n</ul>\n\n </div>\n </label>\n</form> </div>\n</div>\n\n </div>\n\n <a href=/login?return_to=%2FJMawyin%2FMSDS2019%2Fblob%2Fmaster%2FFlorida.csv\n class=HeaderMenu-link no-underline mr-3\n data-hydro-click={"event_type":"authentication.click"
## 200 "payload":{"location_in_page":"site header menu"
## 201 "repository_id":null
## 202 "auth_type":"SIGN_UP"
## 203 "client_id":null
## 204 "originating_request_id":"E608:3C2C:52FE9:8C9F1:5D3E45A0"
## 205 "originating_url":"https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv"
## 206 "referrer":null
## 207 "user_id":null}} data-hydro-click-hmac=4f676469ab6b6578047bce9da623788a43257b591f4651426cbda2d6d7315634\n data-ga-click=(Logged out) Header
## 208 clicked Sign in
## 209 text:sign-in>\n Sign in\n </a>\n <a href=/join?source=header-repo\n class=HeaderMenu-link d-inline-block no-underline border border-gray-dark rounded-1 px-2 py-1\n data-hydro-click={"event_type":"authentication.click"
## 210 "payload":{"location_in_page":"site header menu"
## 211 "repository_id":null
## 212 "auth_type":"SIGN_UP"
## 213 "client_id":null
## 214 "originating_request_id":"E608:3C2C:52FE9:8C9F1:5D3E45A0"
## 215 "originating_url":"https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv"
## 216 "referrer":null
## 217 "user_id":null}} data-hydro-click-hmac=4f676469ab6b6578047bce9da623788a43257b591f4651426cbda2d6d7315634\n data-ga-click=(Logged out) Header
## 218 clicked Sign up
## 219 text:sign-up>\n Sign up\n </a>\n </div>\n </div>\n </div>\n</header>\n\n </div>\n\n <div id=start-of-content class=show-on-focus></div>\n\n\n <div id=js-flash-container>\n\n</div>\n\n\n\n <div class=application-main data-commit-hovercards-enabled>\n <div itemscope itemtype=http://schema.org/SoftwareSourceCode class=">\n <main >\n \n\n\n \n\n\n\n\n\n\n\n\n <div class=pagehead repohead instapaper_ignore readability-menu experiment-repo-nav pt-0 pt-lg-4 >\n <div class=repohead-details-container clearfix container-lg p-responsive d-none d-lg-block>\n\n <ul class=pagehead-actions>\n\n\n\n\n <li>\n \n <a class=tooltipped tooltipped-s btn btn-sm btn-with-count aria-label=You must be signed in to watch a repository rel=nofollow data-hydro-click={"event_type":"authentication.click"
## 220 "payload":{"location_in_page":"notification subscription menu watch"
## 221 "repository_id":null
## 222 "auth_type":"LOG_IN"
## 223 "client_id":null
## 224 "originating_request_id":"E608:3C2C:52FE9:8C9F1:5D3E45A0"
## 225 "originating_url":"https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv"
## 226 "referrer":null
## 227 "user_id":null}} data-hydro-click-hmac=40c02dc511455c7b7d297248bdf53ab514dc1405851dc63a606778f9fc90bf00 href=/login?return_to=%2FJMawyin%2FMSDS2019>\n <svg class=octicon octicon-eye v-align-text-bottom viewBox=0 0 16 16 version=1.1 width=16 height=16 aria-hidden=true><path fill-rule=evenodd d=M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z/></svg>\n Watch\n</a> <a class=social-count href=/JMawyin/MSDS2019/watchers\n aria-label=0 users are watching this repository>\n 0\n </a>\n\n </li>\n\n <li>\n <a class=btn btn-sm btn-with-count tooltipped tooltipped-s aria-label=You must be signed in to star a repository rel=nofollow data-hydro-click={"event_type":"authentication.click"
## 228 "payload":{"location_in_page":"star button"
## 229 "repository_id":198117449
## 230 "auth_type":"LOG_IN"
## 231 "client_id":null
## 232 "originating_request_id":"E608:3C2C:52FE9:8C9F1:5D3E45A0"
## 233 "originating_url":"https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv"
## 234 "referrer":null
## 235 "user_id":null}} data-hydro-click-hmac=549d159e0c2e1b4d46ff87392c6c6c7e42caf3cd12618cc1a39fb4602e3ed499 href=/login?return_to=%2FJMawyin%2FMSDS2019>\n <svg class=octicon octicon-star v-align-text-bottom viewBox=0 0 14 16 version=1.1 width=14 height=16 aria-hidden=true><path fill-rule=evenodd d=M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z/></svg>\n Star\n</a>\n <a class=social-count js-social-count href=/JMawyin/MSDS2019/stargazers\n aria-label=0 users starred this repository>\n 0\n </a>\n\n </li>\n\n <li>\n <a class=btn btn-sm btn-with-count tooltipped tooltipped-s aria-label=You must be signed in to fork a repository rel=nofollow data-hydro-click={"event_type":"authentication.click"
## 236 "payload":{"location_in_page":"repo details fork button"
## 237 "repository_id":198117449
## 238 "auth_type":"LOG_IN"
## 239 "client_id":null
## 240 "originating_request_id":"E608:3C2C:52FE9:8C9F1:5D3E45A0"
## 241 "originating_url":"https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv"
## 242 "referrer":null
## 243 "user_id":null}} data-hydro-click-hmac=02c5b7fa06b0ac37743d7b031cea4b927a512b0e0f7496c51aa282dce640dc1a href=/login?return_to=%2FJMawyin%2FMSDS2019>\n <svg class=octicon octicon-repo-forked v-align-text-bottom viewBox=0 0 10 16 version=1.1 width=10 height=16 aria-hidden=true><path fill-rule=evenodd d=M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z/></svg>\n Fork\n</a>\n <a href=/JMawyin/MSDS2019/network/members class=social-count\n aria-label=0 users forked this repository>\n 0\n </a>\n </li>\n</ul>\n\n <h1 class=public >\n <svg class=octicon octicon-repo viewBox=0 0 12 16 version=1.1 width=12 height=16 aria-hidden=true><path fill-rule=evenodd d=M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z/></svg>\n <span class=author itemprop=author><a class=url fn rel=author data-hovercard-type=user data-hovercard-url=/hovercards?user_id=53021584 data-octo-click=hovercard-link-click data-octo-dimensions=link_type:self href=/JMawyin>JMawyin</a></span><!--\n--><span class=path-divider>/</span><!--\n--><strong itemprop=name><a data-pjax=#js-repo-pjax-container href=/JMawyin/MSDS2019>MSDS2019</a></strong>\n \n\n</h1>\n\n </div>\n \n<nav class=hx_reponav reponav js-repo-nav js-sidenav-container-pjax container-lg p-responsive d-none d-lg-block\n itemscope\n itemtype=http://schema.org/BreadcrumbList\n aria-label=Repository\n data-pjax=#js-repo-pjax-container>\n\n <span itemscope itemtype=http://schema.org/ListItem itemprop=itemListElement>\n <a class=js-selected-navigation-item selected reponav-item itemprop=url data-hotkey=g c aria-current=page data-selected-links=repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages /JMawyin/MSDS2019 href=/JMawyin/MSDS2019>\n <svg class=octicon octicon-code viewBox=0 0 14 16 version=1.1 width=14 height=16 aria-hidden=true><path fill-rule=evenodd d=M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z/></svg>\n <span itemprop=name>Code</span>\n <meta itemprop=position content=1>\n</a> </span>\n\n <span itemscope itemtype=http://schema.org/ListItem itemprop=itemListElement>\n <a itemprop=url data-hotkey=g i class=js-selected-navigation-item reponav-item data-selected-links=repo_issues repo_labels repo_milestones /JMawyin/MSDS2019/issues href=/JMawyin/MSDS2019/issues>\n <svg class=octicon octicon-issue-opened viewBox=0 0 14 16 version=1.1 width=14 height=16 aria-hidden=true><path fill-rule=evenodd d=M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z/></svg>\n <span itemprop=name>Issues</span>\n <span class=Counter>0</span>\n <meta itemprop=position content=2>\n</a> </span>\n\n <span itemscope itemtype=http://schema.org/ListItem itemprop=itemListElement>\n <a data-hotkey=g p itemprop=url class=js-selected-navigation-item reponav-item data-selected-links=repo_pulls checks /JMawyin/MSDS2019/pulls href=/JMawyin/MSDS2019/pulls>\n <svg class=octicon octicon-git-pull-request viewBox=0 0 12 16 version=1.1 width=12 height=16 aria-hidden=true><path fill-rule=evenodd d=M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z/></svg>\n <span itemprop=name>Pull requests</span>\n <span class=Counter>0</span>\n <meta itemprop=position content=3>\n</a> </span>\n\n\n <a data-hotkey=g b class=js-selected-navigation-item reponav-item data-selected-links=repo_projects new_repo_project repo_project /JMawyin/MSDS2019/projects href=/JMawyin/MSDS2019/projects>\n <svg class=octicon octicon-project viewBox=0 0 15 16 version=1.1 width=15 height=16 aria-hidden=true><path fill-rule=evenodd d=M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z/></svg>\n Projects\n <span class=Counter >0</span>\n</a>\n\n\n <a data-skip-pjax=true class=js-selected-navigation-item reponav-item data-selected-links=security alerts policy /JMawyin/MSDS2019/security/advisories href=/JMawyin/MSDS2019/security/advisories>\n <svg class=octicon octicon-shield viewBox=0 0 14 16 version=1.1 width=14 height=16 aria-hidden=true><path fill-rule=evenodd d=M0 2l7-2 7 2v6.02C14 12.69 8.69 16 7 16c-1.69 0-7-3.31-7-7.98V2zm1 .75L7 1l6 1.75v5.268C13 12.104 8.449 15 7 15c-1.449 0-6-2.896-6-6.982V2.75zm1 .75L7 2v12c-1.207 0-5-2.482-5-5.985V3.5z/></svg>\n Security\n</a>\n <a class=js-selected-navigation-item reponav-item data-selected-links=repo_graphs repo_contributors dependency_graph pulse people /JMawyin/MSDS2019/pulse href=/JMawyin/MSDS2019/pulse>\n <svg class=octicon octicon-graph viewBox=0 0 16 16 version=1.1 width=16 height=16 aria-hidden=true><path fill-rule=evenodd d=M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z/></svg>\n Insights\n</a>\n\n</nav>\n\n <div class=reponav-wrapper reponav-small d-lg-none>\n <nav class=reponav js-reponav text-center no-wrap\n itemscope\n itemtype=http://schema.org/BreadcrumbList>\n\n <span itemscope itemtype=http://schema.org/ListItem itemprop=itemListElement>\n <a class=js-selected-navigation-item selected reponav-item itemprop=url aria-current=page data-selected-links=repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages /JMawyin/MSDS2019 href=/JMawyin/MSDS2019>\n <span itemprop=name>Code</span>\n <meta itemprop=position content=1>\n</a> </span>\n\n <span itemscope itemtype=http://schema.org/ListItem itemprop=itemListElement>\n <a itemprop=url class=js-selected-navigation-item reponav-item data-selected-links=repo_issues repo_labels repo_milestones /JMawyin/MSDS2019/issues href=/JMawyin/MSDS2019/issues>\n <span itemprop=name>Issues</span>\n <span class=Counter>0</span>\n <meta itemprop=position content=2>\n</a> </span>\n\n <span itemscope itemtype=http://schema.org/ListItem itemprop=itemListElement>\n <a itemprop=url class=js-selected-navigation-item reponav-item data-selected-links=repo_pulls checks /JMawyin/MSDS2019/pulls href=/JMawyin/MSDS2019/pulls>\n <span itemprop=name>Pull requests</span>\n <span class=Counter>0</span>\n <meta itemprop=position content=3>\n</a> </span>\n\n <span itemscope itemtype=http://schema.org/ListItem itemprop=itemListElement>\n <a itemprop=url class=js-selected-navigation-item reponav-item data-selected-links=repo_projects new_repo_project repo_project /JMawyin/MSDS2019/projects href=/JMawyin/MSDS2019/projects>\n <span itemprop=name>Projects</span>\n <span class=Counter>0</span>\n <meta itemprop=position content=4>\n</a> </span>\n\n\n <a itemprop=url class=js-selected-navigation-item reponav-item data-selected-links=security alerts policy /JMawyin/MSDS2019/security/advisories href=/JMawyin/MSDS2019/security/advisories>\n <span itemprop=name>Security</span>\n <meta itemprop=position content=6>\n</a>\n <a class=js-selected-navigation-item reponav-item data-selected-links=pulse /JMawyin/MSDS2019/pulse href=/JMawyin/MSDS2019/pulse>\n Pulse\n</a>\n\n </nav>\n</div>\n\n\n </div>\n<div class=container-lg clearfix new-discussion-timeline experiment-repo-nav p-responsive>\n <div class=repository-content >\n\n \n \n\n\n \n <a class=d-none js-permalink-shortcut data-hotkey=y href=/JMawyin/MSDS2019/blob/4caa8868eececa0497aca99f01dbfc754422e8c0/Florida.csv>Permalink</a>\n\n <!-- blob contrib key: blob_contributors:v21:aad91e2c3a8e8f7a62e5d00c7722a908 -->\n <div class=signup-prompt-bg rounded-1>\n <div class=signup-prompt p-4 text-center mb-4 rounded-1>\n <div class=position-relative>\n <!-- '` --><!-- </textarea></xmp> --></option></form><form action=/prompt_dismissals/signup accept-charset=UTF-8 method=post><input name=utf8 type=hidden value=✓ /><input type=hidden name=_method value=put /><input type=hidden name=authenticity_token value=Y/d47wOO5KPxjCeaWiPcgDppwGdvwR+3IInHhDIiAONSGaQOSPWkJSKuJxbhckbJQ/AVU+58QyEVXeZfskExIg== />
## 244 <button type=submit class=position-absolute top-0 right-0 btn-link link-gray data-ga-click=(Logged out) Sign up prompt, clicked Dismiss, text:dismiss>
## 245 Dismiss
## 246 </button>
## 247 </form> <h3 class=pt-2>Join GitHub today</h3>
## 248 <p class=col-6 mx-auto>GitHub is home to over 36 million developers working together to host and review code
## 249 manage projects
## 250 and build software together.</p>
## 251 <a class=btn btn-primary data-hydro-click={"event_type":"authentication.click","payload":{"location_in_page":"files signup prompt","repository_id":null,"auth_type":"SIGN_UP","client_id":null,"originating_request_id":"E608:3C2C:52FE9:8C9F1:5D3E45A0","originating_url":"https://github.com/JMawyin/MSDS2019/blob/master/Florida.csv","referrer":null,"user_id":null}} data-hydro-click-hmac=7fa984658b78b406f3cdd62197ad6b5bad1dba14a6e9675bee3b18168fb5c40a data-ga-click=(Logged out) Sign up prompt, clicked Sign up, text:sign-up href=/join?source=prompt-blob-show>Sign up</a>
## 252 </div>
## 253 </div>
## 254 </div>
## 255 <div class=d-flex flex-items-start flex-shrink-0 mb-2 flex-column flex-md-row>
## 256 <span class=d-flex flex-justify-between width-full width-md-auto>
## 257
## 258 <details class=details-reset details-overlay select-menu branch-select-menu hx_rsm id=branch-select-menu>
## 259 <summary class=btn btn-sm select-menu-button css-truncate
## 260 data-hotkey=w
## 261
## 262 title=Switch branches or tags>
## 263 <i>Branch:</i>
## 264 <span class=css-truncate-target>master</span>
## 265 </summary>
## 266 <details-menu class=select-menu-modal hx_rsm-modal position-absolute style=z-index: 99; src=/JMawyin/MSDS2019/ref-list/master/Florida.csv?source_action=show&source_controller=blob preload>
## 267 <include-fragment class=select-menu-loading-overlay anim-pulse>
## 268 <svg height=32 class=octicon octicon-octoface viewBox=0 0 16 16 version=1.1 width=32 aria-hidden=true><path fill-rule=evenodd d=M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z/></svg>
## 269 </include-fragment>
## 270 </details-menu>
## 271 </details>
## 272 <div class=BtnGroup flex-shrink-0 d-md-none>
## 273 <a href=/JMawyin/MSDS2019/find/master
## 274 class=js-pjax-capture-input btn btn-sm BtnGroup-item
## 275 data-pjax
## 276 data-hotkey=t>
## 277 Find file
## 278 </a>
## 279 <clipboard-copy value=Florida.csv class=btn btn-sm BtnGroup-item>
## 280 Copy path
## 281 </clipboard-copy>
## 282 </div>
## 283 </span>
## 284 <h2 id=blob-path class=breadcrumb flex-auto min-width-0 text-normal flex-md-self-center ml-md-2 mr-md-3 my-2 my-md-0>
## 285 <span class=js-repo-root text-bold><span class=js-path-segment><a data-pjax=true href=/JMawyin/MSDS2019><span>MSDS2019</span></a></span></span><span class=separator>/</span><strong class=final-path>Florida.csv</strong>
## 286 </h2>
## 287 <div class=BtnGroup flex-shrink-0 d-none d-md-inline-block>
## 288 <a href=/JMawyin/MSDS2019/find/master
## 289 class=js-pjax-capture-input btn btn-sm BtnGroup-item
## 290 data-pjax
## 291 data-hotkey=t>
## 292 Find file
## 293 </a>
## 294 <clipboard-copy value=Florida.csv class=btn btn-sm BtnGroup-item>
## 295 Copy path
## 296 </clipboard-copy>
## 297 </div>
## 298 </div>
## 299
## 300 <div class=Box Box--condensed d-flex flex-column flex-shrink-0>
## 301 <div class=Box-body d-flex flex-justify-between bg-blue-light flex-column flex-md-row flex-items-start flex-md-items-center>
## 302 <span class=pr-md-4 f6>
## 303 <a rel=author data-skip-pjax=true data-hovercard-type=user data-hovercard-url=/hovercards?user_id=53021584 data-octo-click=hovercard-link-click data-octo-dimensions=link_type:self href=/JMawyin><img class=avatar src=https://avatars0.githubusercontent.com/u/53021584?s=40&v=4 width=20 height=20 alt=@JMawyin /></a>
## 304 <a class=text-bold link-gray-dark lh-default v-align-middle rel=author data-hovercard-type=user data-hovercard-url=/hovercards?user_id=53021584 data-octo-click=hovercard-link-click data-octo-dimensions=link_type:self href=/JMawyin>JMawyin</a>
## 305 <span class=lh-default v-align-middle>
## 306 <a data-pjax=true title=Add files via upload class=link-gray href=/JMawyin/MSDS2019/commit/4caa8868eececa0497aca99f01dbfc754422e8c0>Add files via upload</a>
## 307 </span>
## 308 </span>
## 309 <span class=d-inline-block flex-shrink-0 v-align-bottom f6 mt-2 mt-md-0>
## 310 <a class=pr-2 text-mono link-gray href=/JMawyin/MSDS2019/commit/4caa8868eececa0497aca99f01dbfc754422e8c0 data-pjax>4caa886</a>
## 311 <relative-time datetime=2019-07-28T22:38:53Z>Jul 28
## 312 2019</relative-time>
## 313 </span>
## 314 </div>
## 315 <div class=Box-body d-flex flex-items-center flex-auto f6 border-bottom-0 flex-wrap >
## 316 <details class=details-reset details-overlay details-overlay-dark lh-default text-gray-dark float-left mr-2 id=blob_contributors_box>
## 317 <summary class=btn-link aria-haspopup=dialog>
## 318 <span><strong>1</strong> contributor</span>
## 319 </summary>
## 320 <details-dialog
## 321 class=Box Box--overlay d-flex flex-column anim-fade-in fast
## 322 aria-label=Users who have contributed to this file
## 323 src=/JMawyin/MSDS2019/contributors/4caa8868eececa0497aca99f01dbfc754422e8c0/Florida.csv/list preload>
## 324 <div class=Box-header>
## 325 <button class=Box-btn-octicon btn-octicon float-right type=button aria-label=Close dialog data-close-dialog>
## 326 <svg class=octicon octicon-x viewBox=0 0 12 16 version=1.1 width=12 height=16 aria-hidden=true><path fill-rule=evenodd d=M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z/></svg>
## 327 </button>
## 328 <h3 class=Box-title>
## 329 Users who have contributed to this file
## 330 </h3>
## 331 </div>
## 332 <include-fragment class=octocat-spinner my-3 aria-label=Loading...></include-fragment>
## 333 </details-dialog>
## 334 </details>
## 335 </div>
## 336 </div>
## 337 <div class=Box mt-3 position-relative>
## 338
## 339 <div class=Box-header py-2 d-flex flex-column flex-shrink-0 flex-md-row flex-md-items-center>
## 340 <div class=text-mono f6 flex-auto pr-3 flex-order-2 flex-md-order-1 mt-2 mt-md-0>
## 341 69 lines (68 sloc)
## 342 <span class=file-info-divider></span>
## 343 3.43 KB
## 344 </div>
## 345 <div class=d-flex py-1 py-md-0 flex-auto flex-order-1 flex-md-order-2 flex-sm-grow-0 flex-justify-between>
## 346 <div class=BtnGroup>
## 347 <a id=raw-url class=btn btn-sm BtnGroup-item href=/JMawyin/MSDS2019/raw/master/Florida.csv>Raw</a>
## 348 <a class=btn btn-sm js-update-url-with-hash BtnGroup-item data-hotkey=b href=/JMawyin/MSDS2019/blame/master/Florida.csv>Blame</a>
## 349 <a rel=nofollow class=btn btn-sm BtnGroup-item href=/JMawyin/MSDS2019/commits/master/Florida.csv>History</a>
## 350 </div>
## 351 <div>
## 352 <button type=button class=btn-octicon disabled tooltipped tooltipped-nw
## 353 aria-label=You must be signed in to make or propose changes>
## 354 <svg class=octicon octicon-pencil viewBox=0 0 14 16 version=1.1 width=14 height=16 aria-hidden=true><path fill-rule=evenodd d=M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z/></svg>
## 355 </button>
## 356 <button type=button class=btn-octicon btn-octicon-danger disabled tooltipped tooltipped-nw
## 357 aria-label=You must be signed in to make or propose changes>
## 358 <svg class=octicon octicon-trashcan viewBox=0 0 12 16 version=1.1 width=12 height=16 aria-hidden=true><path fill-rule=evenodd d=M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z/></svg>
## 359 </button>
## 360 </div>
## 361 </div>
## 362 </div>
## 363
## 364 <div itemprop=text class=Box-body p-0 blob-wrapper data type-csv >
## 365 <div class=blob-interaction-bar>
## 366 <svg class=octicon octicon-search viewBox=0 0 16 16 version=1.1 width=16 height=16 aria-hidden=true><path fill-rule=evenodd d=M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z/></svg>
## 367 <input type=text name=filter class=form-control js-csv-filter-field blob-filter autocapitalize=off
## 368 placeholder=Search this file… aria-label=Search this file…>
## 369 </div>
## 370 <div class=markdown-body>
## 371 <table class=js-csv-data csv-data js-file-line-container>
## 372 <thead>
## 373 <tr id=LC1 class=js-file-line>
## 374 <td id=L1 class=blob-num js-line-number data-line-number=1></td>
## 375 <th></th>
## 376 <th>GORE</th>
## 377 <th>BUSH</th>
## 378 <th>BUCHANAN</th>
## 379 <th>NADER</th>
## 380 <th>BROWNE</th>
## 381 <th>HAGELIN</th>
## 382 <th>HARRIS</th>
## 383 <th>MCREYNOLDS</th>
## 384 <th>MOOREHEAD</th>
## 385 <th>PHILLIPS</th>
## 386 <th>Total</th>
## 387 </tr>
## 388 </thead>
## 389 <tbody>
## 390 <tr id=LC2 class=js-file-line>
## 391 <td id=L2 class=blob-num js-line-number data-line-number=2></td>
## 392 <td>ALACHUA</td>
## 393 <td>47300</td>
## 394 <td>34062</td>
## 395 <td>262</td>
## 396 <td>3215</td>
## 397 <td>658</td>
## 398 <td>42</td>
## 399 <td>4</td>
## 400 <td>658</td>
## 401 <td>21</td>
## 402 <td>20</td>
## 403 <td>86242</td>
## 404 </tr>
## 405 <tr id=LC3 class=js-file-line>
## 406 <td id=L3 class=blob-num js-line-number data-line-number=3></td>
## 407 <td>BAKER</td>
## 408 <td>2392</td>
## 409 <td>5610</td>
## 410 <td>73</td>
## 411 <td>53</td>
## 412 <td>17</td>
## 413 <td>3</td>
## 414 <td>0</td>
## 415 <td>0</td>
## 416 <td>3</td>
## 417 <td>3</td>
## 418 <td>8154</td>
## 419 </tr>
## 420 <tr id=LC4 class=js-file-line>
## 421 <td id=L4 class=blob-num js-line-number data-line-number=4></td>
## 422 <td>BAY</td>
## 423 <td>18850</td>
## 424 <td>38637</td>
## 425 <td>248</td>
## 426 <td>828</td>
## 427 <td>171</td>
## 428 <td>18</td>
## 429 <td>5</td>
## 430 <td>3</td>
## 431 <td>37</td>
## 432 <td>18</td>
## 433 <td>58815</td>
## 434 </tr>
## 435 <tr id=LC5 class=js-file-line>
## 436 <td id=L5 class=blob-num js-line-number data-line-number=5></td>
## 437 <td>BRADFORD</td>
## 438 <td>3072</td>
## 439 <td>5413</td>
## 440 <td>65</td>
## 441 <td>84</td>
## 442 <td>28</td>
## 443 <td>2</td>
## 444 <td>0</td>
## 445 <td>0</td>
## 446 <td>3</td>
## 447 <td>2</td>
## 448 <td>8669</td>
## 449 </tr>
## 450 <tr id=LC6 class=js-file-line>
## 451 <td id=L6 class=blob-num js-line-number data-line-number=6></td>
## 452 <td>BREVARD</td>
## 453 <td>97318</td>
## 454 <td>115185</td>
## 455 <td>570</td>
## 456 <td>4470</td>
## 457 <td>643</td>
## 458 <td>39</td>
## 459 <td>11</td>
## 460 <td>11</td>
## 461 <td>76</td>
## 462 <td>72</td>
## 463 <td>218395</td>
## 464 </tr>
## 465 <tr id=LC7 class=js-file-line>
## 466 <td id=L7 class=blob-num js-line-number data-line-number=7></td>
## 467 <td>BROWARD</td>
## 468 <td>386518</td>
## 469 <td>177279</td>
## 470 <td>789</td>
## 471 <td>7099</td>
## 472 <td>1212</td>
## 473 <td>128</td>
## 474 <td>49</td>
## 475 <td>35</td>
## 476 <td>123</td>
## 477 <td>74</td>
## 478 <td>573306</td>
## 479 </tr>
## 480 <tr id=LC8 class=js-file-line>
## 481 <td id=L8 class=blob-num js-line-number data-line-number=8></td>
## 482 <td>CALHOUN</td>
## 483 <td>2155</td>
## 484 <td>2873</td>
## 485 <td>90</td>
## 486 <td>39</td>
## 487 <td>10</td>
## 488 <td>1</td>
## 489 <td>0</td>
## 490 <td>1</td>
## 491 <td>3</td>
## 492 <td>2</td>
## 493 <td>5174</td>
## 494 </tr>
## 495 <tr id=LC9 class=js-file-line>
## 496 <td id=L9 class=blob-num js-line-number data-line-number=9></td>
## 497 <td>CHARLOTTE</td>
## 498 <td>29641</td>
## 499 <td>35419</td>
## 500 <td>182</td>
## 501 <td>1461</td>
## 502 <td>127</td>
## 503 <td>15</td>
## 504 <td>6</td>
## 505 <td>3</td>
## 506 <td>12</td>
## 507 <td>19</td>
## 508 <td>66885</td>
## 509 </tr>
## 510 <tr id=LC10 class=js-file-line>
## 511 <td id=L10 class=blob-num js-line-number data-line-number=10></td>
## 512 <td>CITRUS</td>
## 513 <td>25501</td>
## 514 <td>29744</td>
## 515 <td>270</td>
## 516 <td>1378</td>
## 517 <td>194</td>
## 518 <td>16</td>
## 519 <td>5</td>
## 520 <td>0</td>
## 521 <td>28</td>
## 522 <td>18</td>
## 523 <td>57154</td>
## 524 </tr>
## 525 <tr id=LC11 class=js-file-line>
## 526 <td id=L11 class=blob-num js-line-number data-line-number=11></td>
## 527 <td>CLAY</td>
## 528 <td>14630</td>
## 529 <td>41745</td>
## 530 <td>186</td>
## 531 <td>562</td>
## 532 <td>204</td>
## 533 <td>14</td>
## 534 <td>1</td>
## 535 <td>3</td>
## 536 <td>9</td>
## 537 <td>6</td>
## 538 <td>57360</td>
## 539 </tr>
## 540 <tr id=LC12 class=js-file-line>
## 541 <td id=L12 class=blob-num js-line-number data-line-number=12></td>
## 542 <td>COLLIER</td>
## 543 <td>29905</td>
## 544 <td>60426</td>
## 545 <td>122</td>
## 546 <td>1400</td>
## 547 <td>185</td>
## 548 <td>34</td>
## 549 <td>7</td>
## 550 <td>4</td>
## 551 <td>29</td>
## 552 <td>10</td>
## 553 <td>92122</td>
## 554 </tr>
## 555 <tr id=LC13 class=js-file-line>
## 556 <td id=L13 class=blob-num js-line-number data-line-number=13></td>
## 557 <td>COLUMBIA</td>
## 558 <td>7047</td>
## 559 <td>10964</td>
## 560 <td>89</td>
## 561 <td>258</td>
## 562 <td>127</td>
## 563 <td>7</td>
## 564 <td>1</td>
## 565 <td>2</td>
## 566 <td>5</td>
## 567 <td>8</td>
## 568 <td>18508</td>
## 569 </tr>
## 570 <tr id=LC14 class=js-file-line>
## 571 <td id=L14 class=blob-num js-line-number data-line-number=14></td>
## 572 <td>DADE</td>
## 573 <td>328702</td>
## 574 <td>289456</td>
## 575 <td>561</td>
## 576 <td>5355</td>
## 577 <td>759</td>
## 578 <td>119</td>
## 579 <td>88</td>
## 580 <td>36</td>
## 581 <td>124</td>
## 582 <td>69</td>
## 583 <td>625269</td>
## 584 </tr>
## 585 <tr id=LC15 class=js-file-line>
## 586 <td id=L15 class=blob-num js-line-number data-line-number=15></td>
## 587 <td>DE.SOTO</td>
## 588 <td>3322</td>
## 589 <td>4256</td>
## 590 <td>36</td>
## 591 <td>157</td>
## 592 <td>23</td>
## 593 <td>0</td>
## 594 <td>0</td>
## 595 <td>3</td>
## 596 <td>2</td>
## 597 <td>8</td>
## 598 <td>7807</td>
## 599 </tr>
## 600 <tr id=LC16 class=js-file-line>
## 601 <td id=L16 class=blob-num js-line-number data-line-number=16></td>
## 602 <td>DIXIE</td>
## 603 <td>1825</td>
## 604 <td>2698</td>
## 605 <td>29</td>
## 606 <td>75</td>
## 607 <td>32</td>
## 608 <td>2</td>
## 609 <td>0</td>
## 610 <td>0</td>
## 611 <td>2</td>
## 612 <td>3</td>
## 613 <td>4666</td>
## 614 </tr>
## 615 <tr id=LC17 class=js-file-line>
## 616 <td id=L17 class=blob-num js-line-number data-line-number=17></td>
## 617 <td>DUVAL</td>
## 618 <td>107680</td>
## 619 <td>152082</td>
## 620 <td>650</td>
## 621 <td>2752</td>
## 622 <td>954</td>
## 623 <td>160</td>
## 624 <td>36</td>
## 625 <td>16</td>
## 626 <td>41</td>
## 627 <td>57</td>
## 628 <td>264428</td>
## 629 </tr>
## 630 <tr id=LC18 class=js-file-line>
## 631 <td id=L18 class=blob-num js-line-number data-line-number=18></td>
## 632 <td>ESCAMBIA</td>
## 633 <td>40958</td>
## 634 <td>73029</td>
## 635 <td>504</td>
## 636 <td>1729</td>
## 637 <td>297</td>
## 638 <td>24</td>
## 639 <td>6</td>
## 640 <td>3</td>
## 641 <td>20</td>
## 642 <td>110</td>
## 643 <td>116680</td>
## 644 </tr>
## 645 <tr id=LC19 class=js-file-line>
## 646 <td id=L19 class=blob-num js-line-number data-line-number=19></td>
## 647 <td>FLAGLER</td>
## 648 <td>13891</td>
## 649 <td>12608</td>
## 650 <td>83</td>
## 651 <td>435</td>
## 652 <td>60</td>
## 653 <td>4</td>
## 654 <td>1</td>
## 655 <td>3</td>
## 656 <td>12</td>
## 657 <td>3</td>
## 658 <td>27100</td>
## 659 </tr>
## 660 <tr id=LC20 class=js-file-line>
## 661 <td id=L20 class=blob-num js-line-number data-line-number=20></td>
## 662 <td>FRANKLIN</td>
## 663 <td>2042</td>
## 664 <td>2448</td>
## 665 <td>33</td>
## 666 <td>85</td>
## 667 <td>17</td>
## 668 <td>3</td>
## 669 <td>1</td>
## 670 <td>0</td>
## 671 <td>2</td>
## 672 <td>3</td>
## 673 <td>4634</td>
## 674 </tr>
## 675 <tr id=LC21 class=js-file-line>
## 676 <td id=L21 class=blob-num js-line-number data-line-number=21></td>
## 677 <td>GADSDEN</td>
## 678 <td>9565</td>
## 679 <td>4750</td>
## 680 <td>39</td>
## 681 <td>139</td>
## 682 <td>24</td>
## 683 <td>4</td>
## 684 <td>7</td>
## 685 <td>3</td>
## 686 <td>12</td>
## 687 <td>6</td>
## 688 <td>14549</td>
## 689 </tr>
## 690 <tr id=LC22 class=js-file-line>
## 691 <td id=L22 class=blob-num js-line-number data-line-number=22></td>
## 692 <td>GILCHRIST</td>
## 693 <td>1910</td>
## 694 <td>3300</td>
## 695 <td>29</td>
## 696 <td>97</td>
## 697 <td>52</td>
## 698 <td>1</td>
## 699 <td>0</td>
## 700 <td>0</td>
## 701 <td>4</td>
## 702 <td>2</td>
## 703 <td>5395</td>
## 704 </tr>
## 705 <tr id=LC23 class=js-file-line>
## 706 <td id=L23 class=blob-num js-line-number data-line-number=23></td>
## 707 <td>GLADES</td>
## 708 <td>1420</td>
## 709 <td>1840</td>
## 710 <td>9</td>
## 711 <td>56</td>
## 712 <td>12</td>
## 713 <td>3</td>
## 714 <td>0</td>
## 715 <td>1</td>
## 716 <td>1</td>
## 717 <td>0</td>
## 718 <td>3342</td>
## 719 </tr>
## 720 <tr id=LC24 class=js-file-line>
## 721 <td id=L24 class=blob-num js-line-number data-line-number=24></td>
## 722 <td>GULF</td>
## 723 <td>2389</td>
## 724 <td>3546</td>
## 725 <td>71</td>
## 726 <td>86</td>
## 727 <td>21</td>
## 728 <td>4</td>
## 729 <td>2</td>
## 730 <td>2</td>
## 731 <td>9</td>
## 732 <td>2</td>
## 733 <td>6132</td>
## 734 </tr>
## 735 <tr id=LC25 class=js-file-line>
## 736 <td id=L25 class=blob-num js-line-number data-line-number=25></td>
## 737 <td>HAMILTON</td>
## 738 <td>1718</td>
## 739 <td>2153</td>
## 740 <td>24</td>
## 741 <td>39</td>
## 742 <td>11</td>
## 743 <td>2</td>
## 744 <td>6</td>
## 745 <td>9</td>
## 746 <td>4</td>
## 747 <td>7</td>
## 748 <td>3973</td>
## 749 </tr>
## 750 <tr id=LC26 class=js-file-line>
## 751 <td id=L26 class=blob-num js-line-number data-line-number=26></td>
## 752 <td>HARDEE</td>
## 753 <td>2341</td>
## 754 <td>3764</td>
## 755 <td>30</td>
## 756 <td>75</td>
## 757 <td>17</td>
## 758 <td>2</td>
## 759 <td>0</td>
## 760 <td>0</td>
## 761 <td>3</td>
## 762 <td>2</td>
## 763 <td>6234</td>
## 764 </tr>
## 765 <tr id=LC27 class=js-file-line>
## 766 <td id=L27 class=blob-num js-line-number data-line-number=27></td>
## 767 <td>HENDRY</td>
## 768 <td>3239</td>
## 769 <td>4743</td>
## 770 <td>22</td>
## 771 <td>103</td>
## 772 <td>11</td>
## 773 <td>1</td>
## 774 <td>3</td>
## 775 <td>2</td>
## 776 <td>2</td>
## 777 <td>7</td>
## 778 <td>8133</td>
## 779 </tr>
## 780 <tr id=LC28 class=js-file-line>
## 781 <td id=L28 class=blob-num js-line-number data-line-number=28></td>
## 782 <td>HERNANDO</td>
## 783 <td>32644</td>
## 784 <td>30646</td>
## 785 <td>242</td>
## 786 <td>1501</td>
## 787 <td>116</td>
## 788 <td>26</td>
## 789 <td>8</td>
## 790 <td>4</td>
## 791 <td>22</td>
## 792 <td>10</td>
## 793 <td>65219</td>
## 794 </tr>
## 795 <tr id=LC29 class=js-file-line>
## 796 <td id=L29 class=blob-num js-line-number data-line-number=29></td>
## 797 <td>HIGHLANDS</td>
## 798 <td>14152</td>
## 799 <td>20196</td>
## 800 <td>99</td>
## 801 <td>409</td>
## 802 <td>51</td>
## 803 <td>14</td>
## 804 <td>5</td>
## 805 <td>3</td>
## 806 <td>7</td>
## 807 <td>5</td>
## 808 <td>34941</td>
## 809 </tr>
## 810 <tr id=LC30 class=js-file-line>
## 811 <td id=L30 class=blob-num js-line-number data-line-number=30></td>
## 812 <td>HILLSBOROUGH</td>
## 813 <td>166581</td>
## 814 <td>176967</td>
## 815 <td>836</td>
## 816 <td>7348</td>
## 817 <td>1104</td>
## 818 <td>215</td>
## 819 <td>35</td>
## 820 <td>29</td>
## 821 <td>150</td>
## 822 <td>66</td>
## 823 <td>353331</td>
## 824 </tr>
## 825 <tr id=LC31 class=js-file-line>
## 826 <td id=L31 class=blob-num js-line-number data-line-number=31></td>
## 827 <td>HOLMES</td>
## 828 <td>2154</td>
## 829 <td>4985</td>
## 830 <td>76</td>
## 831 <td>91</td>
## 832 <td>18</td>
## 833 <td>7</td>
## 834 <td>1</td>
## 835 <td>3</td>
## 836 <td>2</td>
## 837 <td>6</td>
## 838 <td>7343</td>
## 839 </tr>
## 840 <tr id=LC32 class=js-file-line>
## 841 <td id=L32 class=blob-num js-line-number data-line-number=32></td>
## 842 <td>INDIAN.RIVER</td>
## 843 <td>19769</td>
## 844 <td>28627</td>
## 845 <td>105</td>
## 846 <td>950</td>
## 847 <td>123</td>
## 848 <td>13</td>
## 849 <td>4</td>
## 850 <td>2</td>
## 851 <td>10</td>
## 852 <td>13</td>
## 853 <td>49616</td>
## 854 </tr>
## 855 <tr id=LC33 class=js-file-line>
## 856 <td id=L33 class=blob-num js-line-number data-line-number=33></td>
## 857 <td>JACKSON</td>
## 858 <td>6868</td>
## 859 <td>9138</td>
## 860 <td>102</td>
## 861 <td>138</td>
## 862 <td>40</td>
## 863 <td>2</td>
## 864 <td>0</td>
## 865 <td>1</td>
## 866 <td>7</td>
## 867 <td>4</td>
## 868 <td>16300</td>
## 869 </tr>
## 870 <tr id=LC34 class=js-file-line>
## 871 <td id=L34 class=blob-num js-line-number data-line-number=34></td>
## 872 <td>JEFFERSON</td>
## 873 <td>3038</td>
## 874 <td>2481</td>
## 875 <td>29</td>
## 876 <td>76</td>
## 877 <td>14</td>
## 878 <td>1</td>
## 879 <td>2</td>
## 880 <td>1</td>
## 881 <td>0</td>
## 882 <td>0</td>
## 883 <td>5642</td>
## 884 </tr>
## 885 <tr id=LC35 class=js-file-line>
## 886 <td id=L35 class=blob-num js-line-number data-line-number=35></td>
## 887 <td>LAFAYETTE</td>
## 888 <td>788</td>
## 889 <td>1669</td>
## 890 <td>10</td>
## 891 <td>26</td>
## 892 <td>6</td>
## 893 <td>0</td>
## 894 <td>3</td>
## 895 <td>1</td>
## 896 <td>0</td>
## 897 <td>1</td>
## 898 <td>2504</td>
## 899 </tr>
## 900 <tr id=LC36 class=js-file-line>
## 901 <td id=L36 class=blob-num js-line-number data-line-number=36></td>
## 902 <td>LAKE</td>
## 903 <td>36555</td>
## 904 <td>49963</td>
## 905 <td>289</td>
## 906 <td>1459</td>
## 907 <td>203</td>
## 908 <td>36</td>
## 909 <td>4</td>
## 910 <td>1</td>
## 911 <td>14</td>
## 912 <td>21</td>
## 913 <td>88545</td>
## 914 </tr>
## 915 <tr id=LC37 class=js-file-line>
## 916 <td id=L37 class=blob-num js-line-number data-line-number=37></td>
## 917 <td>LEE</td>
## 918 <td>73560</td>
## 919 <td>106141</td>
## 920 <td>305</td>
## 921 <td>3587</td>
## 922 <td>538</td>
## 923 <td>81</td>
## 924 <td>30</td>
## 925 <td>5</td>
## 926 <td>96</td>
## 927 <td>34</td>
## 928 <td>184377</td>
## 929 </tr>
## 930 <tr id=LC38 class=js-file-line>
## 931 <td id=L38 class=blob-num js-line-number data-line-number=38></td>
## 932 <td>LEON</td>
## 933 <td>61425</td>
## 934 <td>39053</td>
## 935 <td>282</td>
## 936 <td>1932</td>
## 937 <td>330</td>
## 938 <td>28</td>
## 939 <td>9</td>
## 940 <td>7</td>
## 941 <td>31</td>
## 942 <td>16</td>
## 943 <td>103113</td>
## 944 </tr>
## 945 <tr id=LC39 class=js-file-line>
## 946 <td id=L39 class=blob-num js-line-number data-line-number=39></td>
## 947 <td>LEVY</td>
## 948 <td>5403</td>
## 949 <td>6860</td>
## 950 <td>67</td>
## 951 <td>284</td>
## 952 <td>92</td>
## 953 <td>1</td>
## 954 <td>1</td>
## 955 <td>1</td>
## 956 <td>11</td>
## 957 <td>10</td>
## 958 <td>12730</td>
## 959 </tr>
## 960 <tr id=LC40 class=js-file-line>
## 961 <td id=L40 class=blob-num js-line-number data-line-number=40></td>
## 962 <td>LIBERTY</td>
## 963 <td>1011</td>
## 964 <td>1316</td>
## 965 <td>39</td>
## 966 <td>19</td>
## 967 <td>12</td>
## 968 <td>3</td>
## 969 <td>0</td>
## 970 <td>0</td>
## 971 <td>2</td>
## 972 <td>1</td>
## 973 <td>2403</td>
## 974 </tr>
## 975 <tr id=LC41 class=js-file-line>
## 976 <td id=L41 class=blob-num js-line-number data-line-number=41></td>
## 977 <td>MADISON</td>
## 978 <td>3011</td>
## 979 <td>3038</td>
## 980 <td>29</td>
## 981 <td>54</td>
## 982 <td>18</td>
## 983 <td>2</td>
## 984 <td>0</td>
## 985 <td>1</td>
## 986 <td>5</td>
## 987 <td>1</td>
## 988 <td>6159</td>
## 989 </tr>
## 990 <tr id=LC42 class=js-file-line>
## 991 <td id=L42 class=blob-num js-line-number data-line-number=42></td>
## 992 <td>MANATEE</td>
## 993 <td>49169</td>
## 994 <td>57948</td>
## 995 <td>272</td>
## 996 <td>2489</td>
## 997 <td>243</td>
## 998 <td>35</td>
## 999 <td>5</td>
## 1000 <td>3</td>
## 1001 <td>26</td>
## 1002 <td>19</td>
## 1003 <td>110209</td>
## 1004 </tr>
## 1005 <tr id=LC43 class=js-file-line>
## 1006 <td id=L43 class=blob-num js-line-number data-line-number=43></td>
## 1007 <td>MARION</td>
## 1008 <td>44648</td>
## 1009 <td>55135</td>
## 1010 <td>563</td>
## 1011 <td>1810</td>
## 1012 <td>361</td>
## 1013 <td>26</td>
## 1014 <td>14</td>
## 1015 <td>6</td>
## 1016 <td>49</td>
## 1017 <td>22</td>
## 1018 <td>102634</td>
## 1019 </tr>
## 1020 <tr id=LC44 class=js-file-line>
## 1021 <td id=L44 class=blob-num js-line-number data-line-number=44></td>
## 1022 <td>MARTIN</td>
## 1023 <td>26619</td>
## 1024 <td>33864</td>
## 1025 <td>108</td>
## 1026 <td>1075</td>
## 1027 <td>105</td>
## 1028 <td>29</td>
## 1029 <td>13</td>
## 1030 <td>8</td>
## 1031 <td>12</td>
## 1032 <td>19</td>
## 1033