alteryx / woodwork

Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
https://woodwork.alteryx.com
BSD 3-Clause "New" or "Revised" License
145 stars 20 forks source link

Force datetime guesser input to be string #1724

Closed christopherbunn closed 1 year ago

christopherbunn commented 1 year ago

Resolves #1725

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1724 (e51df1a) into main (64faf6d) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1724   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files          98       98           
  Lines       11933    11936    +3     
=======================================
+ Hits        11791    11794    +3     
  Misses        142      142           
Impacted Files Coverage Δ
woodwork/tests/utils/test_utils.py 100.00% <100.00%> (ø)
woodwork/utils.py 100.00% <100.00%> (ø)
gsheni commented 1 year ago

@christopherbunn a note that Woodwork's core requirements restrict it from installing pandas 2.0 or higher.