I want to create a table in Jupyter Notebook in the text portion. I know I need markdown to create it. My table looks like
So far, I write down
| Column Name | Description | Type | | --- | --- | --- | | age | Age of the client | Numeric | | job | Client's occupation | Categorial |
to create the table. However I am unable to create the subcategories like admin, blue-color, entrepreneur for job.
admin, blue-color, entrepreneur
Thank you for help.
2.1m questions
2.1m answers
60 comments
57.0k users