Skip to content

Commit 1b1c9a2

Browse files
Update README.md
1 parent d792ecb commit 1b1c9a2

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,16 @@ print(database_api.read_resume_files())
6161

6262
projection = Projection()
6363
required_columns = [
64-
"PassengerId",
65-
"Pclass",
66-
"Age",
67-
"SibSp",
68-
"Parch",
69-
"Fare",
70-
"Name",
71-
"Sex",
72-
"Embarked"
64+
"PassengerId",
65+
"Pclass",
66+
"Age",
67+
"SibSp",
68+
"Parch",
69+
"Fare",
70+
"Name",
71+
"Sex",
72+
"Embarked",
73+
"Survived"
7374
]
7475
print(projection.create("titanic_training",
7576
"titanic_training_projection",

0 commit comments

Comments
 (0)