使用订阅后如何从df表中获取熊猫的价值

时间:2020-05-12 09:51:52

标签: python pandas jupyter-notebook

使用订阅后,我得到此表的示例:

nbl.describe(include=['object'])

例如,我要获取的第一个值为30。该怎么做?

var tabs = new TabbedPage();

var vm1 = new SurveyVM(...);
var vm2 = new SurveyVM(...);
...
var vmn = new SurveyVM(...);

tabs.Children.Add(new SurveyPage(vm1));
tabs.Children.Add(new SurveyPage(vm2));
...
tabs.Children.Add(new SurveyPage(vmn));

谢谢!

0 个答案:

没有答案