+ 1
Coding with excel data
Which language helps with analysis and retrieving the desired results from excel data?
4 Answers
+ 13
Python's pandas module allows for easy retrieval of Excel data. It converts it to a DataFrame object which is very flexible for all kinds of transformations, cleaning and filling in the missing/incorrect/corrupt values.
+ 5
You can also use VBA in Excel itself.
+ 1
Thankyou so much đđŒ
0
Kindly help with source to download python for windows