I have a Pandas column with the path of some pictures like this:
http://localhost:8888/view/Desktop/directory1/directory2/john.jpeg
http://localhost:8888/view/Desktop/directory1/directory2/alice.jpeg
http://localhost:8888/view/Desktop/directory1/directory2/joseph.jpeg
...
I need to replace /view/ for /files/. Wichi Pandas method do I have to use to iterate and doing it?