Convert int to long

After loading data from excel as int, I used group by to sum column. The node skipped some lines offering to convert them to long. Question how? Why this function is not available in Math Note?

1 Like

Hi @izaychik63,

This is a good question, I think this is a missing feature worth adding to the node.

I added an example workflow that shows how you can cast an int column to a long column using the Column Expressions node: Cast int to long.knwf (9.7 KB)
best,
Gabriel

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.