import pandas package in python for excel read
Hi All, I am trying to read excel sheet and store in data frame in testcomplete python language. When i try to import pandas package, it says required dependency missing numpy. After importing numpy package i am getting the following error: Importing the multiarray numpy extension module failed. Most likely you are trying to import a failed build of numpy. No issues are seen when importing other packages like math and browser packages.Solved3.1KViews0likes6Comments