Help with fastai documentation

Hi, i am trying to use the fastai library on colab and I imported

from fastai.imports import *
from fastai.tabular import *

and then when I do ???proc_df to look for detailed code behind the function it gives error "
“Object proc_df not found”

Please can someone help.