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: 73bde44d193329b5839b17a724b393129db9f45c
Choose a base ref
...
head repository: pandas-dev/pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99c82ae03e069cb8462f76b76475e021c511b29d
Choose a head ref
  • 5 commits
  • 78 files changed
  • 3 contributors

Commits on Nov 16, 2022

  1. DEPR: remove Int|Uint|Float64Index from conftest & _testing (#49678)

    * DEPR: remove Int|Uint|Float64Index from conftest + related
    
    * fix failures
    
    * fix flake8
    
    Co-authored-by: Terji Petersen <terjipetersen@Terjis-Air.fritz.box>
    topper-123 and Terji Petersen authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2d6505b View commit details
    Browse the repository at this point in the history
  2. DEPR: remove Int64Index, UInt64Index, Float64Index from public namesp…

    …ace (#49670)
    
    * DEPR: remove Int64Index, UInt64Index, Float64Index
    
    * fix isort
    
    * fix stuff
    
    * fix pyright & mypy
    
    * fix isort
    
    * fix mypy
    
    Co-authored-by: Terji Petersen <terjipetersen@Terjis-Air.fritz.box>
    topper-123 and Terji Petersen authored Nov 16, 2022
    1 Configuration menu
    Copy the full SHA
    2517199 View commit details
    Browse the repository at this point in the history
  3. DEPR: Enforce deprecation of dropping columns when numeric_only=False…

    … in groupby / resample (#49665)
    
    * DEPR: Enforce deprecation of dropping columns when numeric_only=False in groupby / resample
    
    * Change to TypeError
    
    * Better error message
    rhshadrach authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0a58c03 View commit details
    Browse the repository at this point in the history
  4. DEPR: don't make Index instantiate Int64/Uint64/Flaot64Index

    Terji Petersen authored and Terji Petersen committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3b8c87d View commit details
    Browse the repository at this point in the history
  5. stata range index

    Terji Petersen authored and Terji Petersen committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    99c82ae View commit details
    Browse the repository at this point in the history
Loading