We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tdi = pd.timedelta_range("0 Days", "3 Days") ii = pd.IntervalIndex.from_breaks(tdi) ii = ii.insert(-1, np.nan) df = pd.DataFrame(ii) >>> df.T [...] TypeError: Cannot convert Float64Index to dtype timedelta64[ns]; integer values are required for conversion
This would be solved by having 2D EAs.
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
@jbrockmendel Hi I see this from above This would be solved by having 2D EAs. . May I know what is meaning of 2D EAs?
2D EAs
2D EAs means making all ExtensionArrays support 2D. There is not consensus on doing this, which seems unlikely to change.
Ok thank
sukriti1
Successfully merging a pull request may close this issue.
This would be solved by having 2D EAs.
The text was updated successfully, but these errors were encountered: