We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| date repo_name | |
| 17-Aug-22 qxf2/42Floors | |
| 17-Aug-22 qxf2/FiscalNote | |
| 17-Aug-22 qxf2/Flask_SES_Form | |
| 17-Aug-22 qxf2/GMail | |
| 17-Aug-22 qxf2/Markov_Text_Generator | |
| 17-Aug-22 qxf2/QuarksB | |
| 17-Aug-22 qxf2/bitcoin-info | |
| 17-Aug-22 qxf2/cars-api | |
| 17-Aug-22 qxf2/chess-heatmap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: run-github-stats-checkpoint | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| great_expectations_validation: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| great_expectations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: run-github-stats-checkpoint | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| great_expectations_validation: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| from great_expectations.checkpoint.types.checkpoint_result import CheckpointResult | |
| from great_expectations.data_context import DataContext | |
| data_context: DataContext = DataContext( | |
| context_root_dir="great_expectations" | |
| ) | |
| result: CheckpointResult = data_context.run_checkpoint( |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "date","forks","clones","repo_name","visitors","stars" | |
| "05-Jul-2021","1","0","qxf2/42Floors","0","0" | |
| "05-Jul-2021","0","0","qxf2/FiscalNote","0","0" | |
| "05-Jul-2021","1","1","qxf2/Flask_SES_Form","2","2" | |
| "05-Jul-2021","11","0","qxf2/GMail","0","7" | |
| "05-Jul-2021","0","0","qxf2/Markov_Text_Generator","0","0" | |
| "05-Jul-2021","3","4","qxf2/bitcoin-info","1","1" | |
| "05-Jul-2021","10","0","qxf2/cars-api","9","3" | |
| "05-Jul-2021","0","1","qxf2/chess-heatmap","3","1" | |
| "05-Jul-2021","0","0","qxf2/chess-heatmap-PyPI-package","2","1" |