メニューを表示するにはスワイプしてください
Select the appropriate code to view the first five rows of a DataFrame.
正しい答えを選んでください
pd.head(dataframe, 5)
pd.dataframe.head(5.0)
dataframe.head([5.0])
dataframe.head(5)
どのように改善できますか?
フィードバックありがとうございます!
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください