Unexpected behavior with data.table when using setkey on character columns in R
👀 Views: 4
💬 Answers: 1
📅 Created: 2025-06-02
r data.table data-frames
I'm encountering an issue with the `data.table` package in R, specifically when using the `setkey` function on a data frame with character columns. I have a dat...