civis-python
civis-python copied to clipboard
Civis API Client for Python: https://civisanalytics.com/products/civis-platform/
This pull request adds the `pip-audit` check to CI for potential security vulnerabilities of the Python dependencies that this codebase uses. --- - [x] (For Civis employees only) Reference to...
- [ ] (For Civis employees only) Reference to a relevant ticket in the pull request title - [ ] Changelog entry added to `CHANGELOG.md` at the repo's root level...
Draft of convenience method for when working with large files. But don't know if involving dask is out of scope for this package, let me know if so. Also, unable...
We have an Appveyor Github App, and the tests trigger for commits to open PRs, but they don't show up with the Travis tests at the bottom of the PR.
Several of this library's convenience functions (e.g. `civis.io.read_civis`) have the option to return their results as either a list or as a pandas DataFrame. Users control the return type by...
Add functions to support feather file conversion to/from dataframe. (similar to `civis.io.file_to_dataframe`)
It would be helpful if the documentation for the `table_columns` parameter surfaced in API Client resources (like in `post_files_csv`, among others) specified that the array of hashes must be ordered....
Heard of a use case recently where a user had a notebook instance open for a while and ran into an issue with caching. The user called `APIClient(resources='all')` but did...
It'd be nice to use range headers to avoid re-downloading already-downloaded bytes when an S3 connection error happens. See #273.
@beckermr wrote > I wrote a similar CLI for workflows ... Are we open to a similar PR for that? in #197. I'm moving the discussion here. If you have...