摘要: 示例: 有如下表需要进行行转列: 代码如下: # -*- coding:utf-8 -*- import pandas as pd import MySQLdb from warnings import filterwarnings # 由于create table if not exists总会抛 阅读全文
posted @ 2018-10-12 15:20 realcp1018 阅读(19099) 评论(0) 推荐(1)