240 发简信
IP属地:上海
  • xlrderror: excel xlsx file; not supported报错解决方法

    原因是pip安装的是最新的xlrd包,只支持.xls文件。所以pandas.read_excel('xxx.xlsx')会报错 解决方法1: 安...

  • Mac怎么查看csv文件的编码格式和转换

    下载编码转换工具enca brew install enca 查看文件编码 enca -L language filename 文件编码转换(对...

  • Mac下怎么用jupyter notebook打开.md格式文件

    当我们用jupyter notebook打开一个md文件时,仅仅只会显示markdown格式的源码,无法显示渲染后的格式,因此,我们需要为jup...