You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still debating on how best to do this...
Should I take paths or dataframes or what? Taking paths may be better because it would avoid the too many open files issue, but it would also limit file types.
The text was updated successfully, but these errors were encountered:
If things work then I would leave it for the time being.
By all means, make individual functions take dataframes. And make sure that you can open as many files as necessary without running into "too many open file descriptors" #14.
Still debating on how best to do this...
Should I take paths or dataframes or what? Taking paths may be better because it would avoid the too many open files issue, but it would also limit file types.
The text was updated successfully, but these errors were encountered: