datatable.internal.frame_columns_virtual()

frame_columns_virtual
(

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

Deprecated since version 0.11.0.

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