We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Panel.fillna()
should accept
(axis= [0, 1, 2] or ['items', 'major_axis', 'minor_axis'])
as an argument. Right now it essentially defaults to
(axis='major_axis')