Web scrapping -: any tuto to explain how to sart with dataiku ?
LaurentS
Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 21 ✭✭✭✭
Hello,
I would like to scrap the web, but I cannot find any tuto. It results that I do not know how to scrap web with Dataiku.
Thanks in advance for your advises.
Kindest regards
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,237 Dataiker
Hi Laurent,
What you are likely looking for here can be achieve using python libraries like Requests, BeautifulSoup or Selenium scrape web pages.
There are third-party tutorials like: https://towardsdatascience.com/web-scraping-using-selenium-python-8a60f4cf40ab
There are also a few posts around Selenium:
https://community.dataiku.com/t5/Using-Dataiku/Use-Selenium-through-Jupyter/m-p/5317
We do have the following Plugin for import io. Requires a third-party subscription.
Answers
-
LaurentS Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 21 ✭✭✭✭
Thanks !