Replace text in column¶
# >>> directory = “data/regtech/”
# >>> from techminer2 import techminer # >>> techminer.tools.replace( # … criterion=”abstract”, # … to_replace=[ # … “2015, the author(s).”, # … “copyright 2014 by asme.”, # … ], # … value=””, # … directory=directory, # … )