Btibert3 / pypeds

Python package to facilitate and standardize enrollment science within higher education and Enrollment Management
https://www.linkedin.com/pulse/introducing-pypeds-brock-tibert/
GNU General Public License v3.0
9 stars 6 forks source link

Possible typo: `year - 8` #32

Open theletterjeff opened 1 year ago

theletterjeff commented 1 year ago

The OM class may have a typo in it:

tmp_df['fall_year'] = int(year) - 8

All other ipeds loader classes use either int(year) or int(year) - 1.

Btibert3 commented 1 year ago

Let me look into this, very likely.