What will happen if you concatenate two dataframes with some overlapping indices in pandas?
a) An error will occur b) The overlapping indices will be merged into a single index c) The overlapping indices will be duplicated d) The second dataframe will overwrite the first one