-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create qcdataframe.py * linting * add qcdataframe * linting * adding tests * linting * update name, tests * add back compat for self type * back compat for isinstance * linting * add cli for cosmicqc * linting * add tests and wrappers * linting and test adjustment * attempting wrapper * patch python-fire; fix tests * add docstring to top of test * add csv.gz compatibility * add export capabilities * rename file to correct module name * add export capabilities * add output capabilities * Apply suggestions from code review Co-authored-by: Gregory Way <gregory.way@gmail.com> * update tests and docs * fix tests * update tests; add constructor path for scdataframe * linting * modify tests * enable pd.series compatibility * update for exports via cli * fix docstring * add return types for test util * fix deps * add to docs on exports * add docs for context * note about ignore rule * remove todo * minor comment about display * retain code comment * correct code comment ---------
- Loading branch information
Showing
9 changed files
with
416 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
,example_feature | ||
0,1 | ||
1,2 | ||
2,3 | ||
3,4 | ||
4,5 | ||
5,6 | ||
6,7 | ||
7,8 | ||
8,9 | ||
9,10 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.