I want to create a new column (FallCount)
in my dataframe (TowpathMerge
) if a student is enrolled 20 or more days during the time frame of August 15,2017 to November 30, 2017. If they are, FallCount
would read yes. If not, FallCount
would read no. EffectiveStartDateFS
is when a student enrolled. DistrictWithdrawDateFS
is when a student withdrew.
For example, Joshua King would have Yes in Fall Count because he started school August 14
, but didn't withdraw until January of 2018
. White would also count because he started school on August 21, but withdrew more than 20 days later on September 28. On the other hand, Clark would not count because she started school on August 21
but withdrew August 29
.