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

798 convert pivoted to standard shape when loading dataframe #903

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

MuazzamChaud
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 18, 2023

ubuntu-latest-python3.9- test results

506 tests   503 ✔️  1m 12s ⏱️
    1 suites      0 💤
    1 files        3

For more details on these failures, see this check.

Results for commit f71f4f0.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 18, 2023

ubuntu-latest-python3.11-pandas~2.0 test results

    1 files   -   9      1 suites   - 9   1m 9s ⏱️ - 4m 44s
506 tests  - 83  503 ✔️  - 86  0 💤 ±0  3 +3 
506 runs   - 84  503 ✔️  - 87  0 💤 ±0  3 +3 

For more details on these failures, see this check.

Results for commit f71f4f0. ± Comparison against base commit 38d61bc.

This pull request removes 86 and adds 3 tests. Note that renamed tests count towards both.
CatalogMetadata.Testing CatalogMetadata ‑ This should succeed when multiple landing pages are supported
ConfigSchema.Testing cube from config json ‑ This should succeed when a a valid csv and config.json file are provided
cli.Test the csvcubed Command Line Interface. ‑ Test csvcubed inspect code list end-to-end
cli.Test the csvcubed Command Line Interface. ‑ Test csvcubed inspect cube end-to-end
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed build command should output validation errors file
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should display the logging in accordance with the log level set at critical.
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should display the logging in accordance with the log level set at debug.
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should not display any critical logging despite log-level being set at "crit".
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should output a code-list CSVW without the need to provide a CSV
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command will continue when there is a validation error and build a code list csvw in a given out directory.
…
tests.unit.inspect.sparqlhandler.test_data_cube_repository ‑ test_shape_conversion_on_pivoted_multi_measure_dataset
tests.unit.inspect.sparqlhandler.test_data_cube_repository ‑ test_shape_conversion_on_pivoted_multi_measure_single_unit_component
tests.unit.inspect.sparqlhandler.test_data_cube_repository ‑ test_shape_conversion_on_pivoted_single_measure_dataset

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 18, 2023

ubuntu-latest-python3.11-pandas@^1.3 test results

    1 files   -   9      1 suites   - 9   1m 22s ⏱️ - 4m 36s
506 tests  - 83  503 ✔️  - 86  0 💤 ±0  3 +3 
506 runs   - 84  503 ✔️  - 87  0 💤 ±0  3 +3 

For more details on these failures, see this check.

Results for commit f71f4f0. ± Comparison against base commit 38d61bc.

This pull request removes 86 and adds 3 tests. Note that renamed tests count towards both.
CatalogMetadata.Testing CatalogMetadata ‑ This should succeed when multiple landing pages are supported
ConfigSchema.Testing cube from config json ‑ This should succeed when a a valid csv and config.json file are provided
cli.Test the csvcubed Command Line Interface. ‑ Test csvcubed inspect code list end-to-end
cli.Test the csvcubed Command Line Interface. ‑ Test csvcubed inspect cube end-to-end
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed build command should output validation errors file
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should display the logging in accordance with the log level set at critical.
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should display the logging in accordance with the log level set at debug.
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should not display any critical logging despite log-level being set at "crit".
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command should output a code-list CSVW without the need to provide a CSV
cli.Test the csvcubed Command Line Interface. ‑ The csvcubed code-list build command will continue when there is a validation error and build a code list csvw in a given out directory.
…
tests.unit.inspect.sparqlhandler.test_data_cube_repository ‑ test_shape_conversion_on_pivoted_multi_measure_dataset
tests.unit.inspect.sparqlhandler.test_data_cube_repository ‑ test_shape_conversion_on_pivoted_multi_measure_single_unit_component
tests.unit.inspect.sparqlhandler.test_data_cube_repository ‑ test_shape_conversion_on_pivoted_single_measure_dataset

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 18, 2023

windows-latest-python3.11-pandas~2.0 test results

0 files   -   11  0 suites   - 12   0s ⏱️ - 12m 4s
0 tests  - 603  0 ✔️  - 603  0 💤 ±0  0 ±0 
0 runs   - 617  0 ✔️  - 617  0 💤 ±0  0 ±0 

Results for commit f71f4f0. ± Comparison against base commit 38d61bc.

♻️ This comment has been updated with latest results.

@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

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.

1 participant