摘要: 设置数据库路径非常重要: 方法: 1 配置数据库 basedir= os.path.abspath(os.path.dirname(__file__)) #获取当前文件的绝对路径 app = Flask(__name__) # 拼接数据库的URL路径 # os.path.join 把basedir和 阅读全文
posted @ 2018-12-03 23:09 andy_0212 阅读(1632) 评论(0) 推荐(0) 编辑
摘要: isnull is an alias for isna. Literally in the code source of pandas: Indeed: So I would recommend using isna. 阅读全文
posted @ 2018-12-03 09:55 andy_0212 阅读(1344) 评论(0) 推荐(0) 编辑