Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pandas-dev/pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: merraksh/pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 5, 2018

  1. avoid ValueError when overriding eq

    Overloading "eq" in NumPy for use by other modules (e.g. creating equations)
    requires replacing a NPY_OBJECT,NPY_OBJECT,NPY_BYTE operation with one that
    returns a NPY_OBJECT. This triggers a ValueError in _maybe_get_bool_indexer
    where a NumPy array of bytes is cdef'd but then assigned an ndarray of objects.
    
    Added an ndarray of objects to be assigned the same.
    merraksh committed Sep 5, 2018
    1
    Copy the full SHA
    c24bf02 View commit details

Commits on Sep 14, 2018

  1. Copy the full SHA
    8eb427c View commit details
Loading