Skip to content

Commit ee2b0cc

Browse files
DOC: add PR07 for pandas.Index
1 parent 34177d6 commit ee2b0cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/indexes/base.py

+2
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ class Index(IndexOpsMixin, PandasObject):
326326
Parameters
327327
----------
328328
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.
329331
dtype : str, numpy.dtype, or ExtensionDtype, optional
330332
Data type for the output Index. If not specified, this will be
331333
inferred from `data`.

0 commit comments

Comments
 (0)