Mixed column stops at "Get scatter matrix"
See original GitHub issueI have a dataset of about 250K rows and 28 columns. I run the profiler and it stops at 83% “Get scatter matrix” (see the attached screenshot)
To Reproduce
Version information:
Additional context
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
scatter matrix column wise - Stack Overflow
I am trying to scatter matrix of size N x N column wise to different processes. Its expected that N % number_of_processes =...
Read more >Large data sets- Scatterplot matrix - Google Groups
I have a very large data set with 46 variables and when I run the scatterplot matrix in R, I can't plot all...
Read more >Matrix Table Question - Qualtrics
About Matrix Table Questions. Matrix table questions allow you to combine multiple questions with the same answers. This is most useful when you...
Read more >Fitting Linear Mixed-Effects Models using lme4
mines the response variable and expr is an expression that specifies the columns of the model matrix. Formulas for the lmer function contain...
Read more >Genetic Algorithm Options - MATLAB & Simulink - MathWorks
You can stop the algorithm at any time by clicking the Stop button on the plot window ... For gamultiobj , expectation is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@enesMesut Will be improved in the next version. For now either turn the scatterplots off (
interactions={'continuous': False}
) or select particular columns for which you’re interested in obtaining them (interactions={'targets':['col1', 'col2']}
)@sbrugman Thanks for the fix. It worked. Please let us know when you found a complete solution to the problem. One more thing: Dates are not currently supported. It would be great if they can also be summarized in the profiling.