shakedzy / dython

A set of data tools in Python
http://shakedzy.xyz/dython/
MIT License
496 stars 102 forks source link

Unable to find associations for dataset with 40k variables #108

Closed lyrasheu1210 closed 2 years ago

lyrasheu1210 commented 2 years ago

Version check:

Run and copy the output:

import sys, dython
print(sys.version_info)
print(dython.__version__)

Describe the bug:

The execution of the code halted and errored as it could not handle 40k variables, I am assuming it is because a matrix of 40k x 40k is too big. Is there a solution to this? Code to reproduce:

import dython
# your code goes here

Error message:

Error message:

Input data:

shakedzy commented 2 years ago

Unable to provide solution without data, error message and library version.