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

NCES combined pr #1152

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

shapateriya
Copy link
Contributor

NCES combined PR for District , Private & Public as of Nov 2024

"School Type":
"School_Type",
"School's Religious Affiliation or Orientation":
"School_Religion_Affliation",

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,

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

  1. "School_Religion_Affliation" to "School_Religion_Affiliation"
  2. _RELIGIOUS_AFFLIATION to _RELIGIOUS_AFFILIATION

"–": ""
}

_RELIGIOUS_AFFLIATION = {

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 = {

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

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants