Skip to content

Commit ba0d0ce

Browse files
Update docs/machine-learning/python/python-libraries-and-data-types.md
Co-authored-by: David Peter Hansen <davidph@microsoft.com>
1 parent b6e0238 commit ba0d0ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/python/python-libraries-and-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This table lists the implicit conversions that are provided. Other data types ar
4242
|**real**|`float32`|
4343
|**smallint**|`int16`|
4444
|**tinyint**|`uint8`|
45-
|**DATETIME**|`DATETIME`|Supported with SQL Server 2017 CU6 and above (with **NumPy** arrays of type ```datetime.datetime``` or **Pandas** ```pandas.Timestamp```). The sp_execute_external_script now supports ```DATETIME``` types with fractional seconds.|
45+
|**datetime**|`datetime`|Supported with SQL Server 2017 CU6 and above (with **NumPy** arrays of type `datetime.datetime` or **Pandas** `pandas.Timestamp`). `sp_execute_external_script` now supports `datetime` types with fractional seconds.|
4646
|**varbinary**|`bytes`|
4747
|**varbinary(max)**|`bytes`|
4848
|**varchar(n)**|`str`|

0 commit comments

Comments
 (0)