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

BUG: Bug in loc did not change dtype when complete column was assigned #37749

Closed
wants to merge 40 commits into from

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    6450a2c View commit details
    Browse the repository at this point in the history
  2. Fix list comprehension issue

    phofl committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    1599c5c View commit details
    Browse the repository at this point in the history
  3. Fix import order

    phofl committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    4d39612 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Add test

    phofl committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    f9f37cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cf355b View commit details
    Browse the repository at this point in the history
  3. Change dtype for 32 bit

    phofl committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    8d203f9 View commit details
    Browse the repository at this point in the history
  4. Implement fix and add new test

    phofl committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e35e009 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Merge branch 'master' of https://github.com/pandas-dev/pandas into 20635

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    phofl committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4c391da View commit details
    Browse the repository at this point in the history
  2. Add new column

    phofl committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    71fbf9f View commit details
    Browse the repository at this point in the history
  3. Run black

    phofl committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    babcd38 View commit details
    Browse the repository at this point in the history
  4. Parametrize tests

    phofl committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    caa6046 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/pandas-dev/pandas into 20635

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    phofl committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    8b95236 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Adress review comments

    phofl committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    3b98ee0 View commit details
    Browse the repository at this point in the history
  2. Change whatsnew wording

    phofl committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    f9b8a59 View commit details
    Browse the repository at this point in the history
  3. Simplify tests

    phofl committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    4bef38e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Fix related issue

    phofl committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    27ea3e2 View commit details
    Browse the repository at this point in the history
  2. Add issues

    phofl committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    f94277b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    279e812 View commit details
    Browse the repository at this point in the history
  4. Move import

    phofl committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    d5f6150 View commit details
    Browse the repository at this point in the history
  5. Delete line

    phofl committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    706dc6a View commit details
    Browse the repository at this point in the history
  6. Fix return value

    phofl committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    66d4b4e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Move and rename tests

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    fa25075 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    3c06ba6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/pandas-dev/pandas into 20635

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a33659c View commit details
    Browse the repository at this point in the history
  4. Fix pre commit

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0f556c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    181e62a View commit details
    Browse the repository at this point in the history
  6. Remove import

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    b759ac9 View commit details
    Browse the repository at this point in the history
  7. Fix test

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a353930 View commit details
    Browse the repository at this point in the history
  8. Add test

    phofl committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d28e1e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Adress review comments

    phofl committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    1aa8522 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Fix test

    phofl committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    1bc0d46 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pandas-dev/pandas into 20635

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    �	pandas/tests/frame/indexing/test_setitem.py
    �	pandas/tests/indexing/test_iloc.py
    phofl committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    61aab16 View commit details
    Browse the repository at this point in the history
  3. Move test

    phofl committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    14fe5a8 View commit details
    Browse the repository at this point in the history
  4. Fix test

    phofl committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    26b5d6f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Merge branch 'master' of https://github.com/pandas-dev/pandas into 20635

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    �	pandas/tests/frame/indexing/test_setitem.py
    phofl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    913ffea View commit details
    Browse the repository at this point in the history
  2. Fix bug with series to cell

    phofl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    e6e22f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f6f3b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Merge branch 'master' of https://github.com/pandas-dev/pandas into 20635

    � Conflicts:
    �	doc/source/whatsnew/v1.2.0.rst
    �	pandas/tests/frame/indexing/test_setitem.py
    �	pandas/tests/indexing/test_iloc.py
    �	pandas/tests/indexing/test_loc.py
    phofl committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    99b87c9 View commit details
    Browse the repository at this point in the history
  2. Move whatsnew

    phofl committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    f97a252 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Merge branch 'master' of https://github.com/pandas-dev/pandas into 20635

    � Conflicts:
    �	doc/source/whatsnew/v1.3.0.rst
    �	pandas/core/indexing.py
    �	pandas/tests/frame/indexing/test_setitem.py
    �	pandas/tests/indexing/test_iloc.py
    phofl committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    700ce6c View commit details
    Browse the repository at this point in the history