From 55cab98226b3577e433566287952fe12fcb38142 Mon Sep 17 00:00:00 2001 From: hnu202109060103 Date: Fri, 9 Dec 2022 19:32:33 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=AD=A6=E7=94=9F=E7=AE=A1=E7=90=86.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 学生管理.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/学生管理.py b/学生管理.py index c8a49ad..4d41ceb 100644 --- a/学生管理.py +++ b/学生管理.py @@ -23,7 +23,7 @@ def print_message(*message): # 读取stu.csv文件 def read_stu_csv(): - stus = pd.read_csv("stu.csv",encoding=('GB2312'),index_col= False) + stus = pd.read_csv("stu.csv",index_col= False) return stus # 查询全部学生信息