The months are ordered starting from month 11 (11 - 12 - 1 - 2 - 3 - 4 - 5)
You can check if a user is active or inactive in a month by looking for their activities in UserActivity.csv, if they have an entry in UserActivity.csv with datetime Month = m then they are active at that month m.
It is certainly weird that there are users mentioned in Comments and CompetitionPartipation but are missing from UserActivity.
As for the order of months, it is stated in VariableDefinition.csv that "Months are in chronological order but January is not neccesarily month 1" for all month columns. I confirmed this by comparing users Created At Month column with the datetime Month of their activities. For example, if a user created an account on month 12 and registered in a competition on month 1, then month 12 if before month 1.
The months are ordered starting from month 11 (11 - 12 - 1 - 2 - 3 - 4 - 5)
You can check if a user is active or inactive in a month by looking for their activities in UserActivity.csv, if they have an entry in UserActivity.csv with datetime Month = m then they are active at that month m.
Thank you for the reply.
Would you please tell how did you derive this order. The order we see in user_activity data is [11, 12, 5, 4, 1, 3, 2].
There are users id mentioned in comments and competition_partipation csv which are not mentioned in user_activity run this below code to check
It is certainly weird that there are users mentioned in Comments and CompetitionPartipation but are missing from UserActivity.
As for the order of months, it is stated in VariableDefinition.csv that "Months are in chronological order but January is not neccesarily month 1" for all month columns. I confirmed this by comparing users Created At Month column with the datetime Month of their activities. For example, if a user created an account on month 12 and registered in a competition on month 1, then month 12 if before month 1.
Thanks for the explanations.
I unserstand in your logic for the month order.
Anyway we would like this to be confirmed from ZINDI officially , in stead of we guesssing or derive it.
I checked the month order from your logic, it seems to be underivable
@ZINDI waiting for the clarification