I am following this tutorial. From which you can downloaded this data file (452 bytes only).
I explored the data structure of the data:
And then I tried to create the same type of data:
I have tried feeding in my own list but it didn't work the same way as the titanic.raw
dataset. I Googled list and all of them look like my list but not like titanic.raw
. They are both lists, I used is.list()
to check.