cancel
Showing results for 
Search instead for 
Did you mean: 
Henrik_
New Contributor III
since ‎09-18-2022
‎10-17-2024

User Stats

  • 10 Posts
  • 0 Solutions
  • 9 Kudos given
  • 5 Kudos received

User Activity

What would be the best way to set up a connection to a sftp server from Databricks? In Jupyter Lab, this can done from terminal. Of coruse, there are alternatives like using paramiko library. But is there perhaps a more Databricks-ish solution? 
The code snippet below takes each group (based on id) and perform recursive joins to build parent-child relations  (id1 and id2) within a group. The code produce the correct output, an array in column 'path'.However, in my real world use-case, this c...
Is it possible to update the schema/change the type of individual feature in a feature store? 
On a spark dataframe, is there any smart way to set the order of a categorical feature explicitly, equivalent to Categorical(ordered=list) in Pandas? The use case here is a dashboard in Databricks, and I want the bars to be arranged in certain order....
I get the following error when trying to run GraphFrame on DBR 14.3. Anyone has an idea of how I can solve this?  """import pyspark.sql.functions as Ffrom graphframes import GraphFrame vertices = spark.createDataFrame([    ("a", "Alice", 34),    ("b"...
Kudos from
Kudos given to