jorisvandenbossche opened a new pull request, #36175:
URL: https://github.com/apache/arrow/pull/36175

   ### Rationale for this change
   
   With recent pandas, this usage of `to_datetime` gives a warning about each 
element getting parsed individually, and that you can avoid the warning by 
passing a format:
   
   ```
   >>> pd.to_datetime(['09:00', '09:30', '10:00', '10:30', '11:00', '11:30', 
'12:00'])
   UserWarning: Could not infer format, so each element will be parsed 
individually, falling back to `dateutil`. To ensure parsing is consistent and 
as-expected, please specify a format.
   ```
   
   This doesn't change any behaviour in the test, but just ensures running our 
tests don't print this warning.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to