Simon Chen
Simon Chen
pandas has three type to store string , `object` `string` `string[pyarrow]` according to [user guide](https://pandas.pydata.org/pandas-docs/version/1.5/user_guide/text.html) > We recommend using [StringDtype](https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.StringDtype.html#pandas.StringDtype) to store text data. [\[docs\] v1.5 arrays-string](https://pandas.pydata.org/pandas-docs/version/1.5/reference/arrays.html#api-arrays-string) and in my...
- fixes #319 Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs, in...
**Describe the bug** I'm trying to catch the asynch exception which raised in pre_ping According to [sqlalchemy's Doc](https://docs.sqlalchemy.org/en/20/core/events.html#sqlalchemy.events.DialectEvents.handle_error) This should be working, but it isn't. ```python def handle_error(e: sa.engine.ExceptionContext): if...
https://github.com/cloudflare/chanfana/blob/2d353f41c8c88d03c0dbb86c8cd494d141181a2e/src/ui.ts#L11 How do I change this icon to mine?