You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/machine-learning/python/python-libraries-and-data-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This table lists the implicit conversions that are provided. Other data types ar
42
42
|**real**|`float32`|
43
43
|**smallint**|`int16`|
44
44
|**tinyint**|`uint8`|
45
-
|**DATETIME**|`DATETIME`|Supported with CU6 and above (with **NumPy** arrays of type ```datetime.datetime``` or **Pandas**) 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.Timestamp```) The sp_execute_external_script now supports ```DATETIME``` types with fractional seconds.|
0 commit comments