Skip to content

Commit d792ecb

Browse files
Update README.md
1 parent 0291b43 commit d792ecb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,17 @@ print(database_api.read_resume_files())
6060

6161

6262
projection = Projection()
63-
required_columns = [ "PassengerId",
63+
required_columns = [
64+
"PassengerId",
6465
"Pclass",
6566
"Age",
6667
"SibSp",
6768
"Parch",
6869
"Fare",
6970
"Name",
7071
"Sex",
71-
"Embarked"]
72+
"Embarked"
73+
]
7274
print(projection.create("titanic_training",
7375
"titanic_training_projection",
7476
required_columns))

0 commit comments

Comments
 (0)