'DataFrame' object has no attribute 'as_matrix'
#As of Pandas 1.0 use .to_numpy() other ways are deprecated
df = pd.read_excel('[Path to Xlsx]',sheet_name='[name of xl sheet]')
df.to_numpy()
'DataFrame' object has no attribute 'as_matrix'
#As of Pandas 1.0 use .to_numpy() other ways are deprecated
df = pd.read_excel('[Path to Xlsx]',sheet_name='[name of xl sheet]')
df.to_numpy()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us