class documentation

class DataFileForm(FormLoggerMixin, forms.Form):

View In Hierarchy

Accept and process a CSV file that can then be parsed to batch-create a number of patients at once.

Method clean Cleaning method that makes sure the uploaded data is in fact a CSV file and can be parsed by pandas into a DataFrame.
Class Variable data_file Undocumented
def clean(self):

Cleaning method that makes sure the uploaded data is in fact a CSV file and can be parsed by pandas into a DataFrame.

Returns
Dict[str, Any]Undocumented
data_file =

Undocumented