Brett Vanderwerff

Results 24 comments of Brett Vanderwerff

@vivekruhela I used this pipeline a bit. I don't know if your problem is related to this but just a heads up that the headers for the table gotten from...

@avnish98 I am just wondering if you are still working on this? No rush at all, I just thought I would check just in case you were ready to merge...

@avnish98 You can put me as a contributor, although I don't know if I will have a ton of time to look into this, I have some other projects I...

@avnish98 I edited my previous comment, my spell check was disabled :)

A generator for load file would probably help with large files, but the problem is that you get an infinite loop because we were originally loading the file to memory...

I am having some trouble pushing to your branch, but a little simplificaiton would be: ``` with io.open(file, 'r', encoding='utf-8') as read_obj: line_list = read_obj.readlines() os.remove(file) return line_list ``` for...

@avnish98 No problem it might be me goofing on my end. I will have another look

Could you elaborate on what you mean by this. Right now it makes a folder of app name in the app path. So I'm not quite sure what you are...

Sorry I accidentally closed this