Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add consolidated tract, zip, state level data #57

Merged
merged 21 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a7495cf
merged in updated access tables
bucketteOfIvy Jul 17, 2023
a770b25
updated health_pcp.R to match main
bucketteOfIvy Jul 17, 2023
ac6cfb5
added the updated access files to aid in merging"
bucketteOfIvy Jul 26, 2023
a994edc
adding merged tract data, documentation
bucketteOfIvy Jul 26, 2023
c2c125c
updated tract data dictionary with limitations column
bucketteOfIvy Jul 27, 2023
6c7db0c
fixed typo in data dictionary
bucketteOfIvy Jul 27, 2023
d43ef78
updates, probably
bucketteOfIvy Jul 28, 2023
43379f2
added consolidated latest tract, zip data & resp. data dictionaries
bucketteOfIvy Aug 1, 2023
d672504
Merge branch 'OEPS-historical-data' of https://github.com/bucketteOfI…
bucketteOfIvy Aug 1, 2023
7bf71b6
Merge branch 'bucketteOfIvy-OEPS-historical-data'
bucketteOfIvy Aug 1, 2023
73b8c75
catch up to main
bucketteOfIvy Aug 2, 2023
b83c8a2
Merge pull request #2 from GeoDaCenter/main
bucketteOfIvy Aug 2, 2023
ea6c10f
Merge branch 'working_branch' into main
bucketteOfIvy Aug 2, 2023
7c6064c
Merge pull request #3 from bucketteOfIvy/main
bucketteOfIvy Aug 2, 2023
14b537d
added TotVetPop to zip, tract level datasets
bucketteOfIvy Aug 3, 2023
8beda40
Merge branch 'working_branch' of https://github.com/bucketteOfIvy/opi…
bucketteOfIvy Aug 3, 2023
b3b1807
added state level table, updated dictionaries
bucketteOfIvy Aug 4, 2023
a88f370
Merge branch 'GeoDaCenter:main' into main
bucketteOfIvy Aug 4, 2023
ff70c69
added table used to rename state level data
bucketteOfIvy Aug 4, 2023
8f3eadf
Merge pull request #4 from bucketteOfIvy/working_branch
bucketteOfIvy Aug 4, 2023
669a6be
deleted a file that ought not be committed
bucketteOfIvy Aug 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion code/access_OTP.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ otp_accessZ <- otp_accessZ |>
head(otp_accessZ)

# Save file

write.csv(otp_accessZ, "../data_final/Access07_Z.csv", row.names=FALSE)

##### County Access #####
Expand Down Expand Up @@ -167,4 +168,4 @@ head(state_OTP)
write.csv(county_OTP, "../data_final/Access07_C.csv", row.names=FALSE)

# State
write.csv(state_OTP, '../data_final/Access07_S.csv', row.names=FALSE)
write.csv(state_OTP, '../data_final/Access07_S.csv', row.names=FALSE)
Loading