question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mixed column stops at "Get scatter matrix"

See original GitHub issue

I 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) image

To Reproduce

Version information:

Additional context

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

4reactions
sbrugmancommented, Jun 15, 2021

@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']})

0reactions
salmaneacommented, Jun 17, 2021

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found