For questions related to short forms of words or phrases.
Questions tagged [abbreviation]
203 questions
-1
votes
1 answer
PYTHON : abbreviate big data in DataFrame
I have data which are constituted too many row in dataframe
ex)input:
No col1 col2 col3 col4
1 0 5 6 8
2 0 5 7 8
3 0 7 5 2
4 0 4 4 5
. . . . .
. . . . . …

홍형기
- 63
- 2
- 8
-2
votes
1 answer
Extract abbreviation from string of the words longer than 3 letters by regex
string1 = 'Department of the Federal Treasury "IFTS No. 43"'
string2 = 'Federal Treasury Company "Light-8"'
I need to get the first capital letters of words longer than 3 characters that are before the opening quote, and also extract the quoted…

broncaeux
- 9
- 2
-2
votes
1 answer
how to move to the next string's character in java Script?
I have to make the abbreviation function in JavaScript, but whatever I do, I can not find the way to abbreviate a phrase such as 'National Aeronautics Space Administration' to NASA. I just can return N.
here is the code I wrote:
function…

Yashar Baradarvar
- 11
- 1
-2
votes
1 answer
What does 'as' mean in R?
what does as mean in
as.numeric(T)
or
variable <- as.data.frame('midwest')`
P.S. explaining abbreviation would be much better if you please...

thsamajisama
- 51
- 1
- 6
-2
votes
1 answer
Clustering a word and its abbreviation together in python
I have a list of strings in Python.
For example,
['FD for 5000','RD', 'Fixed Deposit for 10000', 'RD for 1000', 'Recurring deposit for 1000']
The input need not be the same. The strings in the list could be in any order and the list could be of any…

sofibiju senthil
- 1
- 2
-2
votes
1 answer
Region codes abbreviations csv
I tried google but cannot find region codes abbreviations csv files. Does anyone know where can i find it. example new south wales, abbrev is nsw ?

cometta
- 35,071
- 77
- 215
- 324
-3
votes
1 answer
setting unique abbreviation for every column in python
I have data like this in a csv file
Ad Group
Annuity Calculator
Tax Deferred Annuity
Annuity Tables
annuities calculator
annuity formula
Annuities Explained
Deferred Annuies Calculator
Current Annuity Rates
Forbes.com
Annuity Definition
fixed…

Shubham
- 85
- 1
- 9
-3
votes
1 answer
1000 to 1k, 1000000 to 1m etc. number abbreviation
How can I have 1000 convert to 1k or 1200 to 1.2k?
There's other solution for other programming language but I can't figure out how to make it work with AS3.
Or is there a shorter way to do it rather then if number > 1000 then make it 1k?

Hwang
- 502
- 1
- 12
- 32