Initializing help system before first use

xpressinsight.Index

xpressinsight.Index


Purpose
Represents an index entity. To be used in conjunction with xpressinsight.Series or xpressinsight.DataFrame objects.
Example
Example creating an index of integer values with an alias.
>>> Indices: xi.Index(dtype=xi.integer, alias='Array Indices')		
Related topics