Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update unflatten for NaNs, and add function flatten_preserve_lists #42

Merged
merged 26 commits into from
May 9, 2019

Commits on Mar 2, 2019

  1. Fix unflatten for dataframe with duplicate columns

    Adding fix for unflattening from pandas dataframe records. See here: amirziai#40
    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    1f8c611 View commit details
    Browse the repository at this point in the history
  2. added test for issue 40

    added test for amirziai#40
    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    2dd4fdb View commit details
    Browse the repository at this point in the history
  3. fixed comma

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    e2524b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec65edb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from kaiaeberli/patch-1

    merge patch-1 branch to master
    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    b2a334f View commit details
    Browse the repository at this point in the history
  6. fixed test

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    3ebe6f5 View commit details
    Browse the repository at this point in the history
  7. fixed whitespace

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    815e640 View commit details
    Browse the repository at this point in the history
  8. whitespace

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    e0d98cf View commit details
    Browse the repository at this point in the history
  9. ws

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    60eb6ff View commit details
    Browse the repository at this point in the history
  10. whitespace

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    bcd213c View commit details
    Browse the repository at this point in the history
  11. pep errors

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    9e4d29c View commit details
    Browse the repository at this point in the history
  12. pep

    kaiaeberli authored Mar 2, 2019
    Configuration menu
    Copy the full SHA
    c867592 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    6cf29f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Update test_flatten.py

    kaiaeberli authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    b76306b View commit details
    Browse the repository at this point in the history
  2. pep8

    kaiaeberli authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    3c5c9a7 View commit details
    Browse the repository at this point in the history
  3. Update flatten_json.py

    kaiaeberli authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    7b16286 View commit details
    Browse the repository at this point in the history
  4. Update flatten_json.py

    kaiaeberli authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    139e486 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    0c2bd75 View commit details
    Browse the repository at this point in the history
  2. Update test_flatten.py

    kaiaeberli authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ce85c3a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    bcbf0c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    24ff42b View commit details
    Browse the repository at this point in the history
  2. tie resolution for dictionaries where values are all the same type. R…

    …esolving by element length.
    kaiaeberli committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    a71a8a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    ba08b9f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. pep8

    kaiaeberli committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    1ac6062 View commit details
    Browse the repository at this point in the history
  2. pep8

    kaiaeberli committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    3c868c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    c21ae32 View commit details
    Browse the repository at this point in the history