Package Properties and Attributes (2.29.0)

Summary of entries of Properties and Attributes for bigframes.

bigframes._config.Options.bigquery

Options to use with the BigQuery engine.

See more: bigframes._config.Options.bigquery

bigframes._config.Options.compute

Thread-local options controlling object computation.

See more: bigframes._config.Options.compute

bigframes._config.Options.display

Options controlling object representation.

See more: bigframes._config.Options.display

bigframes._config.Options.experiments

Options controlling experiments .

See more: bigframes._config.Options.experiments

bigframes._config.Options.is_bigquery_thread_local

Indicator that we're using a thread-local session.

See more: bigframes._config.Options.is_bigquery_thread_local

bigframes._config.Options.sampling

Options controlling downsampling when downloading data to memory.

See more: bigframes._config.Options.sampling

bigframes._config.bigquery_options.BigQueryOptions.allow_large_results

DEPRECATED: Checks the legacy global setting for allowing large results.

See more: bigframes._config.bigquery_options.BigQueryOptions.allow_large_results

bigframes._config.bigquery_options.BigQueryOptions.application_name

The application name to amend to the user-agent sent to Google APIs.

See more: bigframes._config.bigquery_options.BigQueryOptions.application_name

bigframes._config.bigquery_options.BigQueryOptions.bq_connection

Name of the BigQuery connection to use in the form <PROJECT_NUMBER/PROJECT_ID>.

See more: bigframes._config.bigquery_options.BigQueryOptions.bq_connection

bigframes._config.bigquery_options.BigQueryOptions.client_endpoints_override

Option that sets the BQ client endpoints addresses directly as a dict.

See more: bigframes._config.bigquery_options.BigQueryOptions.client_endpoints_override

bigframes._config.bigquery_options.BigQueryOptions.credentials

The OAuth2 credentials to use for this client.

See more: bigframes._config.bigquery_options.BigQueryOptions.credentials

bigframes._config.bigquery_options.BigQueryOptions.enable_polars_execution

If True, will use polars to execute some simple query plans locally.

See more: bigframes._config.bigquery_options.BigQueryOptions.enable_polars_execution

bigframes._config.bigquery_options.BigQueryOptions.kms_key_name

Customer managed encryption key used to control encryption of the data-at-rest in BigQuery.

See more: bigframes._config.bigquery_options.BigQueryOptions.kms_key_name

bigframes._config.bigquery_options.BigQueryOptions.location

Default location for job, datasets, and tables.

See more: bigframes._config.bigquery_options.BigQueryOptions.location

bigframes._config.bigquery_options.BigQueryOptions.ordering_mode

Controls whether total row order is always maintained for DataFrame/Series.

See more: bigframes._config.bigquery_options.BigQueryOptions.ordering_mode

bigframes._config.bigquery_options.BigQueryOptions.project

Google Cloud project ID to use for billing and as the default project.

See more: bigframes._config.bigquery_options.BigQueryOptions.project

bigframes._config.bigquery_options.BigQueryOptions.requests_transport_adapters

Transport adapters for requests-based REST clients such as the google-cloud-bigquery package.

See more: bigframes._config.bigquery_options.BigQueryOptions.requests_transport_adapters

bigframes._config.bigquery_options.BigQueryOptions.skip_bq_connection_check

bigframes._config.bigquery_options.BigQueryOptions.use_regional_endpoints

Flag to connect to regional API endpoints for BigQuery API and BigQuery Storage API.

See more: bigframes._config.bigquery_options.BigQueryOptions.use_regional_endpoints

bigframes.core.indexes.base.Index.T

Return the transpose, which is by definition self.

See more: bigframes.core.indexes.base.Index.T

bigframes.core.indexes.base.Index.dtype

Return the dtype object of the underlying data.

See more: bigframes.core.indexes.base.Index.dtype

bigframes.core.indexes.base.Index.dtypes

Return the dtypes as a Series for the underlying MultiIndex.

See more: bigframes.core.indexes.base.Index.dtypes

bigframes.core.indexes.base.Index.empty

Returns True if the Index is empty, otherwise returns False.

See more: bigframes.core.indexes.base.Index.empty

bigframes.core.indexes.base.Index.has_duplicates

Check if the Index has duplicate values.

See more: bigframes.core.indexes.base.Index.has_duplicates

bigframes.core.indexes.base.Index.is_monotonic_decreasing

Return a boolean if the values are equal or decreasing.

See more: bigframes.core.indexes.base.Index.is_monotonic_decreasing

bigframes.core.indexes.base.Index.is_monotonic_increasing

Return a boolean if the values are equal or increasing.

See more: bigframes.core.indexes.base.Index.is_monotonic_increasing

bigframes.core.indexes.base.Index.is_unique

Return if the index has unique values.

See more: bigframes.core.indexes.base.Index.is_unique

bigframes.core.indexes.base.Index.name

Returns Index name.

See more: bigframes.core.indexes.base.Index.name

bigframes.core.indexes.base.Index.names

Returns the names of the Index.

See more: bigframes.core.indexes.base.Index.names

bigframes.core.indexes.base.Index.ndim

Number of dimensions of the underlying data, by definition 1.

See more: bigframes.core.indexes.base.Index.ndim

bigframes.core.indexes.base.Index.nlevels

Integer number of levels in this MultiIndex.

See more: bigframes.core.indexes.base.Index.nlevels

bigframes.core.indexes.base.Index.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.core.indexes.base.Index.query_job

bigframes.core.indexes.base.Index.shape

Return a tuple of the shape of the underlying data.

See more: bigframes.core.indexes.base.Index.shape

bigframes.core.indexes.base.Index.size

Return the number of elements in the underlying data.

See more: bigframes.core.indexes.base.Index.size

bigframes.core.indexes.base.Index.str

Vectorized string functions for Series and Index.

See more: bigframes.core.indexes.base.Index.str

bigframes.core.indexes.base.Index.values

Return an array representing the data in the Index.

See more: bigframes.core.indexes.base.Index.values

bigframes.core.indexes.datetimes.DatetimeIndex.T

Return the transpose, which is by definition self.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.T

bigframes.core.indexes.datetimes.DatetimeIndex.day

The day of the datetime.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.day

bigframes.core.indexes.datetimes.DatetimeIndex.day_of_week

The day of the week with Monday=0, Sunday=6.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.day_of_week

bigframes.core.indexes.datetimes.DatetimeIndex.dayofweek

The day of the week with Monday=0, Sunday=6.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.dayofweek

bigframes.core.indexes.datetimes.DatetimeIndex.dtype

Return the dtype object of the underlying data.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.dtype

bigframes.core.indexes.datetimes.DatetimeIndex.dtypes

Return the dtypes as a Series for the underlying MultiIndex.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.dtypes

bigframes.core.indexes.datetimes.DatetimeIndex.empty

Returns True if the Index is empty, otherwise returns False.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.empty

bigframes.core.indexes.datetimes.DatetimeIndex.has_duplicates

Check if the Index has duplicate values.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.has_duplicates

bigframes.core.indexes.datetimes.DatetimeIndex.is_monotonic_decreasing

Return a boolean if the values are equal or decreasing.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.is_monotonic_decreasing

bigframes.core.indexes.datetimes.DatetimeIndex.is_monotonic_increasing

Return a boolean if the values are equal or increasing.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.is_monotonic_increasing

bigframes.core.indexes.datetimes.DatetimeIndex.is_unique

Return if the index has unique values.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.is_unique

bigframes.core.indexes.datetimes.DatetimeIndex.month

The month as January=1, December=12.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.month

bigframes.core.indexes.datetimes.DatetimeIndex.name

bigframes.core.indexes.datetimes.DatetimeIndex.names

Returns the names of the Index.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.names

bigframes.core.indexes.datetimes.DatetimeIndex.ndim

Number of dimensions of the underlying data, by definition 1.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.ndim

bigframes.core.indexes.datetimes.DatetimeIndex.nlevels

Integer number of levels in this MultiIndex.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.nlevels

bigframes.core.indexes.datetimes.DatetimeIndex.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.query_job

bigframes.core.indexes.datetimes.DatetimeIndex.shape

Return a tuple of the shape of the underlying data.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.shape

bigframes.core.indexes.datetimes.DatetimeIndex.size

Return the number of elements in the underlying data.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.size

bigframes.core.indexes.datetimes.DatetimeIndex.str

Vectorized string functions for Series and Index.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.str

bigframes.core.indexes.datetimes.DatetimeIndex.values

Return an array representing the data in the Index.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.values

bigframes.core.indexes.datetimes.DatetimeIndex.weekday

The day of the week with Monday=0, Sunday=6.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.weekday

bigframes.core.indexes.datetimes.DatetimeIndex.year

The year of the datetime.

See more: bigframes.core.indexes.datetimes.DatetimeIndex.year

bigframes.core.indexes.multi.MultiIndex.T

Return the transpose, which is by definition self.

See more: bigframes.core.indexes.multi.MultiIndex.T

bigframes.core.indexes.multi.MultiIndex.dtype

Return the dtype object of the underlying data.

See more: bigframes.core.indexes.multi.MultiIndex.dtype

bigframes.core.indexes.multi.MultiIndex.dtypes

Return the dtypes as a Series for the underlying MultiIndex.

See more: bigframes.core.indexes.multi.MultiIndex.dtypes

bigframes.core.indexes.multi.MultiIndex.empty

Returns True if the Index is empty, otherwise returns False.

See more: bigframes.core.indexes.multi.MultiIndex.empty

bigframes.core.indexes.multi.MultiIndex.has_duplicates

Check if the Index has duplicate values.

See more: bigframes.core.indexes.multi.MultiIndex.has_duplicates

bigframes.core.indexes.multi.MultiIndex.is_monotonic_decreasing

Return a boolean if the values are equal or decreasing.

See more: bigframes.core.indexes.multi.MultiIndex.is_monotonic_decreasing

bigframes.core.indexes.multi.MultiIndex.is_monotonic_increasing

Return a boolean if the values are equal or increasing.

See more: bigframes.core.indexes.multi.MultiIndex.is_monotonic_increasing

bigframes.core.indexes.multi.MultiIndex.is_unique

Return if the index has unique values.

See more: bigframes.core.indexes.multi.MultiIndex.is_unique

bigframes.core.indexes.multi.MultiIndex.name

Returns Index name.

See more: bigframes.core.indexes.multi.MultiIndex.name

bigframes.core.indexes.multi.MultiIndex.names

Returns the names of the Index.

See more: bigframes.core.indexes.multi.MultiIndex.names

bigframes.core.indexes.multi.MultiIndex.ndim

Number of dimensions of the underlying data, by definition 1.

See more: bigframes.core.indexes.multi.MultiIndex.ndim

bigframes.core.indexes.multi.MultiIndex.nlevels

Integer number of levels in this MultiIndex.

See more: bigframes.core.indexes.multi.MultiIndex.nlevels

bigframes.core.indexes.multi.MultiIndex.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.core.indexes.multi.MultiIndex.query_job

bigframes.core.indexes.multi.MultiIndex.shape

Return a tuple of the shape of the underlying data.

See more: bigframes.core.indexes.multi.MultiIndex.shape

bigframes.core.indexes.multi.MultiIndex.size

Return the number of elements in the underlying data.

See more: bigframes.core.indexes.multi.MultiIndex.size

bigframes.core.indexes.multi.MultiIndex.str

Vectorized string functions for Series and Index.

See more: bigframes.core.indexes.multi.MultiIndex.str

bigframes.core.indexes.multi.MultiIndex.values

Return an array representing the data in the Index.

See more: bigframes.core.indexes.multi.MultiIndex.values

bigframes.dataframe.DataFrame.T

The transpose of the DataFrame.

See more: bigframes.dataframe.DataFrame.T

bigframes.dataframe.DataFrame.ai

Returns the accessor for AI operators.

See more: bigframes.dataframe.DataFrame.ai

bigframes.dataframe.DataFrame.at

Access a single value for a row/column label pair.

See more: bigframes.dataframe.DataFrame.at

bigframes.dataframe.DataFrame.axes

Return a list representing the axes of the DataFrame.

See more: bigframes.dataframe.DataFrame.axes

bigframes.dataframe.DataFrame.bqclient

BigQuery REST API Client the DataFrame uses for operations.

See more: bigframes.dataframe.DataFrame.bqclient

bigframes.dataframe.DataFrame.columns

The column labels of the DataFrame.

See more: bigframes.dataframe.DataFrame.columns

bigframes.dataframe.DataFrame.dtypes

Return the dtypes in the DataFrame.

See more: bigframes.dataframe.DataFrame.dtypes

bigframes.dataframe.DataFrame.empty

Indicates whether Series/DataFrame is empty.

See more: bigframes.dataframe.DataFrame.empty

bigframes.dataframe.DataFrame.iat

Access a single value for a row/column pair by integer position.

See more: bigframes.dataframe.DataFrame.iat

bigframes.dataframe.DataFrame.iloc

Purely integer-location based indexing for selection by position.

See more: bigframes.dataframe.DataFrame.iloc

bigframes.dataframe.DataFrame.index

The index (row labels) of the DataFrame.

See more: bigframes.dataframe.DataFrame.index

bigframes.dataframe.DataFrame.loc

Access a group of rows and columns by label(s) or a boolean array.

See more: bigframes.dataframe.DataFrame.loc

bigframes.dataframe.DataFrame.ndim

Return an int representing the number of axes / array dimensions.

See more: bigframes.dataframe.DataFrame.ndim

bigframes.dataframe.DataFrame.plot

Make plots of Dataframes.

See more: bigframes.dataframe.DataFrame.plot

bigframes.dataframe.DataFrame.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.dataframe.DataFrame.query_job

bigframes.dataframe.DataFrame.semantics

API documentation for semantics property.

See more: bigframes.dataframe.DataFrame.semantics

bigframes.dataframe.DataFrame.shape

Return a tuple representing the dimensionality of the DataFrame.

See more: bigframes.dataframe.DataFrame.shape

bigframes.dataframe.DataFrame.size

Return an int representing the number of elements in this object.

See more: bigframes.dataframe.DataFrame.size

bigframes.dataframe.DataFrame.sql

Compiles this DataFrame's expression tree to SQL.

See more: bigframes.dataframe.DataFrame.sql

bigframes.dataframe.DataFrame.struct

API documentation for struct property.

See more: bigframes.dataframe.DataFrame.struct

bigframes.dataframe.DataFrame.values

Return the values of DataFrame in the form of a NumPy array.

See more: bigframes.dataframe.DataFrame.values

bigframes.enums.DefaultIndexKind.SEQUENTIAL_INT64

Use consecutive integers as the index.

See more: bigframes.enums.DefaultIndexKind.SEQUENTIAL_INT64

bigframes.geopandas.GeoSeries.AlignedExprT

API documentation for AlignedExprT attribute.

See more: bigframes.geopandas.GeoSeries.AlignedExprT

bigframes.geopandas.GeoSeries.T

Return the transpose, which is by definition self.

See more: bigframes.geopandas.GeoSeries.T

bigframes.geopandas.GeoSeries.area

[Not Implemented] Use <xref uid="bigframes.bigquery.st_area">bigframes.bigquery.st_area</xref>(series), instead to return the area in square meters.

See more: bigframes.geopandas.GeoSeries.area

bigframes.geopandas.GeoSeries.at

Access a single value for a row/column label pair.

See more: bigframes.geopandas.GeoSeries.at

bigframes.geopandas.GeoSeries.blob

API documentation for blob property.

See more: bigframes.geopandas.GeoSeries.blob

bigframes.geopandas.GeoSeries.boundary

Returns a GeoSeries of lower dimensional objects representing each geometry's set-theoretic boundary.

See more: bigframes.geopandas.GeoSeries.boundary

bigframes.geopandas.GeoSeries.centroid

API documentation for centroid property.

See more: bigframes.geopandas.GeoSeries.centroid

bigframes.geopandas.GeoSeries.convex_hull

API documentation for convex_hull property.

See more: bigframes.geopandas.GeoSeries.convex_hull

bigframes.geopandas.GeoSeries.dt

Accessor object for datetime-like properties of the Series values.

See more: bigframes.geopandas.GeoSeries.dt

bigframes.geopandas.GeoSeries.dtype

Return the dtype object of the underlying data.

See more: bigframes.geopandas.GeoSeries.dtype

bigframes.geopandas.GeoSeries.dtypes

Return the dtypes in the DataFrame.

See more: bigframes.geopandas.GeoSeries.dtypes

bigframes.geopandas.GeoSeries.empty

Indicates whether Series/DataFrame is empty.

See more: bigframes.geopandas.GeoSeries.empty

bigframes.geopandas.GeoSeries.geo

Accessor object for geography properties of the Series values.

See more: bigframes.geopandas.GeoSeries.geo

bigframes.geopandas.GeoSeries.hasnans

Return True if there are any NaNs.

See more: bigframes.geopandas.GeoSeries.hasnans

bigframes.geopandas.GeoSeries.iat

Access a single value for a row/column pair by integer position.

See more: bigframes.geopandas.GeoSeries.iat

bigframes.geopandas.GeoSeries.iloc

Purely integer-location based indexing for selection by position.

See more: bigframes.geopandas.GeoSeries.iloc

bigframes.geopandas.GeoSeries.index

The index (axis labels) of the Series.

See more: bigframes.geopandas.GeoSeries.index

bigframes.geopandas.GeoSeries.is_closed

[Not Implemented] Use <xref uid="bigframes.bigquery.st_isclosed">bigframes.bigquery.st_isclosed</xref>(series) instead to return a boolean indicating if a shape is closed.

See more: bigframes.geopandas.GeoSeries.is_closed

bigframes.geopandas.GeoSeries.is_monotonic_decreasing

Return boolean if values in the object are monotonically decreasing.

See more: bigframes.geopandas.GeoSeries.is_monotonic_decreasing

bigframes.geopandas.GeoSeries.is_monotonic_increasing

Return boolean if values in the object are monotonically increasing.

See more: bigframes.geopandas.GeoSeries.is_monotonic_increasing

bigframes.geopandas.GeoSeries.length

API documentation for length property.

See more: bigframes.geopandas.GeoSeries.length

bigframes.geopandas.GeoSeries.list

API documentation for list property.

See more: bigframes.geopandas.GeoSeries.list

bigframes.geopandas.GeoSeries.loc

Access a group of rows and columns by label(s) or a boolean array.

See more: bigframes.geopandas.GeoSeries.loc

bigframes.geopandas.GeoSeries.name

Return the name of the Series.

See more: bigframes.geopandas.GeoSeries.name

bigframes.geopandas.GeoSeries.ndim

Return an int representing the number of axes / array dimensions.

See more: bigframes.geopandas.GeoSeries.ndim

bigframes.geopandas.GeoSeries.plot

Make plots of Series.

See more: bigframes.geopandas.GeoSeries.plot

bigframes.geopandas.GeoSeries.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.geopandas.GeoSeries.query_job

bigframes.geopandas.GeoSeries.shape

Return a tuple of the shape of the underlying data.

See more: bigframes.geopandas.GeoSeries.shape

bigframes.geopandas.GeoSeries.size

Return the number of elements in the underlying data.

See more: bigframes.geopandas.GeoSeries.size

bigframes.geopandas.GeoSeries.str

Vectorized string functions for Series and Index.

See more: bigframes.geopandas.GeoSeries.str

bigframes.geopandas.GeoSeries.struct

Accessor object for struct properties of the Series values.

See more: bigframes.geopandas.GeoSeries.struct

bigframes.geopandas.GeoSeries.values

Return Series as ndarray or ndarray-like depending on the dtype.

See more: bigframes.geopandas.GeoSeries.values

bigframes.geopandas.GeoSeries.x

Return the x location of point geometries in a GeoSeries.

See more: bigframes.geopandas.GeoSeries.x

