Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python の初心者。
R では、dim(...) を使用して行列の次元を取得できます。データ フレームに対応する Python Pandas の関数は何ですか?
df.shape、あなたのデータフレームはどこdfですか。
df.shape
df