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: Improve error handling of TaggedTable #450

Merged
merged 14 commits into from
Jul 13, 2023

Commits on Jul 13, 2023

  1. docs, validations, raised exceptions and covered all in tests. One te…

    …st still fails, will have to resolve that
    jxnior01 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7cafe4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0617c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be3521a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7a6d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e09ae7 View commit details
    Browse the repository at this point in the history
  6. code coverage

    jxnior01 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    90d948c View commit details
    Browse the repository at this point in the history
  7. code coverage

    jxnior01 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fa8c47f View commit details
    Browse the repository at this point in the history
  8. refactor: Removed unnecessary errors in TaggedTable as they are alr…

    …eady raised in `Table`
    
    docs: Improved some docstrings in `Table` and `TaggedTable`
    refactor: Fixed the order of column names for `UnknownColumnError` in `Table.add_row` and `Table.add_rows` and improved consistency
    feat: Removed `SchemaMismatchError` as we don't need it
    Marsmaennchen221 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d369922 View commit details
    Browse the repository at this point in the history
  9. Merge branch '150-improve-error-handling-of-taggedtable' of https://g…

    …ithub.com/Safe-DS/Stdlib into 150-improve-error-handling-of-taggedtable
    
    � Conflicts:
    �	src/safeds/data/tabular/containers/_tagged_table.py
    Marsmaennchen221 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e9a8daa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    911721d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fa4aea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    434ccd0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4423d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    963a1ce View commit details
    Browse the repository at this point in the history