I'll start by saying I am a Python beginner, I did try and find an answer to this via similar questions but I'm struggling to grasp some of the solutions in order to tailor them for my own use.
If I have a Pandas dataframe as follows:
What code would I need in order to sort it as per the below whilst excluding the 0 value. I would ideally want to grab the value closest to zero (assuming this is possible).