ziggy

Results 49 comments of ziggy

why did the DOF stop updating the Open Data version!? We need to bring back `dof_parser.py` (basically undoing this PR https://github.com/nycdb/nycdb/pull/172)

Someone with more mac knowledge can hopefully chime as to why nycdb isn't added to your path after the installation. However, you should also be able to execute it like...

@toolness -- might have an idea? I'll take a look myself over the next few days. Thanks for reporting the issue!

Making the code as simple and maintainable as possible is a priority, so I'm open to understanding how this will help!!! I do have a few concerns. Here's my thoughts:...

yeah, I think the tests and test data are excluded from the distribution. I don't see any problem with including them!

thank you!! I need to spend a little bit of time thinking about this! but as a solution to your immediate problem -- is there a reason why we can't...

Sorry I've left this hanging, I added some comments inline. I think we should think and plan about how we want to build out the documentation. But thank you for...

You could left pad on both sides: ``` sql ON lpad(ecb.ecbviolationnumber, 10, '0') = lpad(oath.ticketnumber, 10, '0') ``` If you want to change the column type in NYCDB, I suggest...

My main thought is to I'd like to keep things as simple as possible. One the reasons NYCDB currently can't "update" is because I find it way easier and simpler...