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
We could split a csv into pieces of csvs and use twarc-csv for each of them. Or maybe we could use joblib's n_jobs to read CPU-thread number of blocks of Json lines. A server usually has multi-cores. Is it possible to add such a parameter?
The text was updated successfully, but these errors were encountered:
Yes, it's not implemented but possible, and welcome (with an added requirement of keeping things in the same order as the json, as this helps downstream tools).
We could split a csv into pieces of csvs and use twarc-csv for each of them. Or maybe we could use joblib's
n_jobs
to read CPU-thread number of blocks of Json lines. A server usually has multi-cores. Is it possible to add such a parameter?The text was updated successfully, but these errors were encountered: