typedframe icon indicating copy to clipboard operation
typedframe copied to clipboard

tests: AttributeError: 'DataFrame' object has no attribute 'with_column'

Open danodonovan opened this issue 2 years ago • 0 comments

When running the test suite, there's a small typo that causes the tests to fail;

pytest tests/test_polars_typedframe.py -k test_base_success_case --quiet

raises

AttributeError: 'DataFrame' object has no attribute 'with_column'

danodonovan avatar Nov 10 '23 16:11 danodonovan