Rename a Field#

>>> from techminer2.fields import rename_field
>>> rename_field(  
...     source="author_keywords",
...     dest="author_keywords_new",
...     #
...     # DATABASE PARAMS:
...     root_dir="example",
... )