psytrx
Results
3
issues of
psytrx
Currently, the call to `Trim` is failing because column headers might be numbers or dates, which have no `Trim` method. Since any object has a `ToString` method, this should fix...
I wonder why this isn't reported yet, maybe I'm missing something? ``` var lst = [0, 1, 2]; var lst2 = [n*n for n in lst]; ``` I expect `lst2`...