我尝试使用此代码将此数据框架与每次评论的情绪进行拟合 nb = MultinomialNB()
nb = nb.fit(df_bows, movies.sentiment > 0) 然而,我得到一个错误,它说 AttributeError: 'Series' object has no attribute 'to_coo' 这就是df电影的样子。
我有一个函数,它接收一个Pandas series并返回一个DataFrame,其中包含对原始Series的一些计算,并且具有与原始Series名称不同的列名:AttributeError: 'DataFrame' object has no attribute 'name'
The aboveexception was the
我正在使用start_date和end_date数据帧,但是循环返回以下错误时遇到了问题:AttributeError:'Series‘对象没有属性'days'# Function to get a list of all dates that are to be downloaded
def get_dates