Skip to content

Commit 6810ba2

Browse files
committed
Initialize DataFrames from series
1 parent 90d5d35 commit 6810ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/polars/scala/polars/api/LazyFrame.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,5 @@ class LazyFrame private (private[polars] val ptr: Long) {
262262

263263
object LazyFrame {
264264

265-
private[polars] def withPtr(ptr: Long) = new LazyFrame(ptr)
265+
def withPtr(ptr: Long) = new LazyFrame(ptr)
266266
}

0 commit comments

Comments
 (0)