in convert_csv.py [0:0]
def get_subdirs(directory): return [name for name in os.listdir(directory) if os.path.isdir(os.path.join(directory, name))]