cenpy.remote.APIConnection.explain

APIConnection.explain(self, *args, verbose=True)[source]

Explain a column or list of columns.

Parameters
*argsstr or sequence of strs

name or list of names for columns in the variables dataframe that require explanation. lists will be unpacked by default.

verbosebool

whether to grab both “label” and “concept” from the variable dataframe. (default: True)

Returns
dictionary of explanatory texts about variables inputted.