pandas read excel values not formulas

后端 未结 2 1372
挽巷
挽巷 2020-12-17 16:39

Is there a way to have pandas read in only the values from excel and not the formulas? It reads the formulas in as NaN unless I go in and manually save the excel file before

2条回答
  •  借酒劲吻你
    2020-12-17 16:51

    I had this problem and I resolve it by moving a graph below the first row I was reading. Looks like the position of the graphs may cause problems.

提交回复
热议问题