python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
rename file by adding a value using bash
I have a series of files with similar extension in a directory and it's subdirectories. I'd like to add a constant value to their integer part of the basename. Is there any way to do it using Bash? Le...
Amir Ghorbani
Votes: 0
Answers: 1
Pandas Dataframe rename
Hello coding friends :),
I'm trying to only rename a specifiy column in my Gold dataframe (pandas) with this command:
BTC = yf.download(tickers='BTC-USD', period="16wk", interval='1d')
SaP ...
PetersServers
Votes: 0
Answers: 0
Rename pandas column based on a dictionary only if the name is in the dictionary
I want to rename the columns in my dataframe, using a the names in a dictionary, but in my case, the dictionaries I have don't represent al the column names, so I want to change only the ones I have i...
panky_is
Votes: 0
Answers: 1
How to rename multiple files in Linux?
I want to rename my files in linux from
sub-NDARINVKW1ALL48_ses-year0120161127_task-MID_run-20161127175734_bold.json
sub-NDARINVKW1ALL48_ses-year0120161127_task-MID_run-20161127175734_bold.nii.gz
sub-...
Muhammad Elsadany
Votes: 0
Answers: 0