Seth Michael Larson

Results 159 issues of Seth Michael Larson

When calling `pandas_to_eland()` it'd be good to start creating `text` fields if data is: - Longer than 255 characters (longer than default keyword) - Contains 5+ spaces (ML magic number)...

enhancement
help wanted
topic:dataframe

Would be nice to have a method to pull an `Index` to pandas in line with `DataFrame.to_pandas()` and `Series.to_pandas()`.

enhancement
help wanted
good first issue
topic:series

This leads to better caching behavior since you won't have to recompile the script every time you use it for a different column, value, etc.

enhancement
help wanted
good first issue
topic:series
topic:dataframe

- Support `Series.__gt__`, etc for `datetime`/`date`/`time` types - [`at_time`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.at_time.html) - [`between_time`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.between_time.html) - [`first`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.first.html) - [`last`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.last.html) - [`to_timestamp`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_timestamp.html)

enhancement
topic:dataframe

Currently we have a lot of files under `docs/source/reference/api` and all of them are basically the same. It'd be nice to have an auto-generation step to create these files the...

good first issue
topic:dataframe

Following a presentation by @walterra we have a lot to gain by making Altair visualizations easy with Eland.

topic:plotting

Essentially `~~BoolFilter()` should build the same as `BoolFilter()` on its own. Need to be careful we don't do this decomposition unless the only sub-query is another `NotFilter`

enhancement
help wanted
good first issue
topic:dataframe

[GeoPandas](https://geopandas.org) is a library that integrates Pandas with geo-spatial data. The library receives ~20,000 downloads per day so is fairly well used. Could interface with Elasticsearch's [`geo_point`](https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html), [`geo_shape`](https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-shape.html), and [geo...

enhancement
topic:dataframe

Useful when you've trained your model on a development cluster and want to export and reimport into a production cluster. Was thinking a `to_json()` which takes a `buf` and has...

help wanted
topic:ml

This is an issue that many people have been trying to tackle for Python but hasn't been done yet. I think we're in a pretty good position to try to...

tls+pki