We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8e25a commit b73e208Copy full SHA for b73e208
visualpython/js/m_apps/Frame.js
@@ -3138,7 +3138,7 @@ define([
3138
if (content['columns'].length > 0) {
3139
code.appendFormat("[[{0}]]", content['columns'].join(','));
3140
}
3141
- code.appendFormat(".apply(lambda x: x.{0}(), axis=1)", content.method);
+ code.appendFormat(".apply(lambda x: x.{0}(numeric_only=True), axis=1)", content.method);
3142
// code.appendFormat(".{0}(axis=1)", content.method); // FIXME: for pandas version upper 2.0.0
3143
} else if (tab == 'replace') {
3144
var replaceStr = new com_String();
0 commit comments