uptasticsearch
uptasticsearch copied to clipboard
An Elasticsearch client tailored to data science workflows.
Currently, this type of aggregation is not supported by the Python package. "not supported" means that `es_search()` cannot parse a result from this type of query into a pandas DataFrame....
Currently, this type of aggregation is not supported by the Python package. "not supported" means that `es_search()` cannot parse a result from this type of query into a pandas DataFrame....
Currently, this type of aggregation is not supported by the Python package. "not supported" means that `es_search()` cannot parse a result from this type of query into a pandas DataFrame....
Right now, we are building our Github Pages site off the `docs/` folder on `master`. That only includes the `pkgdown` site for the R package. Thanks to @csyhuang on #130...
As @jayqi pointed out in UptakeOpenSource/pkgnet#193, R packages can create package-level documentation that people can see when they do e.g. `?uptasticsearch-package`. We should do that.
Should add some measure of code coverage on the R package (since that's our main published artifact) using `codecov`. This probably means adding `codecov` stuff to `.travis.yml` only for the...
See UptakeOpenSource/pkgnet#200 Now it's easy to use generate a `pkgnet` report as a vignette! We'd welcome a contribution to add that to this project.
This project's main `README.md` contains a list of aggregations supported by `uptasticsearch`. That list is 2+ years old at this point, and was generated based on older versions of Elasticsearch....
Currently, there are at least 4 places where the set of versions of Elasticsearch are hard-coded. These include: * [.travis.yml](./.travis.yml) (2 identical sets of versions, kept in sync manually) *...
hex logo
This project has reached the point where I think it would be appropriate to introduce a logo. Since the R package is the primary output of this project, we should...