pandas remove leading 0s site:stackoverflow.com code example Example: cut 0s on string python >>> '00000010'.lstrip('0') '10'