Skip to content

Commit 6bbd190

Browse files
fix typo
1 parent 5ec3eb1 commit 6bbd190

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/language-clients/python

1 file changed

+1
-1
lines changed

docs/integrations/language-clients/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ The following global settings are currently defined:
10021002
| use_protocol_version | True | True, False | Use the client protocol version. This is needed for `DateTime` timezone columns but breaks with the current version of chproxy. |
10031003
| max_error_size | 1024 | | Maximum number of characters that will be returned in a client error messages. Use 0 for this setting to get the full ClickHouse error message. Defaults to 1024 characters. |
10041004
| http_buffer_size | 10MB | | Size (in bytes) of the "in-memory" buffer used for HTTP streaming queries. |
1005-
| preserve_pandas_datetime_resolution | False | True, False | When True and using pandas 2.x, preserves the datetime64/timedelta64 dtype resolution (e.g., 's', 'ms', 'us', 'ns'). If False (or on pandas <2.x), coerces to nanosecond ('ns') resolution for compatibility. |
1005+
| preserve_pandas_datetime_resolution | False | True, False | When True and using pandas 2.x, preserves the datetime64/timedelta64 dtype resolution (e.g., 's', 'ms', 'us', 'ns'). If False (or on pandas &lt;2.x), coerces to nanosecond ('ns') resolution for compatibility. |
10061006

10071007
### Compression {#compression}
10081008

0 commit comments

Comments
 (0)