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

Support for XML and XPath and numpy/pandas libraries #1265

Open
wants to merge 62 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    532d461 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bec6c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    c87e100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d353959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a353d48 View commit details
    Browse the repository at this point in the history
  4. Added max function

    DavidBuzatu-Marian committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    eff118b View commit details
    Browse the repository at this point in the history
  5. Added mean

    DavidBuzatu-Marian committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0e6b8c8 View commit details
    Browse the repository at this point in the history
  6. Added absolute

    DavidBuzatu-Marian committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2b27e7a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. Added unique

    DavidBuzatu-Marian committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dfd45e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6525a65 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Added median

    DavidBuzatu-Marian committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    909c72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8db52d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 23, 2024

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

Commits on Jul 6, 2024

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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    662d83c View commit details
    Browse the repository at this point in the history
  2. Added isnull

    DavidBuzatu-Marian committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a033ca0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 11, 2024

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

Commits on Jul 16, 2024

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

Commits on Jul 18, 2024

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

    DavidBuzatu-Marian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6956f3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb87e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fixed fillna

    DavidBuzatu-Marian committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    10510f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    39c70ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d9345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2adf707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b53e077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19da620 View commit details
    Browse the repository at this point in the history
  6. Added test for xml

    DavidBuzatu-Marian committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    8205b1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0065e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29293dc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

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

Commits on Jul 25, 2024

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

    DavidBuzatu-Marian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1434a66 View commit details
    Browse the repository at this point in the history
  3. Fixed grammar

    DavidBuzatu-Marian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d1bb791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13b3647 View commit details
    Browse the repository at this point in the history
  5. Fixed numpy tests

    DavidBuzatu-Marian committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a0e77c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    b04f463 View commit details
    Browse the repository at this point in the history
  2. Fixed XML reader

    DavidBuzatu-Marian committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    81f20c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. Fixing describe

    DavidBuzatu-Marian committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8736922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0124f19 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Added more tests

    DavidBuzatu-Marian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2f1b0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41231ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    363c897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc6fd8a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

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

Commits on Aug 13, 2024

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

Commits on Aug 22, 2024

  1. Bug fixing

    DavidBuzatu-Marian committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a1bc0c7 View commit details
    Browse the repository at this point in the history