polars icon indicating copy to clipboard operation
polars copied to clipboard

Add `show` method to `DataFrame` and `LazyFrame`

Open djouallah opened this issue 8 months ago • 1 comments

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

djouallah avatar May 27 '24 22:05 djouallah