python使用pandas导入csv
效果展示

代码展示
import pandas as pd
with open('资料夹/master2.csv') as file:
    gas=pd.read_csv(file)
    print(gas)
    专心看人间!
效果展示

代码展示
import pandas as pd
with open('资料夹/master2.csv') as file:
    gas=pd.read_csv(file)
    print(gas)