René's URL Explorer Experiment


Title: Expressions - Vortex documentation

Open Graph Title: Expressions

Description: Vortex expressions represent simple filtering conditions on the rows of a Vortex array. For example, the following expression represents the set of rows for which the age column lies between 23 and...

Open Graph Description: Vortex expressions represent simple filtering conditions on the rows of a Vortex array. For example, the following expression represents the set of rows for which the age column lies between 23 and...

Opengraph URL: https://docs.vortex.dev/api/python/expr.html

direct link

Domain: docs.vortex.dev

color-schemelight dark
og:typewebsite
og:site_nameVortex
og:imagehttps://docs.vortex.dev/_static/vortex_spiral_logo.svg
og:image:altVortex

Links:

Skip to contenthttps://docs.vortex.dev/api/python/expr.html#furo-main-content
Vortex documentationhttps://docs.vortex.dev/index.html
Vortex documentation https://docs.vortex.dev/index.html
Arrayshttps://docs.vortex.dev/concepts/arrays.html
Layoutshttps://docs.vortex.dev/concepts/layouts.html
Data Typeshttps://docs.vortex.dev/concepts/dtypes.html
Computehttps://docs.vortex.dev/concepts/compute.html
Pythonhttps://docs.vortex.dev/quickstart/python.html
Rusthttps://docs.vortex.dev/quickstart/rust.html
Python APIhttps://docs.vortex.dev/api/python/index.html
Data Typeshttps://docs.vortex.dev/api/python/dtypes.html
Scalarshttps://docs.vortex.dev/api/python/scalars.html
Arrayshttps://docs.vortex.dev/api/python/arrays.html
Expressionshttps://docs.vortex.dev/api/python/expr.html
Compressionhttps://docs.vortex.dev/api/python/compress.html
Input and Outputhttps://docs.vortex.dev/api/python/io.html
Datasethttps://docs.vortex.dev/api/python/dataset.html
Type Aliaseshttps://docs.vortex.dev/api/python/type_aliases.html
Rust APIhttps://docs.rs/vortex
C FFI APIhttps://docs.vortex.dev/api/c/index.html
DTypeshttps://docs.vortex.dev/api/c/dtypes.html
Arrayshttps://docs.vortex.dev/api/c/arrays.html
Java APIhttps://docs.vortex.dev/api/java/index.html
Work-in-progress: Lazy Evaluation in Vortexhttps://docs.vortex.dev/guides/wip-lazy-evaluation.html
Python Integrationshttps://docs.vortex.dev/guides/python-integrations.html
Writing a Vortex Encodinghttps://docs.vortex.dev/guides/writing-an-encoding.html
File Formathttps://docs.vortex.dev/specs/file-format.html
IPC Formathttps://docs.vortex.dev/specs/ipc-format.html
DType Formathttps://docs.vortex.dev/specs/dtype-format.html
Referenceshttps://docs.vortex.dev/references.html
Spiralhttps://spiraldb.com
GitHubhttps://github.com/spiraldb/vortex
PyPIhttps://pypi.org/project/vortex-data
Crateshttps://crates.io/crates/vortex
Back to top https://docs.vortex.dev/api/python/expr.html
View this page https://docs.vortex.dev/_sources/api/python/expr.rst.txt
https://docs.vortex.dev/api/python/expr.html#expressions
columnhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.column
Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
https://docs.vortex.dev/api/python/expr.html#vortex.expr.column
strhttps://docs.python.org/3/library/stdtypes.html#str
vortex.Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
vortex.expr.Expr.__getitem__()https://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr.__getitem__
https://docs.vortex.dev/api/python/expr.html#vortex.expr.not_
vortex.Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
https://docs.vortex.dev/api/python/expr.html#vortex.expr.and_
Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
vortex.Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
https://docs.vortex.dev/api/python/expr.html#vortex.expr.root
vortex.Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
https://docs.vortex.dev/api/python/expr.html#vortex.expr.literal
vortex.DTypehttps://docs.vortex.dev/api/python/dtypes.html#vortex.DType
vortex.Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
https://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
column()https://docs.vortex.dev/api/python/expr.html#vortex.expr.column
https://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr.__getitem__
strhttps://docs.python.org/3/library/stdtypes.html#str
vortex.Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
https://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr.evaluate
vortex.openhttps://docs.vortex.dev/api/python/io.html#vortex.open
vortex.VortexFilehttps://docs.vortex.dev/api/python/io.html#vortex.VortexFile
vortex.VortexFile.scanhttps://docs.vortex.dev/api/python/io.html#vortex.VortexFile.scan
Next Compression https://docs.vortex.dev/api/python/compress.html
Previous Arrays https://docs.vortex.dev/api/python/arrays.html
Sphinxhttps://www.sphinx-doc.org/
@pradyunsghttps://pradyunsg.me
Furohttps://github.com/pradyunsg/furo
Expressionshttps://docs.vortex.dev/api/python/expr.html
column()https://docs.vortex.dev/api/python/expr.html#vortex.expr.column
not_()https://docs.vortex.dev/api/python/expr.html#vortex.expr.not_
and_()https://docs.vortex.dev/api/python/expr.html#vortex.expr.and_
root()https://docs.vortex.dev/api/python/expr.html#vortex.expr.root
literal()https://docs.vortex.dev/api/python/expr.html#vortex.expr.literal
Exprhttps://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr
Expr.__getitem__()https://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr.__getitem__
Expr.evaluate()https://docs.vortex.dev/api/python/expr.html#vortex.expr.Expr.evaluate

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.