Skip to content
Snippets Groups Projects
  1. Mar 19, 2024
  2. Mar 18, 2024
  3. Mar 17, 2024
  4. Mar 07, 2024
  5. Feb 08, 2024
    • Matthew Roeschke's avatar
      STY: Use ruff to format docstrings (#56863) · 4d3964ed
      Matthew Roeschke authored
      * Bump ruff
      
      * Format docstrings using ruff
      
      * Fix double {{ examples
      
      * Missed shift
      
      * Add comma
      
      * Remove import
      
      * Remove old flake8 validation
      
      * Remove unit test
      
      * Revert "Remove unit test"
      
      This reverts commit 638667674f442efabcdff6fad3af41e760577a41.
      
      * Revert "Remove old flake8 validation"
      
      This reverts commit d0043987a6ca3dc2f403e56d23c98121c2a016c8.
      
      * docstring formatting
      
      * Ignore formatting in scripts
      
      * Ignore flake8 conflicts with ruff
      4d3964ed
  6. Feb 03, 2024
  7. Jan 15, 2024
  8. Jan 14, 2024
  9. Dec 19, 2023
  10. Dec 08, 2023
  11. Aug 21, 2023
  12. Jul 31, 2023
  13. Jul 28, 2023
  14. Jul 27, 2023
  15. Jul 26, 2023
  16. Jul 25, 2023
  17. Jul 24, 2023
  18. May 23, 2023
  19. May 07, 2023
    • Ketu Patel's avatar
      STYLE: specify encodings when opening files (#52999) · 87970b23
      Ketu Patel authored
      * Changes Confirmed
      
      * Encoding Completed
      
      * Spaces Are Completed
      
      * Pre-ccommit manually completed
      
      * b.pre-commit removed
      
      * Final Commit
      
      * Some Changed reflected
      
      * test_xml Updated
      
      * Pre-commit check passed
      
      * Mode changed in xml file
      
      * mode reverted
      
      * Try to fix errors
      
      * error-checks
      
      * Fix Some errors
      
      * Unspecified-encodingFixed
      
      * final commited
      
      * simplify
      
      ---------
      
      Co-authored-by: MarcoGorelli <>
      87970b23
  20. Apr 12, 2023
    • Erdi's avatar
      STYLE: turn off PLW2901 (but keep some changes) (#52262) · 8d4cab5a
      Erdi authored
      * Removed unnecessary code
      
      * Enabled PLW2901 on initial files under pandas/core/*
      
      * Divided pandas/core/* in pyproject.toml. Included some more fixes.
      
      * Not sure why but the call to partial removes the .__name__ attribute to aggfunc if just returned.
      
      * Ignored type checker and corrected possible induced bug in period.py
      
      * Forgot to add the not in previous commit
      
      * Reverted changes and updated pyproject.toml
      
      * turn off redefined-loop-variable, minimise diff
      
      * revert fun_name change
      
      ---------
      
      Co-authored-by: MarcoGorelli <>
      8d4cab5a
  21. Apr 06, 2023
  22. Mar 17, 2023
    • Erdi's avatar
      STYLE enable ruff PLW2901 (#51797) · 1bdc98c1
      Erdi authored
      * Removed "PLW2901" and added in main folders where needs to be enabled gradually.
      Currently removed 10 errors generated outside the main folders.
      
      * Variables renamed in a more intuitive manner.
      
      * Renamed fname_splitted to fname_html in web/pandas_web.py
      
      * Removed duplicate pandas/core/*
      
      * Adjusted replace_bool_with_bool_t from previously introduced bug.
      1bdc98c1
  23. Feb 09, 2023
  24. Jan 08, 2023
    • Thierry Moisan's avatar
      DOC: Add ignore_functions option to validate_docstrings.py (#50509) · f47a8b83
      Thierry Moisan authored
      * DOC: Add ignore_functions option to validate_docstrings.py
      
      * fixup! DOC: Add ignore_functions option to validate_docstrings.py
      
      * fixup! fixup! DOC: Add ignore_functions option to validate_docstrings.py
      
      * fixup! fixup! fixup! DOC: Add ignore_functions option to validate_docstrings.py
      
      * Make get_all_api_items a generator and improve ignore_functions test
      f47a8b83
  25. Nov 19, 2022
  26. Jul 29, 2022
  27. Mar 09, 2022
  28. Feb 10, 2022
  29. Dec 02, 2021
  30. Jul 08, 2021
  31. Jun 12, 2021
  32. Jun 09, 2021
  33. Apr 08, 2021
  34. Mar 31, 2021
  35. Feb 16, 2021
  36. Oct 02, 2020
  37. May 22, 2020
  38. Feb 19, 2020
  39. Jan 20, 2020
Loading