asreview.ASReviewData.from_extension

classmethod ASReviewData.from_extension(name, reader=None)[source]

Load a dataset from extension.

Parameters:
  • fp (str, pathlib.Path) – Read the data from this file or url.

  • reader (class) – Reader to import the file.