typedframe
typedframe copied to clipboard
tests: AttributeError: 'DataFrame' object has no attribute 'with_column'
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'