Created
November 26, 2020 12:57
-
-
Save gabriead/8c32497311993ba687b6c3958acb4d7f to your computer and use it in GitHub Desktop.
ipython
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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