I have a dataset as follows:
Col1 Col2 ... Text
... ... ... Include details about your goal...
... ... ... Avoid asking opinion-based questions.
I would need to explode Text column in order to build a frequency plot.
I have tried with: df.Text.explode()
.