Closed
Description
df.iloc[[0,1],[0,1]]
means return the square 0-1 rows and 0-1 columns
might be nice to have a way to mean return the coordinates (0,0),(0,1)
related #7522
df.iloc[[0,1],[0,1]]
means return the square 0-1 rows and 0-1 columns
might be nice to have a way to mean return the coordinates (0,0),(0,1)
related #7522