ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
### Describe the bug How can I get rid of this log messaging? ``` See here for more information: https://docs.arcticdb.io/technical/on_disk_storage/#symbol-list-caching To resolve, run `list_symbols` through to completion frequently. Note: This...
In Pandas you can use `df.iloc[slice(5, None)]` or `df.iloc[5:]` to slice from row 5 to the end of the dataframe. It would be useful if the `row_range` could take `None`...
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
### Describe the bug When a series is stored into ArcticDB and the name of the series is empty string it gets converted to `None` on read. ### Steps/Code to...
Also adds a test showcasing that iterating over version, index and data key now works #### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? ####...
### Describe the bug `lib_tool.read_to_keys` crashes for `KeyType.VERSION_REF` `lib_tool.read_to_keys` gives wrong index keys when reading `KeyType.VERSION` There are maybe other problematic key types but we lack testing. We need to...
#### Reference Issues/PRs #### What does this implement or fix? We've encountered some fairly obscure arcticc folly::Range out of bounds failures. They are very unlikely but still can potentially cause...
### Describe the bug When a time-series symbol has a non-UTC index, the `date_range` returned by `get_description` follows the same timezone as the index, however the datetimes are marked as...