ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.33k stars 599 forks source link

fix(docs): add null examples header and expected failure #10496

Closed IndexSeek closed 6 days ago

IndexSeek commented 1 week ago

Description of changes

Adds the section header for the examples for null.

I added the expected failure annotation, but the # quartodoc: +EXPECTED_FAILURE comment still shows up in the render.

image

I wasn't sure if there was something special I needed to do for it not to show up, like how this is here but the # doesn't show up in the pivot_longer examples.

https://github.com/ibis-project/ibis/blob/4d9901897fbcb4a480bafda3f98d85a9a32f9ed6/ibis/expr/types/relations.py#L3807-L3811

image