PyMeasure
Bases: PyObject
Main class for interacting with measures.
See methods for available functionality.
Source code in pytabular/measure.py
__init__(object, table)
Connects measure to parent PyTable
.
It will also add some custom rows for the rich
table display.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
object |
PyObject
|
The .Net measure object. |
required |
table |
PyTable
|
The parent |
required |
Source code in pytabular/measure.py
get_dependencies()
Get the dependant objects of a measure.
Returns:
Type | Description |
---|---|
DataFrame
|
pd.DataFrame: The Return Value is a Pandas dataframe which displays all the dependancies of the object. |