You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All other testing.make*Index methods take a parameter k which lets you specify the length. makeMultiIndex explicitly takes this parameter but does nothing with it.
Expected Output
assertlen(pd.testing.makeMultiIndex(k=10)) ==10
The text was updated successfully, but these errors were encountered:
Hey, I would like to contribute to solving this issue. This would be my first contribution.
Could you please provide some more info about the issue and what is supposed to happen?
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
pandas/pandas/_testing/__init__.py
Lines 491 to 492 in 0976c4c
Problem description
All other
testing.make*Index
methods take a parameterk
which lets you specify the length.makeMultiIndex
explicitly takes this parameter but does nothing with it.Expected Output
The text was updated successfully, but these errors were encountered: