fips.Block.to_series#
- Block.to_series(add_block_level=False)[source]#
Return the underlying Series data.
- Parameters:
add_block_level (bool, default False) – Whether to add a ‘block’ level to the index with the block name.
- Returns:
The underlying Series data, optionally with a ‘block’ level added to the index.
- Return type:
pd.Series