Skip to content
Snippets Groups Projects
Commit 68845132 authored by Yannick's avatar Yannick
Browse files

missing proper column name in test

parent 2efa681a
No related branches found
No related tags found
1 merge request!308module to gather dataframe validation functions
Pipeline #77640 waiting for manual action
......@@ -85,7 +85,7 @@ def test_valid_index():
'increasing_int': [1, 2, 3],
'decreasing_int': [3, 2, 1],
'increasing_float': [1.1, 2.2, 3.3],
'': [datetime.datetime(2000, 1, 1), datetime.datetime(2000, 1, 2), datetime.datetime(2000, 1, 3)]
'datetime_index': [datetime.datetime(2000, 1, 1), datetime.datetime(2000, 1, 2), datetime.datetime(2000, 1, 3)]
}
for column_name in input_data.keys():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment