Data Loading, Cleaning, and Manual Input Correction

Apr 2, 2024, 1:45 PM

Research Question: Can any of the Glibenclamide samples substitute for one another?

  • Successfully loaded and displayed the initial dataset, but encountered an issue with an empty or incorrectly formatted CSV file.
  • Corrected the data input issue by manually creating a DataFrame from a provided string of data.
  • Cleaned the dataset by removing rows with missing values in critical columns ('Mean Unit Content mg', '% Content to label claim').
  • The cleaned dataset includes samples 1 through 5, with complete data on molar concentration, mean unit content, and content to label claim percentages.

Null Hypothesis: There is no bioequivalence between the Glineclamide Tablet samples

To test the null hypothesis that there's no bioequivalence between the Glibenclamide Tablet samples, we'll compare their mean unit content and percentage content to label claim. If these values are statistically similar across samples, we might reject the null hypothesis, suggesting potential bioequivalence.
  • Encountered an issue with the ANOVA test, resulting in NaN values for both statistic and p-value, indicating a problem with the data input or handling.
  • The intention was to use ANOVA to compare mean unit content and percentage content to label claim across samples, to test the null hypothesis of no bioequivalence between Glibenclamide Tablet samples.
Get started with Vizly