Skip to content
Advertisement

Tag: web-scraping

Can’t convert this text in normal format in python?

I am web-scraping some stuff and i got something like this “735 πš†πš’πš•πš•πš’πšŠπš– πšƒ π™Όπš˜πš›πš›πš’πšœπšœπšŽπš’ π™±πš•πšŸπš, π™³πš˜πš›πšŒπš‘πšŽπšœπšπšŽπš›, 𝙼𝙰 02122 Dorchester MA 02121” how do i convert it to normal text in python? Answer You can run it through Unicode normalization: Here’s a REPL screenshot that demonstrates it works:

is it possible to write image to csv file?

Hi everyone this is my first post here and wanted to know how can Δ± write image files that Δ± scraped from a website to a csv file or if its not possible to write on csv how can Δ± write this header,description,time info and image to a maybe word file Here is the code Everything works perfectly just wanna

Advertisement