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

Implementing chunkSize in writesql #106

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

kjckang
Copy link

@kjckang kjckang commented Dec 9, 2021

Implemented chunkSize feature -
writesql has an additional parameter, chunkSize to determine the number of folds desired by user.
chunkSize is a number of folds to split dataframe and process incrementally by split.
The method currently only checks whether chunkSize is <= 0 or >= df.length(). Further checks on incorrect inputs such as string would be needed.
Closes #94

@zihanxu3
Copy link

@kjckang hi I've created a pull request for this issue in November.

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