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(
264264 A series containing geography objects.
265265 other (bigframes.pandas.Series | bigframes.geopandas.GeoSeries | shapely.Geometry):
266266 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``.
268268 use_spheroid (optional, default ``False``):
269269 Determines how this function measures distance. If ``use_spheroid``
270270 is False, the function measures distance on the surface of a perfect
Original file line number Diff line number Diff line change 2525* `expression`: Models basic SQL expressions.
2626
2727Extended classes (not part of standard GoogleSQL syntax, but added for convenience):
28- i
28+
2929* `ColumnExpression`: Represents column references.
3030* `TableExpression`: Represents table references.
3131* `AliasExpression`: Represents aliased expressions.
You can’t perform that action at this time.
0 commit comments