Skip to content

Commit 974fdc3

Browse files
author
araraonline
committed
Comment _get_combined_index
1 parent ec20c27 commit 974fdc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/indexes/api.py

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ def _get_objs_combined_axis(objs, intersect=False, axis=0, sort=True):
5454

5555

5656
def _get_combined_index(indexes, intersect=False, sort=False):
57+
"""Return the union or intersection of indexes
58+
"""
59+
5760
# TODO: handle index names!
5861
indexes = com.get_distinct_objs(indexes)
5962
if len(indexes) == 0:

0 commit comments

Comments
 (0)