'How to select all the rows with 0

I have a dataset where I have some 0 values in it. I want to print all the rows having 0.

Dataset

I was able to print a single column, but can't find a way to print all the columns.

Single Column

I am able to print like this, which is printing the 0 but I don't want these Nan just 0's.

With NaN

Output what I am expecting: Output needs to be printed: Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source