Standard Error
Series of Posts This series of post is called inferential statistics and is meant as a brief introduction […]
Series of Posts This series of post is called inferential statistics and is meant as a brief introduction […]
The Pandas groupby method is used for grouping the DataFrame data according to the categories and applying a […]
Here is a very small sample dataset for practicing your coding skills in Python and pandas. It’s just […]
A DataFrame is a rectangular table of data with an ordered, named collection of columns. Each columns has […]
Exploratory Data Analysis has six phases: discovering, structuring, cleaning, joining, validating and presenting. The first phase is discovery. […]
Inferential statistics uses sample data to draw conclusions or make predictions about a larger population. Sampling is the […]
The ChickWeight data frame is a simple longitudinal study of several diets and their impact on chick body […]
The starwars dataset is a built-in dataset in the dplyr package. Check out the tidyverse website for more […]
The iris dataset is a built-in dataset in R that contains measurements on 4 different attributes (in centimeters) […]
The mtcars dataset is a built-in dataset in R that contains measurements on 11 different attributes for 32 […]
The Palmer Penguins dataset is a sample dataset for use in R language and Python. The palmer penguin […]
You can get more information on this msleep dataset at github. It is part of the ggplot2 package, […]