Result of pairwise Kruskal-Wallis H-test
Resource to manage a set of resources. By default the sytem create a new resource for each resource in the set when saving the set
Constructor, please do not overwrite this method, use the init method instead Leave the constructor without parameters.
str
- None
Table
- None
Add a resource to the set
Resource
str
- None
bool
- True
Add technical information on the resource. Technical info are useful to set additional information on the resource.
TechnicalInfo
You can redefine this method to define custom logic to check this resource. If there is a problem with the resource, return a string that define the error, otherwise return None This method is called on output resources of a task. If there is an error returned, the task will be set to error and next proceses will not be run. It is also call when uploading a resource (usually for files or folder), if there is an error returned, the resource will not be uploaded
Union[str, NoneType]
Clone the resource to create a new instance with a new id. It copies the RFields.
ResourceType
Get the contingency table
Any
You can redefine this method to set a name of the resource. When saving the resource the name will be saved automatically This can be useful to distinguish this resource from another one or to search for the resource
str
DataFrame
Dict
str
Resource
Set
List
Dict
Set
Get the technical information of the resource
str
TechnicalInfo
This can be overwritten to perform custom initialization of the resource. This method is called just after the init (constructor) of the resource. The default values of RFields are set before this method is called.
str
Resource