DataLoader on TabularData

Hi,

I wanted to create my own dataloader to fetch data examples for my tabular data with some changes…
first thing I did - tried to find the code of fastai which makes DataLoader.iter retrieve an x example tensor of the type tensor[0]=categorical data, tensor[1]=continues data.
does anyone knows where that custom loader is defined?

Thank,
Mor