Python
Excel is the ubiquitous data analysis tool — it’s easy to pick up, mostly everyone has a copy of it, and it’s quite powerful once you get the hang of it! Meanwhile, Python is often regarded as a bit more challenging to pick up, but as having limitless potential. In this post, we’ll explore three things you can easily do in Python that you normally do in Excel!
Setup
For debian based distro you must install python pandas and xlrd packages first:
If you want to learn how to work with python list append() and list extend() and understand their differences, then you have come to the right place. They are powerful list methods that you will definitely use in your Python projects.
Python list.append()
Let's see how the append() method works behind the scenes.
You should use this method when you want to add a single item to the end of a list.