I have a Pandas DataFrame. And I am interested in getting a particular column with only numeric characters.
For example, the column contains rows like this:
4'> delay trip
4/
4'>book flight 'trip
34
4"> book flight delay
4"
How can I strip off all non-numeric characters and have just numeric characters like this:
4
4
4
[3,4]
4
4