-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
It would be useful to provide the filled method to Field objects - it is currently only defined on cf.Data (https://ncas-cms.github.io/cf-python/method/cf.Data.filled.html).
So, currently, to fill a field's missing values no in-place you have to do something like
>>> g = f.copy()
>>> g.data.filled(0, inplace=True)but it would be much nicer to be able to do, with the same result:
>>> f.filled(0, inplace=True)sadielbartholomew
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request