Skip to content

get_data

guydegnol edited this page Sep 27, 2023 · 6 revisions

📖Description 📎Signature 📜Parameters 📈Examples

Description

Signature

get_data(label, debug=False, run=False, show_code=False)

Parameters

  • label: label of the data
  • If not found, it will try to find the file in the bulkhours/data directory.
  • If not found, it will try to load the file from the label directory The reader
  • max_score: max_score of a student for this exercice

Examples

bulkhours.get_data(label)

Clone this wiki locally