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.
形状 (5,5) のデータフレームがあり、列1 から 3までの値を選択し、そこから行1 から 3 までを選択して配列に変換したいと考えています。
たとえば、これが元の dataFrame の場合:
そして、以下を配列として取得したい。
次のようなもの: df.iloc[1:4,1:4].values?
df.iloc[1:4,1:4].values