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

TST: Add test to ensure DF describe does not throw an error (#32409) #35270

Closed
wants to merge 1,581 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    b329b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2cbf4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    191d633 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    f823a85 View commit details
    Browse the repository at this point in the history
  2. Inconsistent indexes for tick label plotting (pandas-dev#28733)

    * TST: Test for issues pandas-dev#26186 and pandas-dev#11465
    
    * BUG: Generate the tick position in BarPlot using convert tools from matlab.
    
    Generate the tick position in BarPlot using convert tools from matlab.
    
    * TST: Modify tests/plotting/test_frame.test_bar_categorical
    
    Ticklocs are now float also for categorical bar data (as they are
    position on the axis). The test is changed to compare to a array of
    np.float.
    
    * TST: Fix test for windows OS
    
    * TST: Add test for plotting MultiIndex bar plot
    
    A fix to issue pandas-dev#26186 revealed no tests existed about plotting a bar
    plot for a MultiIndex, but a section of the user guide visualization
    did. This section of the user guide is now in the test suite.
    
    * BUG: Special case for MultiIndex bar plot
    
    * DOC: Add whatsnew entry for PR pandas-dev#28733
    
    * CLN: Clean up in code and doc
    
    * CLN: Clean up test_bar_numeric
    
    * DOC Move to whatsnew v1.1
    
    * FIX: Make tick dtype int for backwards compatibility
    
    * DOC: Improve whatsnew message
    
    * ENH: Add UserWarning when plotting bar plot with MultiIndex
    
    * CLN: Remove duplicate code line
    
    * TST: Capture UserWarning for Bar plot with MultiIndex
    
    * TST: Improve test explanation
    
    * ENH: Raise UserWarning only if redrawing on existing axis with data
    
    * DOC: Move to whatsnew v1.2.9
    
    Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
    nrebena and MarcoGorelli authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    fb379d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e640dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347a7bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10bee10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b617bee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6454943 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb2bd10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d5e65d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. BUG: CategoricalIndex.where nulling out non-categories (pandas-dev#37977

    )
    
    * BUG: CategoricalIndex.where nulling out non-categories
    
    * whatsnew
    jbrockmendel authored Nov 22, 2020
    Configuration menu
    Copy the full SHA
    1e21130 View commit details
    Browse the repository at this point in the history
  2. BUG: isin incorrectly casting ints to datetimes (pandas-dev#37528)

    * BUG: isin incorrectly casting ints to datetimes
    
    * GH ref
    
    * add asvs
    jbrockmendel authored Nov 22, 2020
    Configuration menu
    Copy the full SHA
    0823ed4 View commit details
    Browse the repository at this point in the history
  3. BUG: IntervalArray.astype(categorical_dtype) losing ordered (pandas-d…

    …ev#37984)
    
    * BUG: IntervalArray.astype(categorical_dtype) losing ordered
    
    * whatsnew
    jbrockmendel authored Nov 22, 2020
    Configuration menu
    Copy the full SHA
    52a1725 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    4c84e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b1337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3788d74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe97aa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa0e405 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    589a89e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25a1d91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c1e981 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    20f7ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e881d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c22e9d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caf751f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9a079a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4cf3ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ba6cc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a04a6f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99376b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ceacb4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7368b2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76216ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de919ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db0cd36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b19e47f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1cc030e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Bug in loc raising KeyError when MultiIndex columns has only one level (

    pandas-dev#38026)
    
    * Bug in loc raising KeyError when MultiIndex columns has only one level
    
    * Move test
    
    * Revert commit
    phofl authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5f5350b View commit details
    Browse the repository at this point in the history
  2. BUG: pytables in py39 (pandas-dev#38041)

    * BUG: pytables in py39
    
    * add pytables to py39 ci
    
    * whatsnew 1.1.5
    
    * scipy and pyarrow to py39 build
    jbrockmendel authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    336cc6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f67b6 View commit details
    Browse the repository at this point in the history
  4. Bug in DataFrame.loc returning elements in wrong order when indexer i…

    …s differently ordered than object (pandas-dev#37992)
    phofl authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    15b8898 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6eb725 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08913f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f1465f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d183436 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3967d83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03b9ad8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    6ef5b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a2e74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2863428 View commit details
    Browse the repository at this point in the history
  4. DOC: tidy 1.1.5 release notes (pandas-dev#38064)

    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    simonjayhawkins and jorisvandenbossche authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    51750be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92586ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b0af58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d203ef8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0787b53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42084f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c73d99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43fa160 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71bf9fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    94179cd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    27989a6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d0afefa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    acdc94f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e9c91f1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1fc5efd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3391a34 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    07ca75a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    14e0d12 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c26ac5d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    760c2fa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    78d1498 View commit details
    Browse the repository at this point in the history
  25. ENH: preserve RangeIndex in factorize (pandas-dev#38034)

    * ENH: preserve RangeIndex in factorize
    
    * dedoc
    
    * ensure np.intp
    
    * 32bit compat
    
    * if->elif
    jbrockmendel authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    090d6a1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fa999f3 View commit details
    Browse the repository at this point in the history
  27. BUG: loc.setitem corner case (pandas-dev#37931)

    * BUG: loc.setitem corner case
    
    * flesh out comment
    jbrockmendel authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    fe87624 View commit details
    Browse the repository at this point in the history
  28. BUG: RangeIndex.difference with mismatched step (pandas-dev#38028)

    * BUG: return RangeIndex from RangeIndex.difference
    
    * test coverage
    
    * BUG: RangeIndex.difference with mismatched step
    
    * whatsnew
    jbrockmendel authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    109ae10 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f15c4bc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    66c3c6f View commit details
    Browse the repository at this point in the history
  31. CLN: pd. namespace in tests/window (pandas-dev#38095)

    Co-authored-by: Matt Roeschke <mroeschke@housecanary.com>
    mroeschke and Matt Roeschke authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ade94e5 View commit details
    Browse the repository at this point in the history
  32. [TST]: Add test for duplicate keys in concat (pandas-dev#36556)

    * Add test for 20816
    
    * Modify test
    
    * Move test
    phofl authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    11a5a4b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    45ac7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5abc06f View commit details
    Browse the repository at this point in the history
  3. BUG: loc.setitem with expansion expanding rows (pandas-dev#37932)

    * BUG: loc.setitem with expansion expanding rows
    
    * split test
    
    * whatsnew
    jbrockmendel authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    19c5eea View commit details
    Browse the repository at this point in the history
  4. BLD: Only enable -Werror in the CI jobs (pandas-dev#38087)

    Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
    xhochy and simonjayhawkins authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    003c4a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91abd0a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. TST: rewrite convert_dtypes test to make it easier extendable (pandas…

    …-dev#38113)
    
    * TST: rewrite convert_dtypes test to make it easier extendable
    
    * formatting
    jorisvandenbossche authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    dfa9d6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8085a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c26b1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25846e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da5f914 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba2ae2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d661a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d16df29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bf58d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65319af View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    ce0efe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22007d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eca4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b400b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e99e5ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7070aae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaa45cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    224d2e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cb5f69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59710bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    47d0da6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a35f2d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f65f0d3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d98b37d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f04ec86 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f41109 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f51060 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. BUG: Categorical[dt64tz].to_numpy() losing tz (pandas-dev#38136)

    * BUG: Categorical[dt64tz].to_numpy() losing tz
    
    * Update pandas/core/arrays/categorical.py
    
    Co-authored-by: gfyoung <gfyoung17+GitHub@gmail.com>
    
    * Avoid FutureWarning
    
    * whatsnew
    
    Co-authored-by: gfyoung <gfyoung17+GitHub@gmail.com>
    jbrockmendel and gfyoung authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    93db57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    066a16c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3902585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af48930 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dda8c35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aad85ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c29c176 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6301438 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c479d93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff78a02 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    450384e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a4d3fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1c68e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56b9a80 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    03771a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5eb94d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0dab4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b2e162 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2018c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a115d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43928e6 View commit details
    Browse the repository at this point in the history
  8. BUG in Series.interpolate: limit_area/limit_direction kwargs with met…

    …hod="pad"/"bfill" have no effect (pandas-dev#38106)
    arw2019 authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    1829a61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3a3932 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    b36d539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed5dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2aa42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a15ae9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2f6b70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    044df8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2564fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4c1dc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40ca2b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    909af8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e52dbe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b36048d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    155408c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6afcb69 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b687883 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    44f0e32 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c64020d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    02caf7d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dffab1f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    25ade6d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a48957b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7757844 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c184fde View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4749fd6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    23cbc47 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    efbcd68 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    58fca97 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5fdf642 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4c8d66e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    73d0d34 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cb04ad7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bda4bc3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    daa5942 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    37ed7e4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ff89f8f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    70abd64 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    65f0463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d419ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac84fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cfb5e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbdc55c View commit details
    Browse the repository at this point in the history
  6. BUG: CategoricalDtype.__repr__ with RangeIndex categories (pandas-dev…

    …#38245)
    
    * BUG: CategoricalDtype.__repr__ with RangeIndex categories
    
    * fix broken tests
    
    * fixup
    jbrockmendel authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    142ca08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a13697 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b58880c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b21e3f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. The error message for unsupported index on shift() could be more expl…

    …icit (pandas-dev#38176)
    
    * Update base.py
    
    * Update base.py
    
    * Update base.py
    
    * Update base.py
    
    * Update common.py
    
    * Update common.py
    
    * Update common.py
    
    * Update test_analytics.py
    
    * Update base.py
    
    * Update base.py
    
    * Update common.py
    
    * Update test_analytics.py
    
    * Update base.py
    
    * Update common.py
    
    * Update common.py
    
    * Update common.py
    ZhihuiChen0903 authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    eeaf1a1 View commit details
    Browse the repository at this point in the history
  2. BUG: name retention in Index.difference corner cases (pandas-dev#38268)

    * BUG: name retention in Index.difference corner cases
    
    * whatsnew
    jbrockmendel authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    11d0176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c6788 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69021e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ea1031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2b7aa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3359286 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    492806e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e132d85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4699c2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5233c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5011a37 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fb5e57f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b91feb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca3e351 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    03e5858 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    5020a61 View commit details
    Browse the repository at this point in the history
  2. TYP: @Final in groupby (pandas-dev#38200)

    * TYP: @Final in groupby
    
    * TYP: @Final in groupby
    
    * remove comment
    
    * indent docstring, @Final
    jbrockmendel authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    7073ee1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5399c6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    122ae44 View commit details
    Browse the repository at this point in the history
  5. TST: tighten xfails (pandas-dev#38309)

    * TST: tighten xfails
    
    * troubleshoot
    jbrockmendel authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    22dbef1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. REGR: Groupby first/last/nth treats None as an observation (pandas-de…

    …v#38330)
    
    * BUG: Groupby first/last/nth treats None as an observation
    
    * Reverted test changes, whatsnew
    
    * Reverted test changes, whatsnew
    
    * Remove nth from whatsnew
    rhshadrach authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    55e3bff View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    604ac48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d34bd0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0711b7a View commit details
    Browse the repository at this point in the history
  4. CLN: fix C408 pandas-dev#38138 (pandas-dev#38320)

    Co-authored-by: VirosaLi <2EkF8qUgpNkj>
    fangchenli authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1db3aa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99c6116 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    007128c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    292da03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0aa598a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c004fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9310cb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b23bba9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    803bdd2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8acfc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a0cf7b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    862cd05 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. ENH: add "schema" kwarg to io.sql.get_schema method (pandas-dev#38146)

    * Added schema kwarg and test
    
    * Added type hinting and marked GH issue in test case
    
    * fixed pep8 issues
    
    * Fixed sorting on import
    
    * move comment
    
    * styling
    
    * review comment
    
    * docstring
    
    Co-authored-by: Gregory Livschitz <greg15001@gmail.com>
    arw2019 and gregorylivschitz authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    6a1305e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da237dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f7bdc View commit details
    Browse the repository at this point in the history
  4. ENH: use correct dtype in groupby cython ops when it is known (withou…

    …t try/except) (pandas-dev#38291)
    
    Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
    jbrockmendel and jorisvandenbossche authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    5bfa653 View commit details
    Browse the repository at this point in the history
  5. RLS: 1.2.0rc0

    Pandas Development Team authored and simonjayhawkins committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    7688d3c View commit details
    Browse the repository at this point in the history
  6. Start 1.3.0

    simonjayhawkins committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0f58702 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c32079 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8878ec6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b8f50b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45fb444 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5cafae7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3556865 View commit details
    Browse the repository at this point in the history
  13. DOC: add examples to insert and update generally (pandas-dev#37690)

    * DOC: add examples to insert and update generally
    
    This commit mainly adds examples on usage. This commit also fills in
    information suggested by `validate_docstrings.py` script.
    
    * DOC: remove inferred insert parameter descriptions
    erictleung authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d3e970b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6ce9be6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9534c26 View commit details
    Browse the repository at this point in the history
  16. CLN: use with instead of try finally in io/stata.py (pandas-dev#38326)

    Co-authored-by: VirosaLi <2EkF8qUgpNkj>
    fangchenli authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    1ba3f3c View commit details
    Browse the repository at this point in the history
  17. DOC: sync xarray version (pandas-dev#38369)

    Co-authored-by: VirosaLi <2EkF8qUgpNkj>
    fangchenli authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    523682f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    54ac621 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    32bebdb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. CLN: C408 Unnecessary dict call - rewrite as a literal pandas-dev#38138

    … (pandas-dev#38383)
    
    * last dict fixings
    
    * last dict fixings
    
    * last dict fixings
    
    * last dict fixings
    UrielMaD authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    b3ed7f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa8447 View commit details
    Browse the repository at this point in the history
  3. CLN: fix C408 pandas-dev#38138 (pandas-dev#38385)

    Co-authored-by: VirosaLi <2EkF8qUgpNkj>
    fangchenli authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    6b5357a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f57e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Corrected the grammar in Exception (pandas-dev#38216)

    * Corrected the grammar in Exception
    
    Exception on different arrays' length corrected
    
    * Updated error message in tests file as well
    
    Co-authored-by: Ashwani <ashwani.ashwani@external.thalesgroup.com>
    imaskm and imaskm authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    2ff1370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d932752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec8240a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4be0ee8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbe7f5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    484c847 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a50a7d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    246db34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85b4d47 View commit details
    Browse the repository at this point in the history