1
$\begingroup$

I want to download the data found on the following page and I am unable to do so.

https://resultados.admision.uni.edu.pe/ep1.html

I have already tried all the options I find in Mathematica but I can't find the way to do it. Specifically, I want to download the data found in the table and then convert it to CSV. Does anyone know how to do it?

Import["https://resultados.admision.uni.edu.pe/ep1.html", "Elements"] Import["https://resultados.admision.uni.edu.pe/ep1.html", "Data"] Import["https://resultados.admision.uni.edu.pe/ep1.html", "FullData"] 

imagen

$\endgroup$
2
  • 2
    $\begingroup$ Something like Dataset@GeneralUtilities`ToAssociations@Import["https://resultados.admision.uni.edu.pe/api/ep1.json"]? (you can remove the Dataset@ part depending on what you want to do with the data) $\endgroup$ Commented Nov 19, 2023 at 20:45
  • $\begingroup$ thanks for the answer $\endgroup$ Commented Nov 19, 2023 at 21:56

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.