Is loading data pkl faster than loading from csv in tensorflow?

I have a dataframe stored in csv and pkl file. Generally, loading pkl is faster. Is it the case for tensorflow dataloader?

Hi @akes, yes generally loading pkl is faster. In Tensorflow it might not be possible to directly create a dataset using the pkl file. For that you have to load the pkl file and can create a dataset using tf.data.Dataset methodes