datatable.internal.frame_columns_virtual()

frame_columns_virtual
(
Deprecated since version 0.11.0

Return the list indicating which columns in the frame are virtual.

Parameters

return
List[bool]

Each element in the list indicates whether the corresponding column is virtual or not.

Notes

This function will be expanded and moved into the main dt.Frame class.