Alex Owens
Alex Owens
The following test: ``` def test_one_row_append(lmdb_version_store_v1): lib = lmdb_version_store_v1 sym = "test_one_row_append" df = pd.DataFrame({"col": ["hello"]}) lib.write(sym, df) df = pd.DataFrame({"col": [None, "hello again"]}) lib.append(sym, df) df = pd.DataFrame({"col": [None]})...
Known remaining work. Replace checkbox text with link to individual issues when they are being actively worked on. - [ ] #1721 - [ ] Option to include/exclude partial buckets...
All other modification methods return a `VersionedItem` with an empty `data` field. On the V1 API `compact_incompletes` returns a C++ versioned item, which only has the symbol and version, not...
Closes #1750 Adds a lazy dataframe implementation that allows a more natural syntax for querying operations, with actual read+processing deferred until `collect` is called.
Nullable booleans, ndarrays, and decimals