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.
BUG raise pdep6 warning for loc full setter #56146
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
BUG raise pdep6 warning for loc full setter #56146
Changes from 20 commits
4644c00
da7efad
9e400c2
003b993
3ff469f
e561aa5
cd9408e
58ce78e
6564773
4c345e4
ea51b08
388ded7
14c9ff6
846b529
4f5495c
9c26bb3
3f82a91
874b596
162586c
467742c
5d24fb0
a43b737
24afe06
20c89a2
7a25a86
3240bb9
755ded6
28a731b
27bf409
b1a4777
5b43509
191ce85
428c146
12cd484
cd208ca
3dd4d36
45dd43b
54f3459
96ee0ae
0bc2205
e3b04b7
c81c486
9d604da
c1fa7f3
7b0e3c8
183a609
ee0f35d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does stata allow duplicated columns? This is buggy if the answer is yes
We have to operate positional, so you want
isetitem
here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for all the other occurrences, I prefer isetitem even if stata disallows duplicated columns
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isetitem please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this changing? any reason for
float('nan')
instead of np.nan?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed, it didn't need to change, thanks