We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4a722 commit 265c5f7Copy full SHA for 265c5f7
bmarketing.R
@@ -1,7 +1,7 @@
1
library(tidyverse)
2
3
#################Loading data into the environment#################
4
-bmarketing <- read.csv2("bank.csv")
+bmarketing <- read.csv2("bmarketing.csv")
5
6
#Lets look at dataset and generate initial understanding about the column types
7
str(bmarketing)
0 commit comments