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

Supports list-like Python objects for Series comparison. #2022

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

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    708968a View commit details
    Browse the repository at this point in the history
  2. Override the __eq__

    itholic committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d2b23b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06438c8 View commit details
    Browse the repository at this point in the history
  4. Addressed the comments

    itholic committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    9a5d249 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

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

Commits on Feb 3, 2021

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

Commits on Feb 8, 2021

  1. Fix bug

    itholic committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e484e6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e34f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Use internal pandas

    itholic committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    54dcc6b View commit details
    Browse the repository at this point in the history
  2. Fix tests

    itholic committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    4915afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42dae8f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    3fd7511 View commit details
    Browse the repository at this point in the history
  2. Add docstirng list-like

    itholic committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    31e7647 View commit details
    Browse the repository at this point in the history