Conditional rendering of some sections based on python conditions #9721
Unanswered
Alternativeheat
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Add an if statement in your code cell and output markdown instead of print via |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am reading a directory containing dataframes which may contain null values for a particular column (let us name it column ABC).
I would like to render some sections only if column ABC has no missing values.
Beta Was this translation helpful? Give feedback.
All reactions