cancel
Showing results for 
Search instead for 
Did you mean: 
AleksandraFrolo
New Contributor III
since ‎06-06-2023
‎09-06-2023

User Stats

  • 7 Posts
  • 1 Solutions
  • 2 Kudos given
  • 4 Kudos received

User Activity

Hi, I have to data sources: "admin table" which contains active and inactive employees and I have "hr table" which contains only active employees.I need to update admin table with data from hr table:You can see that I need to update employee with num...
Hello,What is the easiest way to do web scraping in Databricks? Let's imagine that from this link: http://automated.pythonanywhere.com , I need to grab this element "/html/body/div[1]/div/h1[1]" and return a text, how can I do it? Can somebody write ...
Hiiiii,I want to scratch a text from the web page with simple code:from selenium import webdriver # Set options to make browsing easier #Function is responsible to create a driver and return that driver. def get_driver(): chrome_options = webdr...
Hello, Task: I am trying to understand, what approach is better to access the content in DataFrame.My piece of code:print("First approach: ", df["Purchase Address"][0])   print("Second approach: ", df.loc[0,"Purchase Address"])These lines are equal t...
Hello everybody,I am absolutely new in Databricks, so I need your help.Details:Task: merge 12 CSV files in Databricks with the best way.Location of files: I will describe it in details, because I can not good orientate yet. If i go to Data -> Browse ...
Kudos from
Kudos given to