Learn practical skills, build real-world projects, and advance your career
!pip install markdown
Collecting markdown Downloading Markdown-3.3.7-py3-none-any.whl (97 kB) |████████████████████████████████| 97 kB 4.0 MB/s eta 0:00:011 Requirement already satisfied: importlib-metadata>=4.4 in /opt/conda/lib/python3.9/site-packages (from markdown) (4.8.1) Requirement already satisfied: zipp>=0.5 in /opt/conda/lib/python3.9/site-packages (from importlib-metadata>=4.4->markdown) (3.5.0) Installing collected packages: markdown Successfully installed markdown-3.3.7
import markdown
html = markdown.markdown(' Drug Classificaiton Project')

DRUG CLASSIFICATION

by A Naveen Kumar

The dataset contains patients Age, Thier Blood Pressure, Cholesterol , Sodium to Potatium Ratio and Type of Drug they use . The dataset is downloaded from Kaggle.com
I am trying to explore and alalyse the dataset to get information about Different drugs that are being used by different age groups , BP and Na_to_K ratio effect on drug usage, Most used drug based on patients age etc I am going to use plotting techniques, barcharts , pandas like powerful tools in python to analyse the data and get the required information from it.
This course by zerotopandas.com is an extraordinary and unique way of teaching the staff even understandable by beginners without any confusion. Must recommended course for learners.

Importing the Dataset

Dataset can be downloaded by clicking the following link from kaggle.com

Click here for Link

!pip install jovian opendatasets --upgrade --quiet