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. 但这并没有设置数组对象的暗名/名称。
arrayobj = rpy2.robjects.numpy2ri.numpy2ri(panelobj.values)
有没有一种干净的方法可以将面板转换为rpy2.Array?