167 Commits

Author SHA1 Message Date
Stephen Dodson
15e0c37182 Major refactor. eland is now backed by modin.
First push, still not functional.
2019-07-04 13:00:19 +00:00
Stephen Dodson
5e10b2e818 Checkpoint code before attempting major investigation into using modin 2019-07-03 09:49:58 +00:00
Stephen Dodson
30df901fce Introduction of eland.Series - big refactor
Creation of eland.NDFrame as base class for DataFrame and Series
2019-07-01 18:41:56 +00:00
Stephen Dodson
c4d2683743 Adding eland.Index features 2019-06-28 14:43:20 +00:00
Stephen Dodson
428f35f21f Added DataFrame.info() + more methods 2019-06-26 12:25:08 +00:00
Stephen Dodson
9030f84f4c Added __getitem__
Implementation copies DataFrame and changes underlying mappings
object.
2019-06-25 08:41:25 +00:00
Stephen Dodson
d4250640f1 Adding __repr__ method based on SparseDataFrames 2019-06-24 13:34:06 +00:00
Stephen Dodson
c723633526 Resolving merge issue 2019-06-22 06:55:30 +00:00
stevedodson
9c61a71a81
Merge branch 'master' into feature/pep8ify 2019-06-22 08:50:05 +02:00
Stephen Dodson
5aff6966c3 Re-add DataFrame.describe() + tests 2019-06-21 14:38:29 +00:00
Stephen Dodson
0fa3f81bbb Major refactor
Addition of new mapping module to manage mapping
between pandas and ES. More tests.
2019-06-21 10:23:58 +00:00
Stephen Dodson
674ac129e6 Renaming modules and added mapping store 2019-06-18 11:48:56 +00:00
Winterflower
52cf04a97f Renaming modules to lowercase 2019-06-18 10:54:26 +02:00
Stephen Dodson
0aceac31b0 Add tests (pytest) and clean up package
pytest selected as it's used in pandas and dask
2019-06-14 07:51:45 +00:00
Stephen Dodson
5b9a6b3d63 Refactor to incorporate tests 2019-06-13 11:51:47 +00:00
Stephen Dodson
2b83edad69 Added json file for pandas comparison
+ renamed from_es to read_es1
2019-06-12 12:12:40 +00:00
Stephen Dodson
f1e27f1dda First prototype code commit
Experimental prototype, for internal development use only!
2019-06-12 11:46:20 +00:00