We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f8b40 commit 3aba48eCopy full SHA for 3aba48e
docs/introduction/read_and_write.rst
@@ -78,7 +78,7 @@ or :py:meth:`~lance.write_dataset` with ``mode=append``.
78
2 Carla 37
79
80
>>> new_table2 = pa.Table.from_pylist([{"name": "David", "age": 42}])
81
- >>> ds = lance.write_dataset(new_table_2, ds, mode="append")
+ >>> ds = lance.write_dataset(new_table2, ds, mode="append")
82
>>> ds.to_table().to_pandas()
83
name age
84
0 Alice 20
0 commit comments