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)
How to replace symbols from object in dataframe
I'm trying to replace symbols from object in python, I used
df_summary.replace('\(|\)!,"-', '', regex=True)
but it didn't change anything.
user18737194
Votes: 0
Answers: 3
SQL Query Replace Text column as Hyperlink <a href="">
I have a table Products
ID | Productname | Product_url |
+----+-----------+--------------------------------------+
| 1 | ShirtXS | txthttps://www.product.com/shirt-xs |
| ...
willhelm2
Votes: 0
Answers: 1
Using JavaScript do replace all occurrences of a few strings in HTML by the user input from a prompt
Context: I'm a newbie in JavaScript and I'm learning as I go with a little program I built for my job on customer service. It's a HTML file with some some quick generic messages which are used by many...
matheusguifer
Votes: 0
Answers: 1
Manipulate text file - change multiple lines
Have been looking at what I thought would be a really simple task this morning.... and turns out it wasn't, at least not for me.
What I am trying to do is get powershell to read through an ini-file, a...
Marius Wilberg
Votes: 0
Answers: 2