From 02d79841c9a6958d61ce7492f95e2a31690fad17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7=E5=B0=8F=E9=B1=BC?= Date: Sat, 19 Nov 2022 21:35:18 +0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c0e66c2..9763095 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ import seaborn as sns import jieba plt.rcParams['font.sans-serif']=['SimHei'] #显示中文标签 plt.rcParams['axes.unicode_minus']=False # 设置正常显示符号 -##先对爬取出来的数据进行清洗,去除重复的换乘站信息。 # 设置列名与数据对齐 pd.set_option('display.unicode.ambiguous_as_wide', True) pd.set_option('display.unicode.east_asian_width', True) -- GitLab