Skip to content

Commit 859dc1e

Browse files
authored
Update python-libraries-and-data-types.md
edit
1 parent c6cd5c6 commit 859dc1e

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.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```). The 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)