Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xPAGCOE committed Feb 15, 2024
1 parent 4141875 commit b0c6048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAC DataFrame/sacdataframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ var getScriptPromisify = (src) => {

if(df.$columns[k].endsWith("_sum")) {

df = df.rename({ df.$columns[k]: df.$columns[k].substring(0, df.$columns[k]-4) });
df = df.rename({ df.$columns[k]: df.$columns[k].substring(0, df.$columns[k].length-4) });

console.log(df);
}
Expand Down

0 comments on commit b0c6048

Please sign in to comment.