arche icon indicating copy to clipboard operation
arche copied to clipboard

output df and raw data sample

Open manycoding opened this issue 5 years ago • 3 comments

Wouldn't it be nice to have samples each time you launch?

manycoding avatar Jun 28 '19 16:06 manycoding

It should be a __repr__ for Items. Like .head(), .tail() and .sample(5)

manycoding avatar Jul 12 '19 15:07 manycoding

Hello @manycoding do you mean to add __repr__ to https://github.com/scrapinghub/arche/blob/master/src/arche/readers/items.py#L16 ?

kishan3 avatar Oct 04 '19 08:10 kishan3

@kishan3 Yes, and after we can use it in #168

manycoding avatar Oct 04 '19 16:10 manycoding