-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Adding new row on TimeDataFrame silently does nothing for integers. #4940
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
Comments
I believe it's because the second is interpreted as a label instead of a location:
|
@jreback I was more surprised that adding a non datetime didn't error. I wasn't aware of setting with enlargement till just 15 minutes ago. fyi. df.loc[100,:] = df.iloc[0] also does nothing. Is that supposed to add a row? |
I guess I should only allow enlarge when it is a compatible type... kind of like reindexing, ti will work, but not useful
|
Not sure why someone would do such lunacy, but figured I'd report it :P
The text was updated successfully, but these errors were encountered: