File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ def st_distance(
264
264
A series containing geography objects.
265
265
other (bigframes.pandas.Series | bigframes.geopandas.GeoSeries | shapely.Geometry):
266
266
The series or geometric object to calculate the distance in meters
267
- to from the geography objects in ``series``.
267
+ to form the geography objects in ``series``.
268
268
use_spheroid (optional, default ``False``):
269
269
Determines how this function measures distance. If ``use_spheroid``
270
270
is False, the function measures distance on the surface of a perfect
Original file line number Diff line number Diff line change 25
25
* `expression`: Models basic SQL expressions.
26
26
27
27
Extended classes (not part of standard GoogleSQL syntax, but added for convenience):
28
- i
28
+
29
29
* `ColumnExpression`: Represents column references.
30
30
* `TableExpression`: Represents table references.
31
31
* `AliasExpression`: Represents aliased expressions.
You can’t perform that action at this time.
0 commit comments