I am going through one of the guided projects in python course and i am trying to add comments and links with the code output but i don’t know how to do that.
In the code example in the images there are comments and link accompanying the output of the code and i can’t figure out how to do it.
The confusion is understandable, the way GitHub chose to render the Jupyter notebook kind of makes the output and markdown cell to appear as one. Let me show you how it appears when you work on the Jupyter notebook file.
I hope this has clarified the confusion. In case you want to experiment, this is the markdown code used in the above markdown cell.
We have 7197 iOS apps in this data set, and the columns that seem interesting are: `'track_name'`, `'currency'`, `'price'`, `'rating_count_tot'`, `'rating_count_ver'`, and `'prime_genre'`. Not all column names are self-explanatory in this case, but details about each column can be found in the data set [documentation](https://www.kaggle.com/ramamet4/app-store-apple-data-set-10k-apps/home).
## Deleting Wrong Data
The Google Play data set has a dedicated [discussion section](https://www.kaggle.com/lava18/google-play-store-apps/discussion), and we can see that [one of the discussions](https://www.kaggle.com/lava18/google-play-store-apps/discussion/66015) outlines an error for row 10472. Let's print this row and compare it against the header and another row that is correct.
We have a solved feature that allows you the ability to mark something as the “correct” answer, which helps future students with the same question quickly find the solution they’re looking for.
Here’s an article on how to mark posts as solved - I don’t want to do this for you until I know that solution/explanation works.