bigframes.geopandas.GeoSeries.y

Return the y location of point geometries in a GeoSeries.

See more: bigframes.geopandas.GeoSeries.y

bigframes.ml.cluster.KMeans.cluster_centers_

Information of cluster centers.

See more: bigframes.ml.cluster.KMeans.cluster_centers_

bigframes.ml.compose.ColumnTransformer.transformers_

The collection of transformers as tuples of (name, transformer, column).

See more: bigframes.ml.compose.ColumnTransformer.transformers_

bigframes.ml.decomposition.MatrixFactorization.rating_col

str: The rating column name.

See more: bigframes.ml.decomposition.MatrixFactorization.rating_col

bigframes.ml.decomposition.PCA.components_

Principal axes in feature space, representing the directions of maximum variance in the data.

See more: bigframes.ml.decomposition.PCA.components_

bigframes.ml.decomposition.PCA.explained_variance_

The amount of variance explained by each of the selected components.

See more: bigframes.ml.decomposition.PCA.explained_variance_

bigframes.ml.decomposition.PCA.explained_variance_ratio_

Percentage of variance explained by each of the selected components.

See more: bigframes.ml.decomposition.PCA.explained_variance_ratio_

bigframes.ml.forecasting.ARIMAPlus.coef_

Inspect the coefficients of the model.

See more: bigframes.ml.forecasting.ARIMAPlus.coef_

bigframes.operations.blob.BlobAccessor.session

API documentation for session property.

See more: bigframes.operations.blob.BlobAccessor.session

bigframes.operations.datetimes.DatetimeMethods.date

Returns a Series with the date part of Timestamps without time and timezone information.

See more: bigframes.operations.datetimes.DatetimeMethods.date

bigframes.operations.datetimes.DatetimeMethods.day

The day of the datetime.

See more: bigframes.operations.datetimes.DatetimeMethods.day

bigframes.operations.datetimes.DatetimeMethods.day_of_week

The day of the week with Monday=0, Sunday=6.

See more: bigframes.operations.datetimes.DatetimeMethods.day_of_week

bigframes.operations.datetimes.DatetimeMethods.day_of_year

The ordinal day of the year.

See more: bigframes.operations.datetimes.DatetimeMethods.day_of_year

bigframes.operations.datetimes.DatetimeMethods.dayofweek

The day of the week with Monday=0, Sunday=6.

See more: bigframes.operations.datetimes.DatetimeMethods.dayofweek

bigframes.operations.datetimes.DatetimeMethods.dayofyear

The ordinal day of the year.

See more: bigframes.operations.datetimes.DatetimeMethods.dayofyear

bigframes.operations.datetimes.DatetimeMethods.days

The numebr of days for each element.

See more: bigframes.operations.datetimes.DatetimeMethods.days

bigframes.operations.datetimes.DatetimeMethods.hour

The hours of the datetime.

See more: bigframes.operations.datetimes.DatetimeMethods.hour

bigframes.operations.datetimes.DatetimeMethods.microseconds

Number of microseconds (>= 0 and less than 1 second) for each element.

See more: bigframes.operations.datetimes.DatetimeMethods.microseconds

bigframes.operations.datetimes.DatetimeMethods.minute

The minutes of the datetime.

See more: bigframes.operations.datetimes.DatetimeMethods.minute

bigframes.operations.datetimes.DatetimeMethods.month

The month as January=1, December=12.

See more: bigframes.operations.datetimes.DatetimeMethods.month

bigframes.operations.datetimes.DatetimeMethods.quarter

The quarter of the date.

See more: bigframes.operations.datetimes.DatetimeMethods.quarter

bigframes.operations.datetimes.DatetimeMethods.second

The seconds of the datetime.

See more: bigframes.operations.datetimes.DatetimeMethods.second

bigframes.operations.datetimes.DatetimeMethods.seconds

Number of seconds (>= 0 and less than 1 day) for each element.

See more: bigframes.operations.datetimes.DatetimeMethods.seconds

bigframes.operations.datetimes.DatetimeMethods.time

Returns a Series with the time part of the Timestamps.

See more: bigframes.operations.datetimes.DatetimeMethods.time

bigframes.operations.datetimes.DatetimeMethods.tz

bigframes.operations.datetimes.DatetimeMethods.unit

Returns the unit of time precision.

See more: bigframes.operations.datetimes.DatetimeMethods.unit

bigframes.operations.datetimes.DatetimeMethods.year

The year of the datetime.

See more: bigframes.operations.datetimes.DatetimeMethods.year

bigframes.operations.structs.StructAccessor.dtypes

Return the dtype object of each child field of the struct.

See more: bigframes.operations.structs.StructAccessor.dtypes

bigframes.pandas.ArrowDtype.itemsize

Return the number of bytes in this dtype.

See more: bigframes.pandas.ArrowDtype.itemsize

bigframes.pandas.ArrowDtype.kind

API documentation for kind attribute.

See more: bigframes.pandas.ArrowDtype.kind

bigframes.pandas.ArrowDtype.name

A string identifying the data type.

See more: bigframes.pandas.ArrowDtype.name

