-
Notifications
You must be signed in to change notification settings - Fork 113
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
NCES combined pr #1152
base: master
Are you sure you want to change the base?
NCES combined pr #1152
Conversation
"School Type": | ||
"School_Type", | ||
"School's Religious Affiliation or Orientation": | ||
"School_Religion_Affliation", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the spell error "School_Religion_Affliation" to "School_Religion_Affiliation"
""" | ||
cols_mapper = { | ||
"Coeducational": _COEDUCATIONAL, | ||
"School_Religion_Affliation": _RELIGIOUS_AFFLIATION, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the spell error
- "School_Religion_Affliation" to "School_Religion_Affiliation"
- _RELIGIOUS_AFFLIATION to _RELIGIOUS_AFFILIATION
"–": "" | ||
} | ||
|
||
_RELIGIOUS_AFFLIATION = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the spell error: _RELIGIOUS_AFFLIATION to _RELIGIOUS_AFFILIATION
# Dropping the Duplicate entries based on School ID | ||
DROP_BY_VALUE = "School ID - NCES Assigned" | ||
# Renaming column name. | ||
RENAMEING_PRIVATE_COLUMNS = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix spell error: RENAMEING_PRIVATE_COLUMNS to RENAMING_PRIVATE_COLUMNS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add manifest for other two imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please reduce the "test_data" folder size to less than .5MB
NCES combined PR for District , Private & Public as of Nov 2024