pre_process_list (pyleoclim.utils.lipdutils.pre_process_list)

pyleoclim.utils.lipdutils.pre_process_list(list_str)[source]

Pre-process a series of strings for capitalized letters, space, and punctuation

Parameters

list_str (list) – A list of strings from which to strip capitals, spaces, and other characters

Returns

res – A list of strings with capitalization, spaces, and punctuation removed

Return type

list