bigframes.pandas.ArrowDtype.numpy_dtype

Return an instance of the related numpy dtype.

See more: bigframes.pandas.ArrowDtype.numpy_dtype

bigframes.pandas.ArrowDtype.type

Returns associated scalar type.

See more: bigframes.pandas.ArrowDtype.type

bigframes.pandas.BooleanDtype.kind

A character code (one of 'biufcmMOSUV'), default 'O'.

See more: bigframes.pandas.BooleanDtype.kind

bigframes.pandas.BooleanDtype.numpy_dtype

Return an instance of our numpy dtype.

See more: bigframes.pandas.BooleanDtype.numpy_dtype

bigframes.pandas.BooleanDtype.type

The scalar type for the array, e.g.

See more: bigframes.pandas.BooleanDtype.type

bigframes.pandas.DataFrame.T

The transpose of the DataFrame.

See more: bigframes.pandas.DataFrame.T

bigframes.pandas.DataFrame.ai

Returns the accessor for AI operators.

See more: bigframes.pandas.DataFrame.ai

bigframes.pandas.DataFrame.at

Access a single value for a row/column label pair.

See more: bigframes.pandas.DataFrame.at

bigframes.pandas.DataFrame.bqclient

BigQuery REST API Client the DataFrame uses for operations.

See more: bigframes.pandas.DataFrame.bqclient

bigframes.pandas.DataFrame.columns

The column labels of the DataFrame.

See more: bigframes.pandas.DataFrame.columns

bigframes.pandas.DataFrame.dtypes

Return the dtypes in the DataFrame.

See more: bigframes.pandas.DataFrame.dtypes

bigframes.pandas.DataFrame.empty

Indicates whether Series/DataFrame is empty.

See more: bigframes.pandas.DataFrame.empty

bigframes.pandas.DataFrame.iat

Access a single value for a row/column pair by integer position.

See more: bigframes.pandas.DataFrame.iat

bigframes.pandas.DataFrame.iloc

Purely integer-location based indexing for selection by position.

See more: bigframes.pandas.DataFrame.iloc

bigframes.pandas.DataFrame.index

The index (row labels) of the DataFrame.

See more: bigframes.pandas.DataFrame.index

bigframes.pandas.DataFrame.loc

Access a group of rows and columns by label(s) or a boolean array.

See more: bigframes.pandas.DataFrame.loc

bigframes.pandas.DataFrame.ndim

Return an int representing the number of axes / array dimensions.

See more: bigframes.pandas.DataFrame.ndim

bigframes.pandas.DataFrame.plot

Make plots of Dataframes.

See more: bigframes.pandas.DataFrame.plot

bigframes.pandas.DataFrame.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.pandas.DataFrame.query_job

bigframes.pandas.DataFrame.semantics

API documentation for semantics property.

See more: bigframes.pandas.DataFrame.semantics

bigframes.pandas.DataFrame.shape

Return a tuple representing the dimensionality of the DataFrame.

See more: bigframes.pandas.DataFrame.shape

bigframes.pandas.DataFrame.size

Return an int representing the number of elements in this object.

See more: bigframes.pandas.DataFrame.size

bigframes.pandas.DataFrame.sql

Compiles this DataFrame's expression tree to SQL.

See more: bigframes.pandas.DataFrame.sql

bigframes.pandas.DataFrame.struct

API documentation for struct property.

See more: bigframes.pandas.DataFrame.struct

bigframes.pandas.DataFrame.values

Return the values of DataFrame in the form of a NumPy array.

See more: bigframes.pandas.DataFrame.values

bigframes.pandas.DatetimeIndex.day

The day of the datetime.

See more: bigframes.pandas.DatetimeIndex.day

bigframes.pandas.DatetimeIndex.day_of_week

The day of the week with Monday=0, Sunday=6.

See more: bigframes.pandas.DatetimeIndex.day_of_week

bigframes.pandas.DatetimeIndex.dayofweek

The day of the week with Monday=0, Sunday=6.

See more: bigframes.pandas.DatetimeIndex.dayofweek

bigframes.pandas.DatetimeIndex.month

The month as January=1, December=12.

See more: bigframes.pandas.DatetimeIndex.month

bigframes.pandas.DatetimeIndex.weekday

The day of the week with Monday=0, Sunday=6.

See more: bigframes.pandas.DatetimeIndex.weekday

bigframes.pandas.DatetimeIndex.year

The year of the datetime.

See more: bigframes.pandas.DatetimeIndex.year

bigframes.pandas.Index.T

Return the transpose, which is by definition self.

See more: bigframes.pandas.Index.T

bigframes.pandas.Index.dtype

Return the dtype object of the underlying data.

See more: bigframes.pandas.Index.dtype

bigframes.pandas.Index.dtypes

Return the dtypes as a Series for the underlying MultiIndex.

See more: bigframes.pandas.Index.dtypes

bigframes.pandas.Index.empty

Returns True if the Index is empty, otherwise returns False.

See more: bigframes.pandas.Index.empty

bigframes.pandas.Index.has_duplicates

Check if the Index has duplicate values.

