We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
year - 8
The OM class may have a typo in it:
OM
tmp_df['fall_year'] = int(year) - 8
All other ipeds loader classes use either int(year) or int(year) - 1.
ipeds
int(year)
int(year) - 1
The text was updated successfully, but these errors were encountered:
Let me look into this, very likely.
Sorry, something went wrong.
No branches or pull requests
The
OM
class may have a typo in it:All other
ipeds
loader classes use eitherint(year)
orint(year) - 1
.The text was updated successfully, but these errors were encountered: