The test df_time_operations.py is failing due to type errors. The issue has been traced to a pd.concat call in time_operations.py where a column is trying to be added, but instead, rows are added with the column.
Expected Behavior
The test should pass.
Steps To Reproduce
Run pytest df_time_operations.py in the tests directory.
Is there an existing issue for this?
Current Behavior
The test
df_time_operations.py
is failing due to type errors. The issue has been traced to apd.concat
call intime_operations.py
where a column is trying to be added, but instead, rows are added with the column.Expected Behavior
The test should pass.
Steps To Reproduce
Run
pytest df_time_operations.py
in the tests directory.Environment
Anything else?
None.