Re: petl (Was: Re: Visidata)

2021-04-12 Thread Ben Blount
Thank you both! On Sun, Apr 11, 2021 at 2:43 PM redst...@gmail.com wrote: > Yes, extensively in my importers > . > > *Context:* > > https://reds-rants.netlify.app/personal-finance/make-importers-easy-to-write-and-write-lots-of-them/ > https:

Re: petl (Was: Re: Visidata)

2021-04-11 Thread redst...@gmail.com
Yes, extensively in my importers . *Context:* https://reds-rants.netlify.app/personal-finance/make-importers-easy-to-write-and-write-lots-of-them/ https://reds-rants.netlify.app/personal-finance/file-format-readers/ *Reader code using petl:*

Re: petl (Was: Re: Visidata)

2021-04-11 Thread Martin Blais
Using it a ton but not with Beancount yet On Sun, Apr 11, 2021 at 5:37 PM Ben Blount wrote: > Did either of you end up making some end to end flows with this that you'd > be willing to share? > I'm looking to make a pivot-table of account rollup balances over time and > something like PETL woul

Re: petl (Was: Re: Visidata)

2021-04-11 Thread Ben Blount
Did either of you end up making some end to end flows with this that you'd be willing to share? I'm looking to make a pivot-table of account rollup balances over time and something like PETL would be a great fit. On Fri, Jan 29, 2021 at 6:50 PM redst...@gmail.com wrote: > Excellent find. I've be

Re: petl (Was: Re: Visidata)

2021-01-29 Thread redst...@gmail.com
Excellent find. I've been wanting to refactor my importers to separate the source parser (ofx, csv, txt, etc.) from the transaction constructor (for investments, banking, etc.), which can be somewhat complex and filled with special cases, especially for investments. petl was just what I'd been

petl (Was: Re: Visidata)

2021-01-25 Thread Martin Blais
Here's another absolute source of joy: petl https://petl.readthedocs.io/en/stable/ While I like Pandas, I find its various attempts to leverage Python syntax difficult to remember and I always fumble with dataframes and indices. A while ago I wanted something more predictable, using just regular P

Re: Visidata

2020-10-26 Thread TRS-80
On 2020-07-31 12:56, Red S wrote: Speaking of awesome terminal clients, I hope most folks are familiar with tig (git ncurses client)? If not, let me say I switched to it years ago, and it instantly replaced some 90% of my command line git interaction Us Emacs users are blessed with Magit (a git

Re: Visidata

2020-07-31 Thread Red S
That is indeed a killer feature, as as the diff; and the -f fixed for processing command output. This really fills a hole in terminal processing, thanks for sharing, Martin. Speaking of awesome terminal clients, I hope most folks are familiar with tig (git ncurses client)? If not, let me say I

Re: Visidata

2020-07-29 Thread Ben Blount
This looks like a great tool, thanks for sharing! I particularly like the ability to compute a new column via a python snippet. On Sat, Jul 25, 2020 at 8:51 AM Martin Blais wrote: > Hi, > I discovered a pretty awesome tool yesterday related to text files / > tables / text processing in the conso