Seth Michael Larson
f5b37e643c
Update support matrix for Pandas 1.1
2020-08-14 12:55:02 -05:00
Seth Michael Larson
140623283a
Support Series/collections in Series.isin(), add type hints
2020-07-14 11:39:52 -05:00
Seth Michael Larson
6c2f9a2ed2
Add DataFrame.size and Series.size
2020-07-13 17:30:14 -05:00
Seth Michael Larson
5897b4587c
Add webinar example notebook, update prose in docs
2020-07-08 14:44:40 -05:00
Seth Michael Larson
eff9625be1
Update docs with all new APIs
2020-05-20 13:58:40 -05:00
Daniel Mesejo-León
890cf6dc97
Add Series.isna() and Series.notna()
2020-05-19 16:12:59 -05:00
Seth Michael Larson
1378544933
Normalize and prune top-level APIs
2020-05-18 14:55:41 -05:00
Daniel Mesejo-León
94dbb36081
Add .sample() method to DataFrame and Series
2020-05-04 12:07:21 -05:00
Seth Michael Larson
7e5f0d3913
Add DataFrame.es_query() to query Elasticsearch directly
2020-04-02 13:06:22 -05:00
stevedodson
1a90e9232e
7.6.0a3 ( #131 )
...
* Updating test matrix for 7.6 + removing oss for now.
* Resolving 7.6.0 docs issues
* Updating ML docs
* Bumping version following doc fixes
* Change ExternalMLModel to ImportedMLModel
2020-02-15 20:29:03 +01:00
stevedodson
163d18d84e
Updating ML docs ( #129 )
...
* Updating test matrix for 7.6 + removing oss for now.
* Resolving 7.6.0 docs issues
* Updating ML docs
2020-02-15 19:52:04 +01:00
stevedodson
7c1c2945a7
ML add externral models ( #125 )
...
* Partially implemented implementation of ml.ExternalModel
* Adding eland.ml.ExternalMLModel
More testing to be added + more support for MLModels
2020-02-15 15:54:29 +01:00
stevedodson
409cb043c8
Refactoring of plotting + fixes for multiple charts ( #117 )
...
* Refactoring of plotting + fixes for multiple charts
Updates to plotting inline with pandas 0.25.3
Enables plotting of multiple histograms on the
same figure.
* Fix to setup.py to allow submodules
+ reformat of code and better Series.hist docs
2020-01-29 07:07:56 +00:00
stevedodson
5a3c73ea54
Feature/info es fix ( #99 )
...
* Resolving inconsistent __repr__ test on python 3.5
* Fixing layout for info_es + adding Series.hist doc
2019-12-12 14:36:56 +01:00
Michael Hirsch
79fdb1727e
Add Support for Series Histograms ( #95 )
...
* add support for series plotting
* update docs for series plotting support
* add tests for series plotting
* fix typo
* adds comment to ed_hist_series
2019-12-11 14:51:47 -05:00
Stephen Dodson
86686ebb18
Reformat and cleanup based on PyCharm
2019-11-26 11:02:46 +00:00
Stephen Dodson
85422e2023
Adding series __r* docs
2019-11-25 15:49:27 +00:00
Stephen Dodson
91c811345c
Minor updates to docs and doctests
2019-11-22 16:22:16 +00:00
Stephen Dodson
84e23ab5d1
Added Series metric aggs + Series docs
...
Also, improved Series.to_string()
2019-11-22 15:44:55 +00:00
Michael Hirsch
9c9ca90c0d
Adds Support for Series.value_counts() ( #49 )
...
* adds support for series.value_counts
* adds docs for series.value_counts
* adds tests for series.value_counts
* updates keyerror language
* adds es docs as an external source
* adds parameters for metrics and terms aggs
* adds 2 tests to check for exceptions
* explains the size parameter
* removes print statements from tests
* checks that es_size is a positive integer
* implements assert_series_equal
2019-11-19 11:27:15 -05:00
Stephen Dodson
2f4d601932
Adding eland.read_csv
...
TODO - resolve issue with ordering of eland.DataFrame compared to csv
2019-11-15 15:14:12 +00:00
Stephen Dodson
f5025b9f39
Renamed ed_to_pd eland_to_pandas and added docs.
...
+ added some additions to .gitignore
+ removed DataFrame.squeeze for now
2019-11-15 11:21:27 +00:00
Stephen Dodson
29fe2278b7
Adding last few eland.DataFrame API docs.
2019-11-15 11:01:46 +00:00
Stephen Dodson
5a546577f4
Resolving DataFrame.query issues + more docs
2019-11-14 20:04:38 +00:00
Stephen Dodson
dff49d01fe
More doc updates.
2019-11-13 18:23:43 +00:00
Stephen Dodson
e181476dfe
First effort at tidying up docs. Still work-in-progress.
2019-11-12 20:26:59 +00:00