Skip to content

Commit

Permalink
Merge pull request #16 from alcole/data-bristol-demo
Browse files Browse the repository at this point in the history
Data bristol demo
  • Loading branch information
alcole authored Sep 18, 2024
2 parents f914476 + 5274bbd commit a298758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/transforms_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ def test_clean_cols(colnames_df):
# Test column creation from index.
def test_index_to_col(raw_input_df):
raw_input_df["col_from_index"] = raw_input_df.index
assert (raw_input_df.index == raw_input_df.col_from_index).all()
assert (raw_input_df.index == raw_input_df.col_from_index).all()

0 comments on commit a298758

Please sign in to comment.