Standard ErrorSeries of Posts This series of post is called inferential statistics and is meant as a brief introduction […] April 14, 2024 in Statistics tagged deviation / error / MEAN / sample / standard / variance / Inferential Statistics by Mike
Pandas DataFrame groupbyThe Pandas groupby method is used for grouping the DataFrame data according to the categories and applying a […] July 30, 2023 in Python tagged companies / by / aggregate / groupby / MEAN / sample / sum / company / group / dataset / pandas DataFrame by Mike
A Planets Dataset in Python & RHere is a very small sample dataset for practicing your coding skills in Python and pandas. It’s just […] July 12, 2023 in Python tagged planet / manually / sample / create / dataset / pandas / dataframe by Mike
Manually Create a pandas DataFrameA DataFrame is a rectangular table of data with an ordered, named collection of columns. Each columns has […] July 6, 2023 in Python tagged dataset / fake / dataframe / manually / data / sample / create / people / pandas DataFrame by Mike
EDA Discovering with PandasExploratory Data Analysis has six phases: discovering, structuring, cleaning, joining, validating and presenting. The first phase is discovery. […] July 4, 2023 in Python tagged subset / pandas / random / EDA / sample / discovery / replace / string / discovering / date / columns / python / plot / Pandas EDA Discovery by Mike
Sampling IntroductionInferential statistics uses sample data to draw conclusions or make predictions about a larger population. Sampling is the […] April 16, 2023 in Statistics tagged representative / sample / population by Mike
The ChickWeight Dataset in RThe ChickWeight data frame is a simple longitudinal study of several diets and their impact on chick body […] March 24, 2023 in R Language tagged sample / set / frame / dataset / R / longitudinal / chicks / aggregate / data by Mike
The starwars Dataset in RThe starwars dataset is a built-in dataset in the dplyr package. Check out the tidyverse website for more […] March 14, 2023 in R Language tagged data / sample / dataset / star / wars / starwars by Mike
The iris Dataset in RThe iris dataset is a built-in dataset in R that contains measurements on 4 different attributes (in centimeters) […] March 14, 2023 in R Language tagged dataset / data / sample by Mike
The mtcars Dataset in RThe mtcars dataset is a built-in dataset in R that contains measurements on 11 different attributes for 32 […] March 14, 2023 in R Language tagged sample / head / dataset / cars / mtcars / str / colnames / data by Mike
The Palmer Penguins DatasetThe Palmer Penguins dataset is a sample dataset for use in R language and Python. The palmer penguin […] March 11, 2023 in R Language tagged data / sample / dataset / R by Mike
The msleep DatasetYou can get more information on this msleep dataset at github. It is part of the ggplot2 package, […] March 9, 2023 in R Language tagged sample / dataset / mammal by Mike