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
Currently, datetime bounds are set to None if a datetime value cannot be determined from an incoming dataframe. To avoid this behavior, this logic needs to be broken up into several checks: one for if a datetime index is set, another for if the dataframe is empty, and finally if the dateframe contains the datetime column.
The text was updated successfully, but these errors were encountered:
Currently, datetime bounds are set to
None
if a datetime value cannot be determined from an incoming dataframe. To avoid this behavior, this logic needs to be broken up into several checks: one for if a datetime index is set, another for if the dataframe is empty, and finally if the dateframe contains the datetime column.The text was updated successfully, but these errors were encountered: