We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc85387 commit 522e735Copy full SHA for 522e735
sample/issue922.rb
@@ -35,7 +35,7 @@ def infer_columns(data_frame)
35
36
DuckDB::TableFunction.add_table_adapter(Polars::DataFrame, PolarsDataFrameTableAdapter.new)
37
38
-df = polars.dataframe.new(
+df = Polars::DataFrame.new(
39
{
40
a: [1, 2, 3],
41
b: %w[one two three]
0 commit comments