How to code in Excel and Tableau using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to code in Excel and Tableau using python?

I am trying use python coding to analyse data in excel and Tableau. I do not know how or where to start with.

8th Jul 2021, 2:51 AM
Naveen Kumar
Naveen Kumar - avatar
1 Answer
0
It seems that Excel only supports VBA so you cannot use python there. However, you can export .xls to .csv and apply the Pandas library, then open your result in Excel and turn it into .xls again.
8th Jul 2021, 8:56 AM
Elvish
Elvish - avatar