bigframes.enums.DefaultIndexKind#

class bigframes.enums.DefaultIndexKind(*values)[source]#

Sentinel values used to override default indexing behavior.

SEQUENTIAL_INT64 = 1#

Use consecutive integers as the index. This is 0, 1, 2, …, n - 3, n - 2, n - 1, where n is the number of items in the index.