I am reading data from Twitter analytics with CSV and DataFrames.
I want to extract url from certain cell
The output is this process is the following
tweet number tweet id tweet link tweet text
1 1.0086341313026E+018 "tweet link goes here" tweet text goes here https://example.com"
How can I slice this "tweet text" to get the url of it? I cannot slice it using [-1:-12] because there are many tweets with different characters number.