pandas.show_versions

pandas.show_versions(as_json=False)[source]

Provide useful information, important for bug reports.

It comprises info about hosting operation system, pandas version, and versions of other installed relative packages.

Parameters
as_json:str or bool, default False
  • If False, outputs info in a human readable form to the console.

  • If str, it will be considered as a path to a file. Info will be written to that file in JSON format.

  • If True, outputs info in JSON format to the console.

© 2008–2021, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.3.4/reference/api/pandas.show_versions.html