arche
arche copied to clipboard
output df and raw data sample
Wouldn't it be nice to have samples each time you launch?
It should be a __repr__
for Items
.
Like .head(), .tail() and .sample(5)
Hello @manycoding do you mean to add __repr__
to
https://github.com/scrapinghub/arche/blob/master/src/arche/readers/items.py#L16 ?
@kishan3 Yes, and after we can use it in #168