Darshan Hiranandani : What could be causing the issue with reading my own dataset?

Hi’ I’m Darshan Hiranandani, currently facing an issue with reading my own dataset, and I’m a bit stumped on what could be causing it. Does anyone have any insights or suggestions on what might be causing this problem? Any help or advice you can offer would be greatly appreciated.

Can you share your code, errors you’ve been getting, and the format of your dataset (file type, structure, an example extract if possible)?

If you haven’t already I would take a look at the docs: Load

There are many standard data formats supported (assuming you are using text in a tabular format or JSON/JSONL files). If you aren’t using one of those, it would likely be easier to reshape your data into one of those formats