Last active
June 9, 2017 18:44
-
-
Save MrFlick/f14e27d2123adb6b086ad66683cbfe4a to your computer and use it in GitHub Desktop.
Sample Data Files for R Import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Try importing these files with readr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name department_name total.earnings | |
Abadi,Kidani A Assessing Department $46,591.98 | |
Abasciano,Joseph Boston Police Department $97,579.88 | |
Abban,Christopher John Boston Fire Department $124,623.25 | |
Abbasi,Sophia Green Academy $18,249.83 | |
Abbate-Vaughn,Jorgelina BPS Ellis Elementary $85,660.28 | |
Abberton,James P Public Works Department $50,337.63 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Weekly SST data starts week centered on 3Jan1990 | |
Nino1+2 Nino3 Nino34 Nino4 | |
Week SST SSTA SST SSTA SST SSTA SST SSTA | |
03JAN1990 23.4-0.4 25.1-0.3 26.6 0.0 28.6 0.3 | |
10JAN1990 23.4-0.8 25.2-0.3 26.6 0.1 28.6 0.3 | |
17JAN1990 24.2-0.3 25.3-0.3 26.5-0.1 28.6 0.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
street,city,zip,state,beds,baths,sq__ft,type,sale_date,price,latitude,longitude | |
3526 HIGH ST,SACRAMENTO,95838,CA,2,1,836,Residential,Wed May 21 00:00:00 EDT 2008,59222,38.631913,-121.434879 | |
51 OMAHA CT,SACRAMENTO,95823,CA,3,1,1167,Residential,Wed May 21 00:00:00 EDT 2008,68212,38.478902,-121.431028 | |
2796 BRANCH ST,SACRAMENTO,95815,CA,2,1,796,Residential,Wed May 21 00:00:00 EDT 2008,68880,38.618305,-121.443839 | |
2805 JANETTE WAY,SACRAMENTO,95815,CA,2,1,852,Residential,Wed May 21 00:00:00 EDT 2008,69307,38.616835,-121.439146 | |
6001 MCMAHON DR,SACRAMENTO,95824,CA,2,1,797,Residential,Wed May 21 00:00:00 EDT 2008,81900,.,. | |
5828 PEPPERMILL CT,SACRAMENTO,95841,CA,3,1,1122,Condo,Wed May 21 00:00:00 EDT 2008,89921,38.662595,-121.327813 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment