From 5562c4e0c65cb204a97fa0f267924dd810f82853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Fri, 29 Sep 2023 08:54:21 +0200 Subject: [PATCH] Update hvplot/polars.py Co-authored-by: Maxime Liquet <35924738+maximlt@users.noreply.github.com> --- hvplot/polars.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hvplot/polars.py b/hvplot/polars.py index 30a0c0364..f3d3216d2 100644 --- a/hvplot/polars.py +++ b/hvplot/polars.py @@ -1,3 +1,4 @@ +"""Adds the `.hvplot` method to pl.DataFrame, pl.LazyFrame and pl.Series""" import itertools from hvplot import hvPlotTabular, post_patch