I'm just new to pandas dataframes and I have a column of values but the ones that are superior to 1000 are displayed like 1k and values less than 1000 are normally displayed. I need to make a function that will first will remove the 'k' if is in the field and if its not just return the value and after that I would need the value as a float.
the thing is that I dont know where to start. if you guys dont mind I could use some help its too many steps in just one function!
df['interviews'].head()
0 3.3k
1 2.5k
2 2.1k
3 1.1k
4 849