Reading CSV and Excel Files: PK Study Datasets and ADR Reports
Learn to import pharmacokinetic study data and adverse drug reaction reports into Pandas from CSV and Excel files.
Pandas library for pharmaceutical data analysis, as per PCI BP101T syllabus Unit IV.
Learn to import pharmacokinetic study data and adverse drug reaction reports into Pandas from CSV and Excel files.
Understand Pandas Series and DataFrame structures, the building blocks for organizing and analyzing pharmacy datasets.
Introduction to the Pandas library — the essential Python tool for handling structured pharmaceutical and healthcare data.
Master the essential Pandas methods for a first look at any new pharmaceutical dataset: head, tail, info, and describe.
Learn the split-apply-combine approach in Pandas using groupby() to summarize pharmacovigilance and pharmacokinetic data.
Learn how to select columns, filter rows with Boolean conditions, and use loc and iloc to extract pharmacy data subsets.
Learn how to detect, clean, and impute missing pharmaceutical data, and remove duplicate records using Pandas.