mkrieger
Rocketeer
since ‎11-28-2022
‎09-12-2023

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

I am trying to create a session variable that returns a specific column value (say column X) from the row with the most recent date value. However the filter expression in my query does not work at all and I am returning all X column values.Why is my...
Hello, I am trying to create a materialized view with pyspark where I change the shape of a dataframe using a groupby and pivot function to create many new columns  out of a pre existing column.Like so: result = df.groupby("ItemId").pivot("Question")...
I am working on a dashboard that will be used by many different teams and users. In order to save on runtime and the number of insights in the dashboard I would like to create a dynamic table that allows the users to select from whatever fields and m...
I am trying to set up a python notebook (ipynb) to the Incorta API, however I keep running into a few errors.Following the python specific documentation here, I run into a "no such file in directory" error when I try to pip in the .whl file (screensh...