, Python, Python, IPython. IPython , , :
import statsmodels.api as sm
heart = sm.datasets.heart.load_pandas().data
h_grouped = heart.groupby(['censors'])
Tab, :
In [5]: h_grouped.<Tab><Tab>
IPython -
help , ?:
h_grouped.apply?
# Apply function and combine results
# together in an intelligent way.
IPython , - , dir(), . dir(h_grouped),
,
.