blocks
blocks copied to clipboard
Simple interface to read, organize, and manipulate structured data in files on local and cloud storage
Results
1
blocks issues
Sort by
recently updated
recently updated
newest added
Currently, `blocks.assemble` expects all datafile frames to be in memory simultaneously for merging https://github.com/square/blocks/blob/5a19b13dfb67c659177058a96e19b5d785449a71/blocks/core.py#L77 Unfortunately, there are some platform-dependent memory allocation issues that are likely out of blocks' control where...