My Question: Why am i having my row and column for AppleStore.csv file 16 and 2 respectively. I checked the csv in an excel sheet and i am seeing different result
1 Like
Hello @oriji.sandra,
This is because you are exploring the apple_header
dataset as in explore_data(apple_header,0,4,True)
.
To explore the Applestore.csv
file, use the variable you assigned the Applestore.csv dataset to.
2 Likes
Thanks for the help. Fixed
1 Like