转换矩阵计数/比例更多信息

时间:2018-10-17 09:19:53

标签: python python-3.x dataframe matrix

transition matrix for counts and proportions python

大家好,我联系了我问的一个相关问题。

我想要的与之前问过的问题类似,但我想要的是建立一个过渡矩阵,该矩阵告诉我在t-1年至1年之间有多少学生从B级迁移到A级(我希望每个年级都有)。 t。

原始信息: enter image description here 如您所见,2015年至2016年间,学生4从C迁移到A,而2015年至2016年间,学生5从A迁移到B,而学生1在这两年都保持A级成绩

按年份和年级分组的计数: enter image description here

在这里找到我想要的结果的示例: 第一行的意思是:2016年至2017年,一人入住A级。 第2行:在2016年至2017年之间,有20个人从B迁移到A

enter image description here

0 个答案:

没有答案