Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert string to number #6

Open
talentedandrew opened this issue Sep 13, 2017 · 0 comments
Open

Convert string to number #6

talentedandrew opened this issue Sep 13, 2017 · 0 comments

Comments

@talentedandrew
Copy link

Hi,
First of all thanks for this amazing library.There was an issue I was facing when using string values with cast.sum method.The problem was that my string values were not converted to numbers before summing them. So I found a method to do that. I modified the cast.sum method.I added a + sign infront of row[k] on line no. 92 in melt.js file.So now it looked like return a + (+row[k]); .Now , even with string values it worked fine. Please suggest some other way if its not appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant