We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e36e1 commit 2c2e07eCopy full SHA for 2c2e07e
1 file changed
python/datafusion/context.py
@@ -731,7 +731,6 @@ def from_polars(self, data: pl.DataFrame, name: str | None = None) -> DataFrame:
731
"""
732
return DataFrame(self.ctx.from_polars(data, name))
733
734
-
735
# https://github.com/apache/datafusion-python/pull/1016#discussion_r1983239116
736
# is the discussion on how we arrived at adding register_view
737
def register_view(self, name: str, df: DataFrame) -> None:
0 commit comments