Fields Difference#

>>> from techminer2.fields.further_processing import fields_difference
>>> fields_difference( 
...     first_field="author_keywords",
...     second_field="index_keywords",
...     dest="difference",
...     #
...     # DATABASE PARAMS:
...     root_dir="example",
... )