Click or drag to resize
SeriesK, VIndexOrdinally Method
Replace the index of the series with ordinally generated integers starting from zero. The elements of the series are assigned index according to the current order, or in a non-deterministic way, if the current index is not ordered. [category:Indexing]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<int, V> IndexOrdinally()

Return Value

Type: SeriesInt32, V

[Missing <returns> documentation for "M:Deedle.Series`2.IndexOrdinally"]

See Also