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

(feat): Support for pandas ExtensionArray #8723

Merged
merged 101 commits into from
Apr 18, 2024

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    b2712f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47bddd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    dc8b788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75524c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ab452 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f3d0fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a70e3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5a6505 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    08a4feb View commit details
    Browse the repository at this point in the history
  2. (refactor): tests moved

    ilan-gold committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d5b218b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00256fa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. (feat): to/from dataframe

    ilan-gold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b7ddbd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a165851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a826edd View commit details
    Browse the repository at this point in the history
  4. (chore): disallow stacking

    ilan-gold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fde19ea View commit details
    Browse the repository at this point in the history
  5. (fix): pyproject.toml

    ilan-gold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4c55707 View commit details
    Browse the repository at this point in the history
  6. (fix): as_shared_type fix

    ilan-gold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    58ba17d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a255310 View commit details
    Browse the repository at this point in the history
  8. (fix): dask + categoricals

    ilan-gold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4e78b7e View commit details
    Browse the repository at this point in the history
  9. (chore): notes/docs

    ilan-gold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d9cedf5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    426664d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22ca77d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f32cfdf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60f8927 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ff22d76 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    2153e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d0b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d285871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d847277 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    8238c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1260cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04ef98 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    b9937bf View commit details
    Browse the repository at this point in the history
  2. (fix): fix some mypy issues

    ilan-gold committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0bba03f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b714549 View commit details
    Browse the repository at this point in the history
  4. (fix): appease mypy

    ilan-gold committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a3a678c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e521844 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d3e930 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04c9969 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5514539 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. (fix): reduce condition

    ilan-gold committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bedfa5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c2690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82dbda9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12217ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd5b87d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    761a874 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52cabc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. (fix): only wrap ExtensionDuckArray that has a .array which is a …

    …pandas extension array
    ilan-gold committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e0d58fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e0e64 View commit details
    Browse the repository at this point in the history
  3. (refactor): bye plum!

    ilan-gold committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    17e3390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd2ef39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8e6bfe View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    407fad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a47f09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd3de4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    1c9047f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be6b03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9304f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec6725 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc9ac4c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    1e906db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb8668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f034b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 18, 2024

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    ff67943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    661d9f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caee1c6 View commit details
    Browse the repository at this point in the history
  4. (fix): move check eariler

    ilan-gold committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1d12f5e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    23b347f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    902c74b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b64506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c7e023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd7fe98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0df768 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2f0487 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1eb6741 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a7300a View commit details
    Browse the repository at this point in the history
  10. Update xarray/core/extension_array.py

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    ilan-gold and dcherian committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9cceadc View commit details
    Browse the repository at this point in the history
  11. Update xarray/core/extension_array.py

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    ilan-gold and dcherian committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f2588c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0a63bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5bb2bde View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 13, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4791799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c649362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc60dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0374086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9515a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72bf807 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. (fix): bring back error

    ilan-gold committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    63b6c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d18439 View commit details
    Browse the repository at this point in the history
  3. Update whats-new.rst

    dcherian committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    17f05da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c906c81 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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