Hello,
I created a custom column "Words" that I fill with the FanFicFare plugin (collecting the number of words from the fanfiction website). Is there a method to format the numbers in kilo? For example, 1500 as 1.5k or 34267 as 34.3k.
I noticed that python format can be used to format custom column but it does not allow python function which would be needed for what I want (see the page
https://www.geeksforgeeks.org/python-numerize-library/).
Thank you!