Skip to content

Instantly share code, notes, and snippets.

@gabriead
Created November 26, 2020 12:57
Show Gist options
  • Save gabriead/8c32497311993ba687b6c3958acb4d7f to your computer and use it in GitHub Desktop.
Save gabriead/8c32497311993ba687b6c3958acb4d7f to your computer and use it in GitHub Desktop.
ipython
Display the source blob
Display the rendered blob
Raw
A <- c(128, 52021)
B <- c(143, 54132)
df <-data.frame(A, B)
rownames(df) <- c("Conversion", "total")
df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment