is excel is needed when one knows python?
is excel is needed when one knows python?
1 answers ( 0 marked as helpful)
Hi Aditya,
Excel will be needed even if you're a python specialist, yes. Here are a few reasons why you might need Excel when you can work with Python:
- In certain situations it'll be more convenient to use a spreadsheet tool to visualize a multi-layered calculation
- You might be faster in Excel, if the operations are fairly simple
- Many, many people know how to work with Excel and few are able to use Python, so if you have to collaborate, you'll probably have to do it in Excel
- Excel offers some interesting functionalities for data manipulation and data cleaning, which shouldn't be neglected
- Excel slicers and pivot tables are a great tool
- Data visualization can be easier in Excel
Of course, there are many counter-arguments why you should stick to Python. But in general, yes, you'll need Excel and you'll do great to learn it.
Best,
Ned