autolabel icon indicating copy to clipboard operation
autolabel copied to clipboard

[Bug]: `get_data` shows the number of bytes being downloaded, but not the unit (bytes)

Open rishabh-bhargava opened this issue 2 years ago • 0 comments

Describe the bug Today, running get_data prints out the number of bytes being downloaded, but we should explicitly say it's bytes being downloaded and not kilobytes or number of rows.

To Reproduce

from autolabel import get_data

get_data('civil_comments')

Expected behavior we should say "bytes" somewhere.

Screenshots image

rishabh-bhargava avatar Jun 15 '23 08:06 rishabh-bhargava