Seth Michael Larson

Results 530 comments of Seth Michael Larson

Unfortunately `apply` is very generic, you can basically pass it anything and we can't transform arbitrary Python functions into an Elasticsearch query. Is there some operation(s) in particular you're interested...

PyCon Talk (4 hours!) on GeoPandas: https://www.youtube.com/watch?v=_eII-MqXlv0&feature=youtu.be

@Winterflower That'd be awesome! Let me know if you have questions we can collab

Thanks for reporting this. I'm wondering if the field being mentioned was added recently and so some indices have the field and some don't? Could you post the mappings for...

This looks like a bug to me, thanks for opening! Specifically I think we need to handle nested properties inside of `eland.field_mappings.verify_mapping_compatibility()`.

Not sure, might not be possible unfortunately.

The "psl" package has been published to PyPI. After a successful automated deploy I'll be moving the package under the python-http org. GitHub: https://github.com/sethmlarson/psl PyPI: https://pypi.org/project/psl

We'll need to add UDP support to our backend interface, that's definitely step 1. After that we need to see how we want to implement client storage so we can...