Closed
Description
In our quest to a warning free doc build, we added some temporary okexcept/okwarning in #26810:
- okwarning for parquet/feather examples should be removed once the latest version of pyarrow is used in the doc build
- the okexcept in missing_data.rst (https://github.com/pandas-dev/pandas/pull/26810/files#diff-239ec95d581257ed256954660663b277R461) should be removed once REGR: Index.union preserve numerical index for range/float and int/float combinations #26778 is fixed
- the okwarning in 10min for the plotting (added in DOC/CI: Failing documentation build on warnings #26852), which should get fixed by Fix matplotlib converter registering warning #26770