See more: bigframes.pandas.Index.has_duplicates

bigframes.pandas.Index.is_monotonic_decreasing

Return a boolean if the values are equal or decreasing.

See more: bigframes.pandas.Index.is_monotonic_decreasing

bigframes.pandas.Index.is_monotonic_increasing

Return a boolean if the values are equal or increasing.

See more: bigframes.pandas.Index.is_monotonic_increasing

bigframes.pandas.Index.is_unique

Return if the index has unique values.

See more: bigframes.pandas.Index.is_unique

bigframes.pandas.Index.name

Returns Index name.

See more: bigframes.pandas.Index.name

bigframes.pandas.Index.names

Returns the names of the Index.

See more: bigframes.pandas.Index.names

bigframes.pandas.Index.ndim

Number of dimensions of the underlying data, by definition 1.

See more: bigframes.pandas.Index.ndim

bigframes.pandas.Index.nlevels

Integer number of levels in this MultiIndex.

See more: bigframes.pandas.Index.nlevels

bigframes.pandas.Index.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.pandas.Index.query_job

bigframes.pandas.Index.shape

Return a tuple of the shape of the underlying data.

See more: bigframes.pandas.Index.shape

bigframes.pandas.Index.size

Return the number of elements in the underlying data.

See more: bigframes.pandas.Index.size

bigframes.pandas.Index.str

Vectorized string functions for Series and Index.

See more: bigframes.pandas.Index.str

bigframes.pandas.Index.values

Return an array representing the data in the Index.

See more: bigframes.pandas.Index.values

bigframes.pandas.NamedAgg.aggfunc

Alias for field number 1.

See more: bigframes.pandas.NamedAgg.aggfunc

bigframes.pandas.NamedAgg.column

Alias for field number 0.

See more: bigframes.pandas.NamedAgg.column

bigframes.pandas.Series.AlignedExprT

API documentation for AlignedExprT attribute.

See more: bigframes.pandas.Series.AlignedExprT

bigframes.pandas.Series.T

Return the transpose, which is by definition self.

See more: bigframes.pandas.Series.T

bigframes.pandas.Series.at

Access a single value for a row/column label pair.

See more: bigframes.pandas.Series.at

bigframes.pandas.Series.blob

API documentation for blob property.

See more: bigframes.pandas.Series.blob

bigframes.pandas.Series.dt

Accessor object for datetime-like properties of the Series values.

See more: bigframes.pandas.Series.dt

bigframes.pandas.Series.dtype

Return the dtype object of the underlying data.

See more: bigframes.pandas.Series.dtype

bigframes.pandas.Series.dtypes

Return the dtypes in the DataFrame.

See more: bigframes.pandas.Series.dtypes

bigframes.pandas.Series.empty

Indicates whether Series/DataFrame is empty.

See more: bigframes.pandas.Series.empty

bigframes.pandas.Series.geo

Accessor object for geography properties of the Series values.

See more: bigframes.pandas.Series.geo

bigframes.pandas.Series.hasnans

Return True if there are any NaNs.

See more: bigframes.pandas.Series.hasnans

bigframes.pandas.Series.iat

Access a single value for a row/column pair by integer position.

See more: bigframes.pandas.Series.iat

bigframes.pandas.Series.iloc

Purely integer-location based indexing for selection by position.

See more: bigframes.pandas.Series.iloc

bigframes.pandas.Series.index

The index (axis labels) of the Series.

See more: bigframes.pandas.Series.index

bigframes.pandas.Series.is_monotonic_decreasing

Return boolean if values in the object are monotonically decreasing.

See more: bigframes.pandas.Series.is_monotonic_decreasing

bigframes.pandas.Series.is_monotonic_increasing

Return boolean if values in the object are monotonically increasing.

See more: bigframes.pandas.Series.is_monotonic_increasing

bigframes.pandas.Series.list

API documentation for list property.

See more: bigframes.pandas.Series.list

bigframes.pandas.Series.loc

Access a group of rows and columns by label(s) or a boolean array.

See more: bigframes.pandas.Series.loc

bigframes.pandas.Series.name

Return the name of the Series.

See more: bigframes.pandas.Series.name

bigframes.pandas.Series.ndim

Return an int representing the number of axes / array dimensions.

See more: bigframes.pandas.Series.ndim

bigframes.pandas.Series.plot

Make plots of Series.

See more: bigframes.pandas.Series.plot

bigframes.pandas.Series.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.pandas.Series.query_job

bigframes.pandas.Series.shape

Return a tuple of the shape of the underlying data.

See more: bigframes.pandas.Series.shape

bigframes.pandas.Series.size

Return the number of elements in the underlying data.

See more: bigframes.pandas.Series.size

bigframes.pandas.Series.str

Vectorized string functions for Series and Index.

See more: bigframes.pandas.Series.str

bigframes.pandas.Series.struct

Accessor object for struct properties of the Series values.

See more: bigframes.pandas.Series.struct

bigframes.pandas.Series.values

Return Series as ndarray or ndarray-like depending on the dtype.

See more: bigframes.pandas.Series.values

