02 2023 档案
摘要:Python项目部署服务器 1、使用pipreqs,只会生成当前项目使用的依赖 pip3 install pipreqs 2、在当前目录生成requirement依赖。(若当前路径不是项目路径需要将【.】改为项目根目录) pipreqs . --encoding=utf8 --force 3、代码上
阅读全文
摘要:Pandas 一、文档 https://pandas.pydata.org/docs/getting_started/index.html#getting-started https://pandas.pydata.org/docs/reference/frame.html 二、安装pandas 2
阅读全文