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
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
Stephen Dodson
5ee6228a95
Merge remote-tracking branch 'upstream/master'
2019-11-04 13:20:02 +00:00
Stephen Dodson
c1ee409a33
Major cleanup - removed modin as dependency
...
modin removed as a dependency and iloc feature
removed for now - TODO add back in.
2019-11-04 13:13:42 +00:00
Stephen Dodson
9dad8613d3
Fixing tests, and upgrading to pandas 0.25.1
2019-10-18 08:06:07 +00:00
Ed Savage
d9ff31adc1
Corrected installation requirements
...
Added modin 0.6.1 and py 1.8.0 to installation requirements
2019-10-09 11:55:52 +01:00
Ed Savage
68bfef2d22
Correct usage example in README.md
2019-10-09 10:54:32 +01:00
stevedodson
8cb9682086
Merge pull request #26 from stevedodson/master
...
Resolving some issues with import dependencies
2019-10-08 16:40:51 +02:00
Stephen Dodson
315d4c3287
Resolving some issues with import dependencies
2019-10-08 14:39:24 +00:00
stevedodson
db5aa8fef7
Merge pull request #24 from stevedodson/master
...
Demo day notebook + minor updates added
2019-08-15 14:20:32 +00:00