Python

Python编程基础、经验、技巧
玩转jupyter notebook 7-泰恩数据

玩转jupyter notebook 7

阅读(590)

1. jupyter notebook汉化 (1)安装中文语言包 pip install jupyterlab-language-pack-zh-CN (2)jupyter notebook-setting-language-选择中文包

常见的日期和时间格式符号

阅读(336)

当日期和时间是字符串形式的时候,我们经常需要将他们转换为Python可以读懂的数据类型。我们可以用格式参数去标注字符串对应的内容。以下是常见的日期和时间格式符号。 符号 描述 举例 %Y 完整年份 2001 %m 月份 04 %d 天 09...

pymysql插入时间

阅读(433)

cur.execute("insert into tb_form (w,sj,lb,intd,analysis)\ values (%s,str_to_date(%s,'%%Y-%%m-%%d %%H:%%M:%%S'),%s,%s,%s)...

SSLCertVerificationError 出错

阅读(494)

读取网页返回SSL认证错误: URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get loc...

Debian11解决libidn动态库报错

阅读(711)

Debian11 调用动态库报错 libidn.so.11 => not found erro提示:error while loading shared libraries: libidn.so.11: cannot open shared...