reportcompiler_ic_fetcher.mysql_ic

Classes

  • MySQLICFetcher: Data fetcher for MySQL databases using the HPV Information Center data

class reportcompiler_ic_fetcher.mysql_ic.MySQLICFetcher

Data fetcher for MySQL databases using the HPV Information Center data reference system. This includes sources, notes, methods and other references.

Inheritance

Inheritance diagram of MySQLICFetcher
fetch(doc_param, fetcher_info, metadata)

Fetches the necessary data for the current fragment.

Parameters
  • doc_param (OrderedDict) – Document variable

  • fetcher_info (dict) – Information about the current fetcher (multiple can be used for fragment)

  • metadata (dict) – Document metadata (overriden by fragment metadata when specified)

Returns

Dataframe (or list of dataframes)

Return type

pandas.DataFrame