Matthew Powers

Results 310 comments of Matthew Powers

@robertkossendey - yep, what new functions should we add to make PySpark easier?

@fpvmorais - looks like your workdays function would be a good contribution. We'd probably be able to figure out how to do it without a UDF. Want to submit a...

@fpvmorais - can you please comment on [this issue](https://github.com/MrPowers/quinn/issues/84), so I can assign the work to you? You can submit the PR by forking the repo and then creating the...

@robertkossendey - FYI, we added the function to compute the number of business days that fall between two dates. We should probably extend it so the user can supply a...

Error message isn't bad if the schema is narrow.

Related issue: https://github.com/MrPowers/chispa/issues/88

Let's brainstorm some of the "big issues" with chispa: * bad for wide table DataFrame comparisons * doesn't handle some column types well * probably doesn't handle some edge cases...

Yep, I already started building that new interface with `Chispa(formats=MyFormats())`. We may want to expose the public API via `Chispa` going forward. I think we just need to figure out...

@hottwaj - thanks for the suggestion. Let me think about this a little more. I know libraries like [modin](https://github.com/modin-project/modin) use the same method names as pandas. I'm not sure if...