Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pos_values df in memory #102

Open
fatangare opened this issue Oct 22, 2019 · 0 comments
Open

pos_values df in memory #102

fatangare opened this issue Oct 22, 2019 · 0 comments

Comments

@fatangare
Copy link

Hi,

pos_values are used in get_infer_dataframes() method in repair.py and it takes values using SQL query and not from DF. Since the size of pos_values is large, we can get rid of memory used by DF as DF is not at all used but kept in memory.

I can add patch and send pull request, if is fine with you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant