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
# - Deprecated casting object-dtype columns of datetimes to datetime64 when writing to stata; call df=df.infer_objects() before writing to stata instead (:issue:`??`)
433
+
warnings.warn(
434
+
"Converting object-dtype columns of datetimes to datetime64 when "
435
+
"writing to stata is deprecated. Call "
436
+
"`df=df.infer_objects(copy=False)` before writing to stata instead.",
0 commit comments