polars.show_versions#
- polars.show_versions() None [source]#
Print out version of Polars and dependencies to stdout.
Examples
>>> pl.show_versions() ---Version info--- Polars: 0.14.0 Index type: UInt32 Platform: Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.31 Python: 3.10.5 (main, Jul 8 2022, 14:32:56) [GCC 10.2.1 20210110] ---Optional dependencies--- pyarrow: 8.0.0 pandas: 1.4.3 numpy: 1.23.0 fsspec: <not installed> connectorx: <not installed> xlsx2csv: <not installed>