ValueError: Type’s expected number of buffers (3) did not match the passed number (2).
I don’t know why about this, I’m a newbie rookie, can anyone help me with how to solve this problem, I’ve read the ray documentation but still don’t know how to solve it, thank you all in advance.
However, it looks like your data might be a 2D table; we do support scalar string columns in tabular datasets, which are represented using Pandas DataFrames and/or Arrow Tables under-the-hood. Would this work for your use case?
Thank you for your professional response, finally answering this question that has been bothering me for a long time, a very viable solution to my needs, again, thank you.