Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: detect the true columntypes when initializing column #403

Conversation

daniaHu
Copy link
Contributor

@daniaHu daniaHu commented Jun 30, 2023

Summary of Changes

Anything Column Type for Columns with mixed values.
Nothing Column Type for Columns with only null values.
Created the method _data_type in column_type class to detect the ColumnType.

Still 3 test failing in: group_by(maybe connected with #129); remove_rows_with_missing_values and transform_column.

The errors are mainly initiated because the values of Table are changing and ColumnType is not being updated. Checking all methods where values are updated and the ColumnType changes could be a solution.

@daniaHu daniaHu linked an issue Jun 30, 2023 that may be closed by this pull request
@github-actions
Copy link
Contributor

github-actions bot commented Jun 30, 2023

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 9 2 0 1.4s
❌ PYTHON mypy 9 4 2.81s
✅ PYTHON ruff 9 9 0 0.11s
✅ REPOSITORY git_diff yes no 0.06s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@daniaHu daniaHu changed the title feat: detecte the true columntypes when initializing column feat: detect the true columntypes when initializing column Jun 30, 2023
@alex-senger alex-senger closed this Jul 7, 2023
@lars-reimann lars-reimann deleted the 322-detected-the-true-columntypes-when-initializing-column-or-table branch May 20, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detected the true Columntypes when initializing Column or Table
4 participants