关键错误Pandas pd.isnull

时间:2015-09-28 06:34:26

标签: python pandas isnull

我的部分代码如下所示:

var app = angular.module('sbAdminApp', []);
app.controller('MyCtrl', function($scope) {
    $scope.name = 'Adrian';

    $scope.checkScope = function(){
        console.log($scope.name);
    }
});

我几个月来一直在使用这段代码而且它从未产生过这个关键错误(它与' Discipline'相关联。

0 个答案:

没有答案