如果想要从SQL 数据库读取数据,首先您应该使用Python 和数据库建立连接,然后将查询 ... 索引print(df['Jack','Python']) #iloc整数索引print(df.iloc[:3,:2]) #loc列 ...
確定! 回上一頁