Skip to content

Commit 106bcca

Browse files
committed
see also from column
Signed-off-by: Daniel King <[email protected]>
1 parent 80e88f8 commit 106bcca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vortex-python/src/expr/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ pub fn root() -> PyExpr {
238238
/// >>> ve.column("age")
239239
/// <vortex.Expr object at ...>
240240
/// ```
241+
///
242+
/// .. seealso::
243+
///
244+
/// :meth:`.vortex.Expr.__getitem`: access a field of a struct a array.
241245
#[pyfunction]
242246
pub fn column<'py>(name: &Bound<'py, PyString>) -> PyResult<Bound<'py, PyExpr>> {
243247
let py = name.py();

0 commit comments

Comments
 (0)