We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34177d6 commit ee2b0ccCopy full SHA for ee2b0cc
pandas/core/indexes/base.py
@@ -326,6 +326,8 @@ class Index(IndexOpsMixin, PandasObject):
326
Parameters
327
----------
328
data : array-like (1-dimensional)
329
+ An array-like structure containing the data for the index. This could be a
330
+ Python list, a NumPy array, or a pandas Series.
331
dtype : str, numpy.dtype, or ExtensionDtype, optional
332
Data type for the output Index. If not specified, this will be
333
inferred from `data`.
0 commit comments