Commits


Joris Van den Bossche authored and Antoine Pitrou committed 417febce8d9
ARROW-3444: [Python] Add Array/ChunkedArray/Table nbytes attribute https://issues.apache.org/jira/browse/ARROW-3444 Question is then what the expected result is for a sliced array? (because the buffers do not take that into account) Closes #5793 from jorisvandenbossche/ARROW-3444-nbytes and squashes the following commits: 9b648e63f <Joris Van den Bossche> ARROW-3444: Add Array/ChunkedArray/Table nbytes attribute Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>