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.
パンダパネル(3次元)のオブジェクトをオブジェクトに変換する機能はありrpy2.Arrayますか?
rpy2.Array
これを実行して、データのみを に変換することができましたrpy2.Array。しかし、これは配列オブジェクトのdimnames/namesを設定しません。
arrayobj = rpy2.robjects.numpy2ri.numpy2ri(panelobj.values)
パネルをに変換するきれいな方法はありrpy2.Arrayますか?