rename tag

2 questions


1 answers
156 views
0
I'd like to know how to change the column name in Pandas.

I'm working on a diagram in the Pandas module, and the column name comes with $ in front of it.['$a', '$b', '$c', '$d', '$e', ...] -> ['a', 'b', 'c', 'd', 'e', ..].I want to remove all the $ before...

2 years ago

1 answers
71 views
0
I would like to know how to change the name of the file from '001.txt' to 'Hong Gil-dong-001.txt' or 'Im Kkeok-jeong-001.txt' freely.

I would like to know how to change the name of the file from '001.txt' to 'Hong Gil-dong-001.txt' or 'Im Kkeok-jeong-001.txt' freely. When there is a file named 001.txt When the character 'Hong Gil-do...

2 years ago

© 2024 OneMinuteCode. All rights reserved.