I have a dataframe with 1 column containing the amount bought of a particular crypto
df['Amount'] = 200.20356AVAX
I would like to split this object into 2 columns:
- 1 containing the number -->
df['Quantity'] = 200.20356
- 1 containing the word -->
df['Asset'] = AVAX