标签: pandas ipython rpy2
我正在尝试使用rpy2将Pandas面板数据框对象转换为R数据框。
当我运行import rpy2.robjects as robjects时,我收到以下错误:
import rpy2.robjects as robjects
TypeError: type 'rpy2.rinterface.StrSexpVector' is not an acceptable base type
有没有人对此有所了解?