read.csv 用於讀取CSV(逗號分隔值)檔案並將其轉換為pandas DataFrame。 import pandas as pd df = pd.read_csv('Popular_Baby_Names.csv').
確定! 回上一頁