I'm trying to import some text from the internet but apparently google sheets doesn't handle dinamic websites. I used the Xpath from Chrome browser.
These were the solutions that I was working on but none of them worked.
=IMPORTXML("https://www.kite.com/python/docs/pandas.core.frame.DataFrame.sum","//*[@id='root']/div/div/div[3]/div/div/div/div[2]/section/div/code/text()")
=INDEX(IMPORTXML("https://www.kite.com/python/docs/pandas.core.frame.DataFrame.sum","//*[@id='root']/div/div/div[3]/div/div/div/div[2]/section/div/code/text()"),1;1)
Any help is welcome.