bigframes.pandas.DataFrame.reindex_like#

DataFrame.reindex_like(other:DataFrame,*,validate:bool|None=None)[source]#

Return an object with matching indices as other object.

Conform the object to the same index on all axes. Optionalfilling logic, placing Null in locations having no valuein the previous index.

Parameters:

other (Object ofthe same data type) – Its row and column indices are used to define the new indicesof this object.

Returns:

Same type as caller, but with changed indices on each axis.

Return type:

bigframes.pandas.DataFrame orbigframes.pandas.Series