wakatools.base.DataFrameAccessor.coordinates#

DataFrameAccessor.coordinates() ndarray[source]#

Get an array of all coordinates in the DataFrame in the shape (N, 2).

Returns:

An array of shape (N, 2) containing all coordinates.

Return type:

np.ndarray