matmul: Input operand 1 has a mismatch in its core dimension 0, with gufunc signature (n?,k),(k,m?)->(n?,m?) (size 5 is different from 1)

后端 未结 0 530
故里飘歌
故里飘歌 2021-01-30 07:47
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
%matplotlib inline

df = pd.read_excel(\'enes.xlsx\')
X=pd.DataFrame(df[\'hacim\'])
Y=pd.DataFrame         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题