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

Draft for the Dataframe interchange protocol #1509

Merged
merged 40 commits into from
Oct 13, 2021

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    b3b5477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91f1c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a86a1df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c74d6dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4da374d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c76477d View commit details
    Browse the repository at this point in the history
  7. Add missing value handling

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    24e9774 View commit details
    Browse the repository at this point in the history
  8. Added chunk handling and tests

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    53b291c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4f39cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d73730 View commit details
    Browse the repository at this point in the history
  11. Delete copy error

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6a7d5d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d36a6e View commit details
    Browse the repository at this point in the history
  13. Add select_columns() and test

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3b858d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e764622 View commit details
    Browse the repository at this point in the history
  15. Minor commenting changes

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    615545a View commit details
    Browse the repository at this point in the history
  16. Correct typo error

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    88166ad View commit details
    Browse the repository at this point in the history
  17. Add _VaexBuffer test

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0f4813a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    04d8b6c View commit details
    Browse the repository at this point in the history
  19. Added tests for _VaexDataFrame

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1ca7277 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    811a952 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6726d55 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    77650a2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    64f12a4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf7ebb0 View commit details
    Browse the repository at this point in the history
  25. correct describe_null, convert_categorical_column and test_categorica…

    …l_ordinal for categorical dtypes
    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5126959 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e2ad32b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    14d69cc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a074474 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e53a390 View commit details
    Browse the repository at this point in the history
  30. Black with line length 220

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a61ad1e View commit details
    Browse the repository at this point in the history
  31. Add string dtype support

    AlenkaF authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    43980a8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f95692b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f5bf82c View commit details
    Browse the repository at this point in the history
  34. small fix

    maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1879472 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7060266 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8e988f8 View commit details
    Browse the repository at this point in the history
  37. Apply string no-mem copy suggestions

    Alenka Frim authored and maartenbreddels committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    bc7ed73 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e14fba5 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    51b2c06 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0df4b34 View commit details
    Browse the repository at this point in the history