Type object 'Dataset' has no attribute 'from_pandas'

Hi! Which version of datasets are you using? You can check this with:

import datasets
print(datasets.__version__)