pystore icon indicating copy to clipboard operation
pystore copied to clipboard

Fast data store for Pandas time-series data

Results 34 pystore issues
Sort by recently updated
recently updated
newest added

`utils.set_path` fails when argument is type `pathlib.Path` ```python File ~/.local/lib/python3.12/site-packages/pystore/utils.py:129, in set_path(path) 126 path = get_path() 128 else: --> 129 path = path.rstrip("/").rstrip("\\").rstrip(" ") 130 if "://" in path and...

I was wondering if anyone had some ideas on the best ways to sort newly appended data. For example, if i load in some data for the dates of 2024-01-01...

I stumpled over the following bizarre error when writing data to a collection: ```python in pyarrow._parquet.ParquetWriter.__cinit__() TypeError: __cinit__() got an unexpected keyword argument 'times' ``` The error is caused by:...