sharkipelago
sharkipelago
### Description Created an entry for the SQL command Create Index Closes #807 ### Type of Change - Adding a new entry - Updating the documentation ### Checklist - [x]...
### Description Added information and example of Type Error in Python Errors entry. ### Type of Change - Editing an existing entry (fixing a typo, bug, issues, etc) - Updating...
Changed `Holiday` constructor argument `days_of_week` to raise a `ValueError` on input of the incorrect type as discussed in #61600 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or...
- [x] addresses pointwise behavior talked about discussed in #61682 with @jbrockmendel - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All...