Change the default of check_freq
to False
as it breaks existing code
#35570
Labels
Regression
Functionality that used to work in a prior pandas version
Testing
pandas testing functions or related to the test suite
As already mentioned in #34050 the default of
check_freq
was set to True, which leads to broken code / tests.I suggest to change it to
False
as it ensures existing code won't break.Originally posted by @jreback in #34050 (comment)
The text was updated successfully, but these errors were encountered: