to_placeholder¶
-
View.
to_placeholder
(name=None)[source]¶ Generates a
Placeholder
from the currentView
.- Args:
- name (str, optional):
The name of the placeholder. If no name is passed, then the name of the placeholder will be identical to the name of the current view.
- Returns:
Placeholder
:A placeholder with the same name as this data frame.