0

Here is my code but I am getting this error on running it. I saw other answers for the same questions but couldn't figure out what needs to be changed.

tweet_len = pd.Series([len(tweet.split()) for tweet in df['clean_text']])
tweet_len.plot(kind='box')
Tony Suffolk 66
  • 9,358
  • 3
  • 30
  • 33

0 Answers0