Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on May 29, 2024 7:37PM
Likes: 1
Replies: 3
I have 2 datasets that I'm trying to left join using a contains.
but when I try to join them, I'm getting a string index out of bounds error, does this have something to do with the sized of my data source? I noticed that when I limit me left data source to 5 rows the join works fine, but when I use the full data, I get this error. The full data is around 600 rows, is there anything I can do to get around this?
Operating system used: windows
Facing similar issues. Any solution?
Where are the datasets stored on?
I think the error just has to do with null values in my dataset, when I removed the nulls the error went away