Posts by Manu • 5 points
2 posts
-
0
votes1
answer273
viewsQ: How to transform excel file into list? Python
I wonder how I can turn the excel file into list after reading it df = pd.read_excel('Data.xlsx')…
-
0
votes1
answer474
viewsQ: Transform excel file into array - python
In the code below I am assigning values within the code itself, I tried to pull the values directly from excel using pd.read_excel, but I don’t know how to turn it into an array for this code to…