-
Web app with hvPlot
Is there a way to create Web apps using the hvPlot?
-
License API Node
Hi Guys, Is it possible to perform deployments in the Node API, even if the license in the Node API is expired, but is still valid in the Design and Automation Node? Regards, Operating system used: Red Hat Enterprise 8.8
-
sample dataset with column unique values
Hello, I would like to sample the dataset based on the unique values from a particular column. So, after selecting 100 random unique values from a particular column (the column has values that appear multiple times), I would like to load all the rows that contain any of these 100 values in this column. Thank you in…
-
Write recipe outputs (rows in initial order)
Hello everyone, I am working on a recipe where I am using "write_with_schema" to write the recipe outputs. I noticed that the order of the rows on the output dataset is different than the expected one. I tried adding the .reset_index(). The indexes exist on the output but again not in the right order. In my case, the order…
-
Webapp with multiple input datasets
Hello everyone, I have created a plugin with 3 components (2 python recipes and a dash webapp). I want for the webapp to take as an input two datasets, the initial input of the 1st component and the output of the 1st component. I have managed to have only one input dataset so far. Is there a way to do that (add a second…
-
List all project's datasets dependencies (Shared and HDFS)
Hi there, I'll soon be tackling down a huge compliance revamp on a project. But I'd need to have a view of all the dependencies (datasets in use + their original source project + transitory projects) in order to plan everything. We are eyeballing 10+ projects and couple hundreds of datasets. Some datasets in the final…
-
update a document using the curl -X PUT command
Hello, I wanted to update the "name" field in a document using a curl command. I used the 2 following command: - curl --user API_KEY_SECRET: -H 'Content-Type: application/json' -X PUT URL -d '{"login": "sa55", "name": "camille"}' - curl --user API_KEY_SECRET: -H 'Content-Type: application/json' -X PUT URL/sa55/ -d…
-
Important Things For Java Developers To Learn In 2023
As a Java developer, staying up-to-date with the latest technologies and trends is crucial for professional growth and ensuring that your skills remain relevant. In 2023, here are some important things for Java developers to learn: Java 17 and Beyond: Keep yourself updated with the latest version of Java, which in 2023…
-
Adding label for secondary y axis in Mix chart
Hi all, For the mix charts, I wanted to check if there is any documentation on i) adding a separate label for the secondary Y axis (right hand side) ii) adding prefix / suffix only for the secondary Y axis I am using the free version on windows, not sure if these are limitations of the same. Thanks !
-
Jupyter Notebook Export Dataframe
Hi The notebook used to have a button to export a dataframe and download to local, but it is not available anymore. I thought it might be the dataframe too large, but it is not available even the dataframe only has one row. Does anyone see the same issue? or am I missing something? thanks a lot,