目录1. 以命名元组的形式遍历DataFrame行pandas.DataFrame.itertuples示例:简单使用itertuples,不设置index和name示例:设置index=False以取消索引为首个字段示例:自定义元组名称2. 以 (index, Series) 对的形式遍
So my program works like this: using winforms, user enters ID number, using an array, based on the right id number, that student information and class schedule outputs in a message box!