-
Notifications
You must be signed in to change notification settings - Fork 4
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: add schema conversions when adding new rows to a table and schema conversion when creating a new table #432
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6fc5289 - Browse repository at this point
Copy the full SHA 6fc5289View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f94a226 - Browse repository at this point
Copy the full SHA f94a226View commit details -
feat: Added new static method
Schema.merge_multiple_schemas
to merg……e multiple schemas into one feat: Added ability to `Table.add_row` and `Table.add_rows` to allow new rows with different schemas feat: Added the method `Row.sort_columns` to sort the columns in a row
Configuration menu - View commit details
-
Copy full SHA for cd7d745 - Browse repository at this point
Copy the full SHA cd7d745View commit details -
test: Corrected tests for different schemas
Co-authored-by: alex-senger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faea224 - Browse repository at this point
Copy the full SHA faea224View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf0411 - Browse repository at this point
Copy the full SHA fbf0411View commit details -
Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 127-add…
…_row-and-add_rows-should-not-raise-if-schemata-differ � Conflicts: � tests/safeds/data/tabular/containers/_table/test_from_rows.py
Configuration menu - View commit details
-
Copy full SHA for 87f9b47 - Browse repository at this point
Copy the full SHA 87f9b47View commit details -
feat: Added abstract constructor to
ColumnType
refactor: Sytisfied the linters Co-authored-by: alex-senger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7774d6 - Browse repository at this point
Copy the full SHA c7774d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ee415 - Browse repository at this point
Copy the full SHA 80ee415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88bb00b - Browse repository at this point
Copy the full SHA 88bb00bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbf2d6 - Browse repository at this point
Copy the full SHA ffbf2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd7722 - Browse repository at this point
Copy the full SHA cbd7722View commit details
Commits on Jun 16, 2023
-
Merge branch 'main' into 322-detected-the-true-columntypes-when-initi…
…alizing-column-or-table
Configuration menu - View commit details
-
Copy full SHA for 0bc211b - Browse repository at this point
Copy the full SHA 0bc211bView commit details
Commits on Jun 23, 2023
-
Merge branch 'main' into 322-detected-the-true-columntypes-when-initi…
…alizing-column-or-table
Configuration menu - View commit details
-
Copy full SHA for ff6025b - Browse repository at this point
Copy the full SHA ff6025bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aae7b81 - Browse repository at this point
Copy the full SHA aae7b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54fdd5 - Browse repository at this point
Copy the full SHA f54fdd5View commit details -
Merge remote-tracking branch 'origin/322-detected-the-true-columntype…
…s-when-initializing-column-or-table' into 322-detected-the-true-columntypes-when-initializing-column-or-table # Conflicts: # src/safeds/data/tabular/typing/_column_type.py # tests/safeds/data/tabular/typing/test_column_type.py
Configuration menu - View commit details
-
Copy full SHA for fafce09 - Browse repository at this point
Copy the full SHA fafce09View commit details -
changes rolled back, couldn't find a way to work with pd.DataFrame an…
…d still get correct schema by Columns with numbers and missing values
Configuration menu - View commit details
-
Copy full SHA for 655bee0 - Browse repository at this point
Copy the full SHA 655bee0View commit details
Commits on Jun 30, 2023
-
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 923cad0 - Browse repository at this point
Copy the full SHA 923cad0View commit details -
Merge remote-tracking branch 'origin/127-add_row-and-add_rows-should-…
…not-raise-if-schemata-differ' into 404-merge-issues-322-and-127 # Conflicts: # src/safeds/data/tabular/containers/_table.py # tests/safeds/data/tabular/containers/_table/test_add_row.py # tests/safeds/data/tabular/containers/_table/test_add_rows.py
Configuration menu - View commit details
-
Copy full SHA for e725fd8 - Browse repository at this point
Copy the full SHA e725fd8View commit details -
Merge remote-tracking branch 'origin/322-detected-the-true-columntype…
…s-when-initializing-column-or-table' into 404-merge-issues-322-and-127 # Conflicts: # tests/safeds/data/tabular/typing/test_schema.py
Configuration menu - View commit details
-
Copy full SHA for cf5cfa3 - Browse repository at this point
Copy the full SHA cf5cfa3View commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2431d02 - Browse repository at this point
Copy the full SHA 2431d02View commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4844788 - Browse repository at this point
Copy the full SHA 4844788View commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3ba722 - Browse repository at this point
Copy the full SHA d3ba722View commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69d0fb4 - Browse repository at this point
Copy the full SHA 69d0fb4View commit details
Commits on Jul 7, 2023
-
fix: fix
remove_rows_with_missing_values
to update schemaCo-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30e8c1f - Browse repository at this point
Copy the full SHA 30e8c1fView commit details -
fix: fix table transformer error handling
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7de0f45 - Browse repository at this point
Copy the full SHA 7de0f45View commit details -
fix: fix
one_hot_encoder
to be able to handlefloat("nan")
valuesCo-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7af83da - Browse repository at this point
Copy the full SHA 7af83daView commit details -
Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 404-mer…
…ge-issues-322-and-127 # Conflicts: # src/safeds/data/tabular/containers/_column.py # src/safeds/data/tabular/containers/_row.py # src/safeds/data/tabular/containers/_table.py
Configuration menu - View commit details
-
Copy full SHA for 9d71c12 - Browse repository at this point
Copy the full SHA 9d71c12View commit details -
fix: fix test_row parameterize
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec62ba3 - Browse repository at this point
Copy the full SHA ec62ba3View commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fafad3a - Browse repository at this point
Copy the full SHA fafad3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3818e - Browse repository at this point
Copy the full SHA 9d3818eView commit details -
fix: fix error handling and typehint
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f474c9 - Browse repository at this point
Copy the full SHA 0f474c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5567929 - Browse repository at this point
Copy the full SHA 5567929View commit details -
Merge branch '404-merge-issues-322-and-127' of https://github.com/Saf…
…e-DS/Stdlib into 404-merge-issues-322-and-127
Configuration menu - View commit details
-
Copy full SHA for 6437a90 - Browse repository at this point
Copy the full SHA 6437a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d44318 - Browse repository at this point
Copy the full SHA 9d44318View commit details -
fix: trying our best to make the linter happy
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7949af1 - Browse repository at this point
Copy the full SHA 7949af1View commit details -
Merge branch '404-merge-issues-322-and-127' of https://github.com/Saf…
…e-DS/Stdlib into 404-merge-issues-322-and-127
Configuration menu - View commit details
-
Copy full SHA for 878c82b - Browse repository at this point
Copy the full SHA 878c82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4903ae4 - Browse repository at this point
Copy the full SHA 4903ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a9948 - Browse repository at this point
Copy the full SHA 90a9948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66585a6 - Browse repository at this point
Copy the full SHA 66585a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109b2a7 - Browse repository at this point
Copy the full SHA 109b2a7View commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4881f6 - Browse repository at this point
Copy the full SHA b4881f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d89395 - Browse repository at this point
Copy the full SHA 7d89395View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c1201 - Browse repository at this point
Copy the full SHA e9c1201View commit details -
Configuration menu - View commit details
-
Copy full SHA for c74e2d4 - Browse repository at this point
Copy the full SHA c74e2d4View commit details
Commits on Jul 10, 2023
-
test: add tests for
sort_columns
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6267075 - Browse repository at this point
Copy the full SHA 6267075View commit details -
test: add test for unsupported data types
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d72cd0 - Browse repository at this point
Copy the full SHA 9d72cd0View commit details -
Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 404-mer…
…ge-issues-322-and-127 # Conflicts: # src/safeds/data/tabular/containers/_table.py # src/safeds/data/tabular/transformation/_one_hot_encoder.py
Configuration menu - View commit details
-
Copy full SHA for 9c7bc9e - Browse repository at this point
Copy the full SHA 9c7bc9eView commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8386ac2 - Browse repository at this point
Copy the full SHA 8386ac2View commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a52a12b - Browse repository at this point
Copy the full SHA a52a12bView commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 672b6b1 - Browse repository at this point
Copy the full SHA 672b6b1View commit details -
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ed0990 - Browse repository at this point
Copy the full SHA 6ed0990View commit details -
fix: Fix Typehint and add match to raises
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 531e7d6 - Browse repository at this point
Copy the full SHA 531e7d6View commit details -
test: remove test because it makes the Linter fail
Co-authored-by: sibre28 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18f27ea - Browse repository at this point
Copy the full SHA 18f27eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb8796 - Browse repository at this point
Copy the full SHA ecb8796View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95526cb - Browse repository at this point
Copy the full SHA 95526cbView commit details -
Apply suggestions from code review
Co-authored-by: Alexander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50e15fc - Browse repository at this point
Copy the full SHA 50e15fcView commit details -
Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 404-mer…
…ge-issues-322-and-127
Configuration menu - View commit details
-
Copy full SHA for 50be3f6 - Browse repository at this point
Copy the full SHA 50be3f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 171de13 - Browse repository at this point
Copy the full SHA 171de13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c16312 - Browse repository at this point
Copy the full SHA 9c16312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8f2a9 - Browse repository at this point
Copy the full SHA 4c8f2a9View commit details
Commits on Jul 12, 2023
-
Apply suggestions from code review
Co-authored-by: Alexander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80c35d5 - Browse repository at this point
Copy the full SHA 80c35d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c944492 - Browse repository at this point
Copy the full SHA c944492View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b2679 - Browse repository at this point
Copy the full SHA c2b2679View commit details -
Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 404-mer…
…ge-issues-322-and-127
Configuration menu - View commit details
-
Copy full SHA for 918f4b6 - Browse repository at this point
Copy the full SHA 918f4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551e396 - Browse repository at this point
Copy the full SHA 551e396View commit details