diff options
| author | T-Aji <tolujbd2@gmail.com> | 2024-08-28 12:48:13 +0100 |
|---|---|---|
| committer | T-Aji <tolujbd2@gmail.com> | 2024-08-28 12:48:13 +0100 |
| commit | 03a5959df25f74d52ed5393c2a5af6b1b9eb34c9 (patch) | |
| tree | f460c9eba49b91366334e8fd59533ea2474e3cd6 /tests | |
| parent | 65b1ca8b41488eba4db9bcb9773d857493e87b25 (diff) | |
| download | de-project-bentley-03a5959df25f74d52ed5393c2a5af6b1b9eb34c9.tar.gz de-project-bentley-03a5959df25f74d52ed5393c2a5af6b1b9eb34c9.zip | |
refactored functs to include columns instead of drop columns
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_dataframes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dataframes.py b/tests/test_dataframes.py index ea7bad1..7dd592a 100644 --- a/tests/test_dataframes.py +++ b/tests/test_dataframes.py @@ -1,4 +1,4 @@ -from src.dataframes import * +from src.transform_lambda.dataframes import * import pandas as pd from unittest.mock import patch from datetime import datetime as dt |
