Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, the indices of two dataframes cannot be merged through random shuffling. The indices of dataframes are used to identify and access specific rows in the dataframe, and shuffling them randomly would change the order of the rows, making it difficult to access and analyze specific data points. It is important to retain the original order of the indices or use a unique identifier to merge dataframes.