文章分类 -  数据分析

摘要:1、pandas读取csv文件报错“UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc8 in position 0: invalid continuation byte” 解决办法:pd.read_csv(filePath, encodi 阅读全文
posted @ 2021-12-31 19:32 jason_wei 阅读(34) 评论(0) 推荐(0)
摘要:1、bt和ffn轻量级量化模块库bt和ffn是轻量级量化模块库,项目网址如下:bt项目网址,http://pmorissette.github.io/bt/fn项目网址,http://pmorissette.github.io/ffn/ 阅读全文
posted @ 2021-12-19 18:12 jason_wei 阅读(285) 评论(0) 推荐(0)
摘要:1、安装JupyterLab pip install jupyterlab 2、安装ipython pip install ipython 3、设置JupyterLab密码 # 进入ipython交互环境 (utils) D:\python_env\utils\jupyter> ipython Py 阅读全文
posted @ 2021-11-09 18:06 jason_wei 阅读(1674) 评论(0) 推荐(0)
摘要:1、ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)解决办法:关闭ssl验证,执行下面的命令conda config --set ssl_verify false 2、ARM-L 阅读全文
posted @ 2021-11-08 19:21 jason_wei 阅读(3271) 评论(0) 推荐(0)
摘要:Jupyter Notebook和JupyterLab相同的配置。 1、安装ipykernel: (base) [root]# conda activate dl (dl) [root]# conda install nb_conda_kernels Collecting package metad 阅读全文
posted @ 2021-11-07 21:01 jason_wei 阅读(531) 评论(0) 推荐(0)
摘要:作为一个超好用的交互式笔记本,Jupyter总是深受开发者的喜爱。 不过,除了基础的写文档之外,其实Jupyter还有N多功能,简直是一个集视频、图片、PPT、多种交互于一身的万花筒。 如果不会用,你可能错过了Jupyter 99%的功能。 Medium上走向数据科学(Towards Data Sc 阅读全文
posted @ 2021-11-07 20:58 jason_wei 阅读(551) 评论(0) 推荐(0)