-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
featureAnnotates any PR that adds new features; Used in the release processAnnotates any PR that adds new features; Used in the release process
Description
We need pydantic 2.x to be able to do that without an horrible hack :-) No rush and blocked by conda-forge/pydantic-feedstock#82
The idea is to add a few pre-computed fields whenever it makes sense.
A few examples for Dataset:
repr_dict["n_datapoints"] = len(self)
repr_dict["n_columns"] = len(self.table.columns)
repr_dict["dataset_size_mb"] = 128cwognum
Metadata
Metadata
Assignees
Labels
featureAnnotates any PR that adds new features; Used in the release processAnnotates any PR that adds new features; Used in the release process