Jared Perkins
Jared Perkins
Hi, thanks for the quick response. The static creation worked no problem. I could zip you the file if you want but it is a really simple model so I...
Hi, I get this error, NULL byte detected. This byte cannot be processed in Python's native csv library at the moment, so please pass in engine='c' instead I have played...
I am using python 3.8.8 64 bit through anaconda and pandas 1.2.4
if you can open it doen't that mean its not the file encoding?
Hi, I am starting to think it has something to do with how it is creating the file path to get to that file. I created a test python file...
Hello I think my issue is arising in imnames = glob.glob(f'{args.source}/*{args.ext}') labnames = glob.glob(f'{args.source}/*.txt') from what I can understand glob is used for a unix file system and because I...