C3W1 Assignment - Natural Language Processing in TensorFlow

The dataset provided for “Explore the BBC News” assignment has “comma” as a separator between the label and the text, however “comma” is also the indicator of a new row in a CSV file. Any clues on how to deal with this issue?

Traditionally in a CSV file, commas separate the elements and a new line separates the rows. That’s where the name Comma Separated Values comes from.

2 Likes