120 Commits

Author SHA1 Message Date
Michael Hirsch
f1ec6c0d8b fixes UnboundLocalError when displaying empty dataframes 2019-11-19 15:52:03 -05:00
Michael Hirsch
c90602dd65 sets max_rows=1 in case of empty dataframe 2019-11-19 15:13:18 -05: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
stevedodson
885a0a4aba
Merge pull request #51 from stevedodson/master
Updating docs + added supported methods doc
2019-11-19 14:09:13 +00:00
Stephen Dodson
8f31c04c07 Extending metrics tests based on comments on https://github.com/elastic/eland/pull/51 2019-11-19 13:49:34 +00:00
Josh Devins
24f008af4e
Merge pull request #53 from joshdevins/fix-field-caps-too-long
Fixes field caps query params exceeding HTTP limit
2019-11-19 14:20:43 +01:00
Josh Devins
463edf9f90
Fixes field caps query params exceeding HTTP limit
We want all fields from _field_caps so we just use the wildcard expression here.
It's not clear why it didn't work before but it does now. This alleviates the
need to pass all fields to _field_caps.

See: https://github.com/elastic/eland/issues/52
2019-11-19 14:08:57 +01:00
Stephen Dodson
2854eecbf4 https://github.com/elastic/eland/issues/50 fix.
Root cause was incorrect filtering of numeric values by columns.
Added more tests + fixed a doctest.
2019-11-19 12:01:53 +00:00
Stephen Dodson
9b4fe40305 Updating docs + added supported methods doc 2019-11-19 10:42:23 +00:00
stevedodson
be4055093b
Merge pull request #48 from stevedodson/master
Improve to_string/to_html/__repr__/_repr_html_ tests
2019-11-19 08:22:36 +00:00
Stephen Dodson
fb2a1fae7b Updated to_string/to_html docs 2019-11-18 15:27:43 +00:00
Stephen Dodson
327f43d912 Fixing issue in to_html/to_string if max_rows is set 2019-11-18 14:47:35 +00:00
Stephen Dodson
d92ed94ef0 Improve to_string/to_html/__repr__/_repr_html_ tests
Added more rigorious tests for string representation
and fixing issue with to_html.
2019-11-18 12:55:23 +00:00
stevedodson
c93d07981d
Merge pull request #47 from blaklaybul/trim-display
Tabular Display: show 10 rows if index is larger than max_rows
2019-11-18 10:35:03 +01:00
Michael Hirsch
4eea073305 includes assertion 2019-11-16 11:57:25 -05:00
Michael Hirsch
8b96f1fa2c removes errant space 2019-11-15 17:41:15 -05:00
Michael Hirsch
30d307bdaf implements min rows to truncate display for large results 2019-11-15 17:38:46 -05:00
Michael Hirsch
b0be68e1db tabular display: show 10 rows if index is larger than max_rows 2019-11-15 11:10:35 -05:00
Michael Hirsch
e57d55dbc2
Adds isin boolean indexing to example (#45)
* adds isin example
* removes unecessary cells
2019-11-15 10:43:06 -05:00
stevedodson
905fba5d0f
Merge pull request #46 from stevedodson/master
Adding eland.read_csv
2019-11-15 16:16:26 +01: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
stevedodson
394128acf5
Merge pull request #43 from stevedodson/master
General doc add and tidy up
2019-11-15 12:24:56 +01:00
Stephen Dodson
21f9c0f54a Merge remote-tracking branch 'upstream/master' 2019-11-15 11:23:37 +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
stevedodson
8e72a97dc5
Merge pull request #42 from blaklaybul/example
Example Analysis of Online Retail
2019-11-15 09:36:06 +01:00
stevedodson
850e3f0d73
Merge pull request #38 from stevedodson/master
Adding Series.isin
2019-11-15 02:59:01 +01:00
Michael Hirsch
75f1bb51ce adds pip requirements to run example 2019-11-14 16:17:55 -05:00
Michael Hirsch
b6943c0fee adds eda of online retail data 2019-11-14 16:09:01 -05:00
Stephen Dodson
fb2774e7c7 Adding Series.isin 2019-11-14 20:25:34 +00:00
stevedodson
dc2b1acbc2
Merge pull request #37 from stevedodson/master
Resolve DataFrame.query issues + more docs
2019-11-14 21:07:11 +01:00
Stephen Dodson
4719afa57f Merge remote-tracking branch 'upstream/master' 2019-11-14 20:06:12 +00:00
Stephen Dodson
5a546577f4 Resolving DataFrame.query issues + more docs 2019-11-14 20:04:38 +00:00
Michael Hirsch
c3613f4bfe adds script to load data from online-retail file 2019-11-14 13:08:55 -05:00
stevedodson
be3e8e2746
Merge pull request #35 from stevedodson/master
Fixing setup.py
2019-11-14 12:53:42 +01:00
Stephen Dodson
e76a4de79d Fixing setup.py
packages definition was removed - now added back in
2019-11-14 11:52:16 +00:00
stevedodson
49f597d0c1
Changing LICENSE to Apache2
Changing LICENSE to Apache2
2019-11-14 10:50:04 +01:00
Stephen Dodson
8a51b26235 Changing LICENSE to Apache2 2019-11-14 09:42:06 +00:00
stevedodson
8142f32d57
Merge pull request #33 from stevedodson/master
Changing LICENSE to Apache2
2019-11-14 10:31:01 +01:00
Stephen Dodson
8b3c66a5c8 Changing LICENSE to Apache2
Changing LICENSE to Apache2 + cleaning up setup.py
2019-11-14 09:27:44 +00:00
Michael Hirsch
f6a927832e
Merge pull request #32 from blaklaybul/update-gitignore
Ignores jupyter, virtualenv, and vscode files
2019-11-13 13:30:16 -05:00
Stephen Dodson
dff49d01fe More doc updates. 2019-11-13 18:23:43 +00:00
Michael Hirsch
495a7d612b ignores jupyter, virtualenv, and vscode files 2019-11-13 08:52:38 -05:00
stevedodson
fd35fbd9f5
Merge pull request #31 from stevedodson/master
Creating docs framework.
2019-11-12 21:30:33 +01:00
Stephen Dodson
d8c1e18161 Merge remote-tracking branch 'upstream/master' 2019-11-12 20:29:08 +00:00
Stephen Dodson
e181476dfe First effort at tidying up docs. Still work-in-progress. 2019-11-12 20:26:59 +00:00
Ed Savage
862f58ec63
Merge pull request #28 from edsavage/master
Correct usage example in README.md
2019-11-11 10:08:41 -05:00
Ed Savage
16c7e23e93 Merged upstream master
Updating example in README.md
2019-11-11 15:01:38 +00:00
Stephen Dodson
8de7a1db7d Resolved minor PyCharm issues 2019-11-05 13:31:10 +00:00
stevedodson
90ea637707
Merge pull request #30 from stevedodson/master
Major cleanup - removed modin
2019-11-04 14:21:44 +01:00