We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This should be a pretty straightforward followup on #9258 that will allow us to also support align with method='nearest'.
align
method='nearest'
fillna internally relies on interpolate which already supports `method='nearest' so this may just work (it will needs lots of tests).