I recently started exploring web scraping and I'm currently working on extracting data from the following website:
Specifically, I'm focused on extracting information from a particular table. However, the data in this table is not formatted in a way that aligns with my current web scraping skills. As a result, I turned to the UIpath studio solution after trying the rvest package from R, as it appeared to be a more efficient approach to achieving my goal. Here is a screenshot of the code from that page, with the key element highlighted:
I am facing difficulties in isolating the text "à pillé" and converting it into a variable or a column in the desired output table. What approach should I take to accomplish this task? I have scoured the internet for solutions but have not been successful so far. I hope my question is clear and someone can provide guidance.