autolabel
autolabel copied to clipboard
[Bug]: `get_data` shows the number of bytes being downloaded, but not the unit (bytes)
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