awswrangler.config.to_pandas

config.to_pandas() DataFrame

Load all configurations on a Pandas DataFrame.

Returns:

Configuration DataFrame.

Return type:

pd.DataFrame

Examples

>>> import awswrangler as wr
>>> wr.config.to_pandas()