Stephan Klein

Results 5 comments of Stephan Klein

This is a quick and dirty solution if the data across tables is somewhat consistent: ```python def equalize(tables): """ Equalizes the columns sizes across multiple tables. """ lens = defaultdict(lambda:...

Hey! Thanks for your answer. It was actually close to what we had in our codebase 🙈. Creating the class once indeed gets rid of the memory issue. It's certainly...

I can have a look at this with my original snippet early in the new year when I'm back from vacation. Thank you for looking at this even though it...

Hey @gbl, would you mind sharing where exactly you changed the "initialization code"? I tried looking through the source code to find `0300`, but wasn't very successful. Thanks!

Why don't you just mount the remote directory via something like sshfs and just use the script as-is?