vaex
vaex copied to clipboard
fix(core): file column should support nbytes property
This is the start for the support of strings for s3 files needed to fix #284. It requires more changes however. We assume the data is always locally available as contiguous array, we should only do that when we want to access the data.
+1