`Options.describe_option()` currently doesn't do anything. It looks like it was planned to be implemented: https://github.com/casact/chainladder-python/blob/23340299500236af6dd0423c1c23aa9393a43dbb/chainladder/__init__.py#L88-L89 This issue can be completed by mirroring the behavior of `pandas.describe_option`.
Options.describe_option()currently doesn't do anything. It looks like it was planned to be implemented:chainladder-python/chainladder/__init__.py
Lines 88 to 89 in 2334029
This issue can be completed by mirroring the behavior of
pandas.describe_option.