bigframes.pandas.StringDtype.na_value

Default NA value to use for this type.

See more: bigframes.pandas.StringDtype.na_value

bigframes.pandas.StringDtype.name

A string identifying the data type.

See more: bigframes.pandas.StringDtype.name

bigframes.pandas.StringDtype.type

The scalar type for the array, e.g.

See more: bigframes.pandas.StringDtype.type

bigframes.series.Series.AlignedExprT

API documentation for AlignedExprT attribute.

See more: bigframes.series.Series.AlignedExprT

bigframes.series.Series.T

Return the transpose, which is by definition self.

See more: bigframes.series.Series.T

bigframes.series.Series.at

Access a single value for a row/column label pair.

See more: bigframes.series.Series.at

bigframes.series.Series.blob

API documentation for blob property.

See more: bigframes.series.Series.blob

bigframes.series.Series.dt

Accessor object for datetime-like properties of the Series values.

See more: bigframes.series.Series.dt

bigframes.series.Series.dtype

Return the dtype object of the underlying data.

See more: bigframes.series.Series.dtype

bigframes.series.Series.dtypes

Return the dtypes in the DataFrame.

See more: bigframes.series.Series.dtypes

bigframes.series.Series.empty

Indicates whether Series/DataFrame is empty.

See more: bigframes.series.Series.empty

bigframes.series.Series.geo

Accessor object for geography properties of the Series values.

See more: bigframes.series.Series.geo

bigframes.series.Series.hasnans

Return True if there are any NaNs.

See more: bigframes.series.Series.hasnans

bigframes.series.Series.iat

Access a single value for a row/column pair by integer position.

See more: bigframes.series.Series.iat

bigframes.series.Series.iloc

Purely integer-location based indexing for selection by position.

See more: bigframes.series.Series.iloc

bigframes.series.Series.index

The index (axis labels) of the Series.

See more: bigframes.series.Series.index

bigframes.series.Series.is_monotonic_decreasing

Return boolean if values in the object are monotonically decreasing.

See more: bigframes.series.Series.is_monotonic_decreasing

bigframes.series.Series.is_monotonic_increasing

Return boolean if values in the object are monotonically increasing.

See more: bigframes.series.Series.is_monotonic_increasing

bigframes.series.Series.list

API documentation for list property.

See more: bigframes.series.Series.list

bigframes.series.Series.loc

Access a group of rows and columns by label(s) or a boolean array.

See more: bigframes.series.Series.loc

bigframes.series.Series.name

Return the name of the Series.

See more: bigframes.series.Series.name

bigframes.series.Series.ndim

Return an int representing the number of axes / array dimensions.

See more: bigframes.series.Series.ndim

bigframes.series.Series.plot

Make plots of Series.

See more: bigframes.series.Series.plot

bigframes.series.Series.query_job

BigQuery job metadata for the most recent query.

See more: bigframes.series.Series.query_job

bigframes.series.Series.shape

Return a tuple of the shape of the underlying data.

See more: bigframes.series.Series.shape

bigframes.series.Series.size

Return the number of elements in the underlying data.

See more: bigframes.series.Series.size

bigframes.series.Series.str

Vectorized string functions for Series and Index.

See more: bigframes.series.Series.str

bigframes.series.Series.struct

Accessor object for struct properties of the Series values.

See more: bigframes.series.Series.struct

bigframes.series.Series.values

Return Series as ndarray or ndarray-like depending on the dtype.

See more: bigframes.series.Series.values

bigframes.session.Session.MultiIndex

Constructs a MultiIndex.

See more: bigframes.session.Session.MultiIndex

bigframes.session.Session.bqclient

API documentation for bqclient property.

See more: bigframes.session.Session.bqclient

bigframes.session.Session.bqconnectionclient

API documentation for bqconnectionclient property.

See more: bigframes.session.Session.bqconnectionclient

bigframes.session.Session.bqconnectionmanager

API documentation for bqconnectionmanager property.

See more: bigframes.session.Session.bqconnectionmanager

bigframes.session.Session.bqstoragereadclient

API documentation for bqstoragereadclient property.

See more: bigframes.session.Session.bqstoragereadclient

bigframes.session.Session.bytes_processed_sum

The sum of all bytes processed by bigquery jobs using this session.

See more: bigframes.session.Session.bytes_processed_sum

bigframes.session.Session.cloudfunctionsclient

API documentation for cloudfunctionsclient property.

See more: bigframes.session.Session.cloudfunctionsclient

bigframes.session.Session.objects

API documentation for objects property.

See more: bigframes.session.Session.objects

bigframes.session.Session.options

Options for configuring BigQuery DataFrames.

See more: bigframes.session.Session.options

bigframes.session.Session.resourcemanagerclient

API documentation for resourcemanagerclient property.

See more: bigframes.session.Session.resourcemanagerclient

bigframes.session.Session.session_id

API documentation for session_id property.

See more: bigframes.session.Session.session_id

bigframes.session.Session.slot_millis_sum

The sum of all slot time used by bigquery jobs in this session.

See more: bigframes.session.Session.slot_millis_sum