ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
#### Reference Issues/PRs Fixes #1148. previously if a type was mismatched in the QueryBuilder as follows ```python df1 = pd.DataFrame({"col1": [1, 2, 3], "col2": [2, 3, 4], "col3": [4, 5,...
**Is your feature request related to a problem? Please describe.** When trying to use `defragment_symbol_data` I need to either check with `is_symbol_fragmented` or catch the exception to use it. This...
### Describe the bug Today I encounter this traceback error: Traceback (most recent call last): File "", line 1, in File "C:\Users\user\anaconda3\envs\py11\Lib\site-packages\arcticdb\arctic.py", line 342, in list_libraries return self._library_manager.list_libraries() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ arcticdb_ext.exceptions.InternalException:...
#### Reference Issues/PRs relates to: #399 #### What does this implement or fix? Add unit tests to showcase the proposed API for reading the index of a symbol. **Proposal** Add...
A list of known issues, limitation and things to check related to the empty type. ## Things to check - [ ] Check how empty type behaves when compaction is...
### Describe the bug Arctic symbols having range index have some constraints. * When appending the start of the new index must be the same as the end of the...
**Is your feature request related to a problem? Please describe.** At the moment, the coding style is inconsistent (especially in the C++ layer), we should agree to a style and...
**Is your feature request related to a problem? Please describe.** Unit tests should be easy to execute and shouldn't take too much time to execute **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** There are quite a few tests at the moment, which makes running them take a long time / hard to...
### Describe the bug #1561 Completely disables Pandas consolidation. In order to keep the behavior unchanged it has to cast empty blocks to float64. This should not happen with empty...