Results 10 comments of plainas

That's an interesting idea. I have been using a bookmarklet to extract tables from webpages as CSV files. A command line tool for this have crossed my mind a few...

I checked prettytable. What a nice little library! No dependencies. To the point. Posting the link in here for future me :) https://github.com/jazzband/prettytable

Ok, let's get the ball rolling on this one. # UI Activate this feature with a CLI flag. Perhaps ''-T'' or ''--table''. I'm tempted to support only the latest as...

Examples of possible test data: Premier League standings: https://www.espn.com/soccer/table/_/league/eng.1 Downjones top movers: https://money.cnn.com/data/dow30/ Plenty of per-country data on GDP, wikipedia. plenty of clean tables https://en.wikipedia.org/wiki/List_of_countries_by_past_and_projected_GDP_(PPP)

Yes, such usage has always worked, but it is brittle if the data contains spaces, or generally speaking whatever is used as a separator. What we are discussing is treating...

Great to see this happening. We've talk about this before and this is, in my opinion, a killer feature. As an user that have asked for this feature, I would...

IIRC, I checked out the sources of the lwp package and installed using its setup.py. But of course, this requires the user to be familiar with python packaging, which I...

Hi @lidorshimoni. Interesting you mentioned this as it something I thought about as a potential improvement the day I wrote icl. A possible solution would be to allow the user...

I guess my answer is the obvious one. We're building a product in which the timeline of user events is to be queried **very** frequently and cannot be an expensive...