ranaroussi / pystore

Fast data store for Pandas time-series data
Apache License 2.0
562 stars 101 forks source link

npartition=None issues in appending dataframes to collection #37

Closed ancher1912 closed 4 years ago

ancher1912 commented 4 years ago

Fixed issues when npartitions is set to None (the default) in Append

ronaldocpontes commented 4 years ago

Thanks for the pull request @ancher1912

@ranaroussi Is this project still active?

Any chances for this pull request to be merged. Appending is not working on Mac OS unless "npartitions" is first read and passed as an argument:

      item = collection.item(symbol)
        collection.append(symbol, series, npartitions=item.data.npartitions)