polars
polars copied to clipboard
Add `show` method to `DataFrame` and `LazyFrame`
Description
pretty much all Python calculation engines support show method , see pyspark documentation https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.DataFrame.show.html
it is just for convenience especially when used with SQL