| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.pandas.col.html | [Back] [Original] |
Section Navigation
Generate deferred object representing a column of a DataFrame.
Any place which accepts lambda df: df[col_name], such as
DataFrame.assign() or DataFrame.loc(), can also accept
pd.col(col_name).
col_name (Hashable) Column name.
A deferred object representing a column of a DataFrame.
Expression
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 |