Amir Ziai
Amir Ziai
thanks for contributing @guility . can you add a test that shows how not having this causes problems?
That's a great test! Thanks! Do you mind fixing the PEP8 issue too? See the comment from @pep8speaks ☝️
also your branch is behind master, please merge the latest.
thanks for contributing @felixlu . do you mind adding a test case that shows the expected behavior? e.g. ``` def test_unflatten_missing_parent(self): dic = { 'term_group.terms': None, 'term_group.terms.0.contents': None, } expected...
i think pypi is insensitive to `_` vs `-`, but i will fix this in the next release. thanks for pointing it out. i agree that it's needlessly confusing.
@mcarans sounds like a great idea and should be relatively easy to implement. I'll take a stab at it over the weekend. Feel free to do a PR if you...
@jtlz2 do you mind sharing an example? I haven't looked at it myself yet, maybe someone else has?! We don't have any tests with numpy arrays and a recent change...
thanks for the pr @mattbornski, do you mind checking why the travis build is failing?
@djdeejay Makes sense. Since you've done the work do you want to raise a PR and show that it works with a test?
flatten_preserve_lists is failed to flatten json data which includes an array with more than 10 rows
thanks for reporting. feel free to create a PR.