Data tables stripping leading zeros

Yeah, for me it it’s stripping the zeroes even when setting the dtype to “string”. However, I figured out how to make it work with using zfill. I just had to delete the table and add it back in and then run the program. Now it’s working. Thanks for the help.

1 Like