JSON link from google developer tools not working in Python (or in browser)
I am trying to extract the data in the table at https://www.ecoregistry.io/emit-certifications/ra/10
I am trying to extract the data in the table at https://www.ecoregistry.io/emit-certifications/ra/10
I have a number of strings similar to Current Level: 13.4 db. and I would like to extract just the floating point number. I say floating and not decimal as it’s sometimes whole. Can RegEx do this or is there a better way? Answers: Thank you for visiting the Q&A section on Magenaut. Please note … Read more