Hi, I have a single column with 860,000 rows (each cell is a tweet) and I need to extract all unique hashtags from that column.
(A hashtag is a text string that begins with "#" and has no spaces, but will vary in length.)
Many cells contain multiple hashtags, and the vast majority of hashtags will show up in hundreds or even thousands of cells. I need a simple list of all unique hashtags, and expect there to be between 200-500.
Any suggestions? Thanks so much.
(A hashtag is a text string that begins with "#" and has no spaces, but will vary in length.)
Many cells contain multiple hashtags, and the vast majority of hashtags will show up in hundreds or even thousands of cells. I need a simple list of all unique hashtags, and expect there to be between 200-500.
Any suggestions? Thanks so much.