-
Notifications
You must be signed in to change notification settings - Fork 1
Nested-Pandas V0.6 #363
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
Merged
Nested-Pandas V0.6 #363
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
db9e8a8
deprecate add_nested
dougbrn 7da947f
nestedseries and accessor
dougbrn 4e4da86
nesteddtype api changes
dougbrn aed3fb1
remove deprecated func use in tests and internals
dougbrn f70aa67
replace deprecated functions in docs
dougbrn e7178a0
use Deprecated package, replace add methods with set
dougbrn 0c4c465
Merge pull request #360 from lincc-frameworks/v0_6_renaming
dougbrn bff6e00
add->set in accessor toc
dougbrn 6fd9a7b
Merge pull request #364 from lincc-frameworks/fix_toc_names
dougbrn 3d71d29
add mypy depdency
dougbrn 5ceb47c
add min version for Deprecated
dougbrn 982215c
min wrapt version
dougbrn 8d87bbe
undo wrapt
dougbrn 3902bab
initial map_rows implementation
dougbrn 3140995
pre-commit fixes
dougbrn a6a72a6
reworked main reduce test; args->columns
dougbrn 41e44ca
convert more tests
dougbrn e1b67ee
scrub test suite of reduce
dougbrn b94480a
reduce->map_rows in docs
dougbrn 1c3f838
fix straggler reduce call
dougbrn 15d5a3a
add both container examples
dougbrn 5727657
extra comment for dict
dougbrn 3b4170b
add args example to docstring
dougbrn fd25634
Apply suggestions from code review
dougbrn 69a4f65
add more examples; new private helper funcs; more doc text
dougbrn 2fb336d
fix docstring formatting
dougbrn 878f4c8
Merge pull request #366 from lincc-frameworks/map_rows
dougbrn 3cd6faa
fix f-string for 3.10
dougbrn d73d568
properly deprecate fields
dougbrn a6f4b5d
test coverage
dougbrn c9f0476
some ci tweaks
dougbrn d305c8e
remove nest_lists deprecation behavior
dougbrn 3829027
remove unneccesary import
dougbrn edf94c2
test mypy fix
dougbrn 7cb9ce9
wrapt version
dougbrn e903683
improve programmatic example
dougbrn 6eb13cd
make get_subcolumns public
dougbrn d993845
make base_columns property public
dougbrn dd891ae
add visibility to new properties
dougbrn 1e4b8a3
add more init paths for NestedDtype
dougbrn accc804
Merge pull request #374 from lincc-frameworks/dtype_init
dougbrn f74416e
update readme example
dougbrn bda5d05
better readme example
dougbrn 2eb9f00
improve get_flat_series replacement
dougbrn d2e9880
cache a single to_lists call
dougbrn 715e793
Merge branch 'main' into v0_6
dougbrn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ Functions | |
:toctree: api/ | ||
|
||
NestedSeries.to_lists | ||
NestedSeries.to_flat | ||
NestedSeries.explode |
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.