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

Implement support for retaining Pandas index #6061

Merged
merged 48 commits into from
Apr 19, 2024
Merged

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    82a61e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6915ad5 View commit details
    Browse the repository at this point in the history
  3. Small fix

    philippjfr committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a5a2772 View commit details
    Browse the repository at this point in the history
  4. Further fixes

    philippjfr committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    96b69e3 View commit details
    Browse the repository at this point in the history
  5. Fix ibis

    philippjfr committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    f8e1d48 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    feaba77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df94ad View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    9db1b27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3398af View commit details
    Browse the repository at this point in the history
  3. Small updates

    hoxbro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e2ed038 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    1adc533 View commit details
    Browse the repository at this point in the history
  2. Try commenting out reset_index

    hoxbro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f4ad81f View commit details
    Browse the repository at this point in the history
  3. Add select test and clean up

    hoxbro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cf5cf3a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. iloc with scalar values + fix

    hoxbro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f522fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a2e368 View commit details
    Browse the repository at this point in the history
  3. Handle iloc scalar and slice

    hoxbro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3cb074f View commit details
    Browse the repository at this point in the history
  4. Hvplot fixes

    hoxbro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8e51d8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03af717 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Add sort test

    hoxbro committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    77d855f View commit details
    Browse the repository at this point in the history
  2. Add out of bounds check

    hoxbro committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d53e70e View commit details
    Browse the repository at this point in the history
  3. Add select test

    hoxbro committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b38d4da View commit details
    Browse the repository at this point in the history
  4. Fix copy paste error

    hoxbro committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    10ff6f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    cdc634e View commit details
    Browse the repository at this point in the history
  2. Add sample test

    hoxbro committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    287fd3a View commit details
    Browse the repository at this point in the history
  3. Add test for values

    hoxbro committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b4fa999 View commit details
    Browse the repository at this point in the history
  4. Add reindex

    hoxbro committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fa5898f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40d313c View commit details
    Browse the repository at this point in the history
  6. Remove commented out code

    hoxbro committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e6fe458 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    e117f2a View commit details
    Browse the repository at this point in the history
  2. Add tmp pin on panel

    hoxbro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3d44737 View commit details
    Browse the repository at this point in the history
  3. Add unit test to groupby

    hoxbro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6b97541 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    5ec0ec3 View commit details
    Browse the repository at this point in the history
  2. Clean up

    hoxbro committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    526c188 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update holoviews/core/data/pandas.py

    Co-authored-by: Philipp Rudiger <[email protected]>
    hoxbro and philippjfr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    36c2e09 View commit details
    Browse the repository at this point in the history
  2. Remove comment

    hoxbro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e585deb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b83b10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c53320f View commit details
    Browse the repository at this point in the history
  5. Do not shadow index column

    philippjfr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    24f0f5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b68d45 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Updating with failing tests

    hoxbro committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b41d983 View commit details
    Browse the repository at this point in the history
  2. Fix indexing tests

    philippjfr committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2ea4fd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    201527d View commit details
    Browse the repository at this point in the history
  4. Simplify depth check

    philippjfr committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4546212 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d02f6ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffeffe1 View commit details
    Browse the repository at this point in the history
  7. Fix import

    philippjfr committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b0aee28 View commit details
    Browse the repository at this point in the history
  8. Wrap inside of except

    hoxbro committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1476fac View commit details
    Browse the repository at this point in the history