| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.pandas.DataFrame.reindex.html | [Back] [Original] |
Section Navigation
Conform DataFrame to new index with optional filling logic.
Places NA in locations having no value in the previous index. A new object is produced.
labels (array-like, optional) New labels / index to conform the axis specified by axis to.
index (array-like, optional) New labels for the index. Preferably an Index object to avoid duplicating data.
columns (array-like, optional) New labels for the columns. Preferably an Index object to avoid duplicating data.
axis (int or str, optional) Axis to target. Can be either the axis name (index, columns) or number (0, 1).
DataFrame with changed index.
Copyright 2019, Google.
Created using Sphinx 8.1.3.
Built with the PyData Sphinx Theme 0.19.0.
| Web Proxy Viewer | New URL | Original Page |