Closed behrica closed 2 years ago
Hmmm... I'm pretty sure I've made it already. I'll verify this soon, thanks.
From the Changelog:
[6.094]
Added
- crosstab - cross tabulation
- pivot->longer :coerce-to-number option added
Changed
- [breaking] pivot->wider no longer coerces column names to strings, it's up to user
I was somehow in an older tablecloth
.
Latest version is working as expected.
produces a dataset with columns ["0", "1"]. I would expect to get column [0,1]