We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in order to run very large batches of queries, we want a method on a CompassApp which
question: is it possible to do this without 1) converting each dataframe to a python List[Dict], 2) stringifying the List?
The text was updated successfully, but these errors were encountered:
The CLI has been updated with this feature and the logic of writes should have the correct append output behavior to support batching from Python.
It would seem like this should just be a simple wrapper function in Python that creates the matches, such as the pandas chunking API.
Sorry, something went wrong.
This is directly related to #209
No branches or pull requests
in order to run very large batches of queries, we want a method on a CompassApp which
question: is it possible to do this without 1) converting each dataframe to a python List[Dict], 2) stringifying the List?
The text was updated successfully, but these errors were encountered: