2

当我运行我的python代码(之前测试过的一段非常简单的代码并且没有发生这样的错误)时,我收到了这个错误:

ValueError:小端编译器不支持大端缓冲区

我的代码(部分):

key = '|'.join(dealList)

print key  #key is the column name i'm searching for
try:

    #use REGEX since dealID is not exactly the same as the col name
    dealVector0 = self.crm_var0.filter(regex=key)
    dealVector1 = self.crm_var1.filter(regex=key)
    ...

self.crm_var1 是一个熊猫数据框

4

0 回答 0