Skip to content

Speed up rename in clean_turb

Emmanuel Branlard requested to merge wtlib/pyconturb:f/clean_speedup into master

Hi @rink Renaming the columns one by one was slowing down clean_turb, taking up to several hours for large dataset. I've condensed it to a dictionary mapping the necessary renaming. This dropped the time to just a couple of seconds.

Merge request reports