简体   繁体   中英

Reading Excel File as an Array in Python via Pandas

So basically I want to capture sheet as array.

Excel data[][]: A / B / C // D / E / F // G / H / Z //

I want from code to return -----> data[0][0]=A , data[2][1]=F and etc. Can you help me to achieve this via pandas in python.

所以我用 numpy arrays 解决了这个问题,谢谢大家。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM