-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
PDEP-6: Ban upcasting in setitem-like operations #50424
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
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1fb0adb
[skip ci] pdep6 draft
5456787
[skip ci] reword
02ff735
[skip ci] compare with DataFrames.jl
e3cc381
[skip ci] note about loss of precision
f6298e9
[skip ci] add examples of operations which would raise
dffef42
[skip ci] note about DataFrame.__setitem__
9fa7675
[skip ci] notes about dataframe case
2ce6ff0
[skip ci] remove special-casing of full slice
4626831
[skip ci] minor fixups
1217a4e
[skip ci] add examples with boolean masks
6798a2d
[skip ci] Merge remote-tracking branch 'upstream/main' into pdep6
a930df1
use more generic indexer in example, clarify the enlargement is out o…
02bab00
dont call workaround "easy"
875cf4c
define indexer
9dcf8d4
clarify
d15a7c1
wip
2c214c7
split up examples, assorted cleanups, clarify scope
1868f3c
mention df.index.intersection
80841d2
make explicit that option 1 was chosen in this pdep
0c4bdff
clarify option 3
MarcoGorelli e6f0c7f
clarify option 2
MarcoGorelli 368ad20
correct "risk annoy" to "risk annoying" so as to not risk annoying re…
MarcoGorelli 35c3f37
Merge remote-tracking branch 'upstream/main' into pdep6
a0ae1fd
add faq
af7e0e4
Merge remote-tracking branch 'upstream/main' into pdep6
a002831
Merge branch 'pdep6' of github.com:MarcoGorelli/pandas into pdep6
3e220f0
add example with 16.000000000000001 to faq
0b02317
minor clarification (when constructing it)
50f0a41
Update web/pandas/pdeps/0006-ban-upcasting.md
MarcoGorelli cc77562
add example of maybe_convert_to_int function
9cee2c7
Merge branch 'pdep6' of github.com:MarcoGorelli/pandas into pdep6
0ff14f1
Merge remote-tracking branch 'upstream/main' into pdep6
8211f37
change status to accepted
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
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.