Dataframe的基本操作 代码from pandas import DataFrame import numpy as np import pandas as pd data = { 'city': ['shanghai', 'shanghai', 'sh... 3年前•Python笔记本 0