Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 15, 2024 1:09AM
Likes: 0
Replies: 2
Hi,
I am working on a correlation analysis. I prepared my data and started using the statistics tab in the dataset to generate correlation matrix and other statistical summaries. As I was looking at the scatter plot results, I realized that there were outliers in the data that I wanted to clip. So, I decided to run a Python Recipe to determine the 95th percentile for each column and clip the outliers.
Since this additional recipe will create another dataset, I will be losing all the statistical analyses performed on the previous dataset and will need to recreate all of them, even though the data schema is exactly the same across both datasets.
Is there a way to copy the analyses in the statistical tab from one dataset to another dataset that has the same schema? If not do you have any recommendations so that I don't need to redo all analyses all over again?
Best,
Doga
Hello, just to add on top of the previous response, there is a way to copy the statistical analyses to another dataset :
Hope this helps,
I don't believe there is a way to copy the Statistics tab of a dataset but you can easily swap around the datasets if you want. So suppose this is your flow:
recipe1 => dataset1 => Python recipe => dataset2
And you want to swap dataset1 and dataset2 so that you end with your dataset1 Statistics tab in the output of the Python recipe. You need to do the following:
All done! It's also worth noting that you can do a lot of these analysis filtering in the PRepare recipe in the Analyse column option. Finally in v12 you can export a univariate analysis card from the Statistics tab into its own recipe, for more automation and flexibility.