Screen Link: https://app.dataquest.io/m/349/project%3A-learn-and-install-jupyter-notebook/7/text-and-markdown-cells
Your Code: ```This is a table explaining what each column in the data set describes:
Column | Descritpion |
---|---|
“id” | App ID |
“track_name” | App Name |
“size_bytes” | Size (in Bytes) |
“currency” | Currency Type |
“price” | Price Ammount |
“rating_count_tot” | User Rating Counts (for all versions) |
“rating_count_ver” | User Rating Count (for current version) |
“user_rating” | Average User Rating value (for all versions) |
“user_rating_ver” | Average User Rating value (for current version) |
“ver” | Latest version code |
“cont_rating” | Content rating |
“prime_genre” | Primary Genre |
“sup_device.num” | Number of supporting devices |
“ipadSc_urls.num” | Number of screenshots showed for display |
“lang.num” | Number of supported languages |
“vpp_lic” | Vpp Device Based Licensing Enabled |
What I expected to happen: I try to create a table, using the guidance provided here: https://www.markdownguide.org/extended-syntax/#tables, run the code, but no table is created after running the code.
Attach a screenshot