Hashtags should now all have the same shape, which is str.lower(), to be able to filter data correctly.
Example: The two hashtags, #Trump & #trump will now be considered the same.
Mentions now keep their shape, instead of str.lower().
Example: @realDonaldTrump stays @realDonaldTrump - before it was forced @realdonaldtrump.
Hashtags should now all have the same shape, which is
str.lower()
, to be able to filter data correctly.Example: The two hashtags,
#Trump
&#trump
will now be considered the same.Mentions now keep their shape, instead of
str.lower()
.Example:
@realDonaldTrump
stays@realDonaldTrump
- before it was forced@realdonaldtrump
.