If you or anyone you know has ever gotten sick ever, then this article is for you. 

As allergy/flu/general sickness season starts to set in, people may be picking up some more medicine soon. While we can typically trust what we get, every now and then, a drug gets recalled by the FDA. A recall is when some issue occurs with the quality or production of any specific drug and therefore its usage has to be stopped. To better understand the cause of recalls and if we should fear them, we did a deep dive into historical FDA Recall Data. 

TLDR: maybe don’t buy pharmaceuticals in the summer

Feature Extraction

Our data was the publicly available FDA recall database, which initially had the following columns:

  • Date

  • Brand-Names

  • Product-Description

  • Product-Types

  • Recall-Reason-Description

  • Company-Name

  • Terminated Recall

We filtered only for the rows with Product-Types including “Drugs” as we wanted to only focus on pharmaceutical recalls in this analysis.

Unfortunately, most of this data is text data and doesn’t immediately give us much usage. Not to worry; we asked our best friend (ChatGPT) to label the Product Descriptions and Recall Reasons to categorize each recall with (1) a product family and (2) a specific cause of recalls. 

Here are the categories of product families:

  • Sanitizer

  • Supplements

  • Injectables

  • Chronic Disease Products

  • Over-the-Counter products (OTC)

  • Specialty Drugs

And here are the causes of recalls:

  • Contamination

  • Chemical Impurities

  • Packaging Issues

  • Ingredient Issues

  • Manufacturing Quality Issues

  • Device Failures

Now we have our data. Let’s get into it!

Time of Recall

Before we explore the causes or product families, let’s take a look at when recalls occur the most. We group by month and plot, and see something slightly interesting…

Why is there a huge spike in July and August? (if you look at the axis, you’ll notice that over 3 years, July had 23 recalls whereas May only had 5 - a 400%+ difference)

I did some research and found a major reason - high temperatures causing quality issues. A study in JSQH (Journal on Study of Quality in Healthcare) states that “The study showed a simple implementation of the combination of SPC tools, which demonstrated that the major contributors to recalls are microbiological quality issues, problems with product compositions, and packaging defects. Months that contributed by more than 60% of the total recalls were from May to August, November, and December. “.

Recalls by Cause

First looking at proportions alone, we see that chemical impurities and ingredient issues make up the highest proportion (around 30% and 20% respectively). Contamination issues also are significant, whereas the other causes are less likely. 

But we also have a column that determines if a recall was terminated (i.e. if the FDA decided that the recall wasn’t needed anymore). Let’s see if there are any significant relationships here. 

If the light blue and dark blue bars are fairly similar, there isn’t any big difference. The two instances that are somewhat different:

  • Quality issues: 40% of the recalls were terminated, and 25% were not; the odds are slightly in the favor of recanting the recall.

  • Device failure: opposite as the above. ~55% of recalls were not terminated, as opposed to the ~40% that were. More likely not to recant. 

Note: The percentages should add up to 100% but don’t. This is due to the labelling mechanism -- if ChatGPT didn’t know what to do, it would err on labelling recalls as nothing as opposed to guessing. This is why the numbers don’t add up. 

Recalls by Product

Sanitizers and injectables are the most common product to be recalled, but the distribution is still fairly even, especially when compared to the causes up above. 

Now a similar analysis as above:

Three standouts here:

  • Hand Sanitizer: 60% vs 35% in favor of not terminating recalls

  • Chronic Diseases: 75% vs 40% in favor of not terminating recalls

  • OTC Products: 45% vs 15% in favor of terminating recalls

Final Insights

These insights are important no doubt, but given that drug recalls don’t happen too frequently, it’s important to know that if you don’t act on these, you may still be okay. But they’re easy enough to just do them.

  • Buy pharmaceutical products before the summer -- you’ll avoid any weather-related quality recalls

  • For quality issues, then the recall may be recanted. Don’t panic yet. For Device Failures, it’s more likely not to be recanted. Toss up for other causes. 

  • Your sanitizer and chronic disease drug recalls aren’t recanted easily -- the recall is typically for real. OTC recalls may have more false alarms.

Keep Reading

No posts found