BUG: Series construction with dtype=JSONDtype() and index but no data RecursionError #33900
Open
3 tasks done
Labels
API - Consistency
Internal Consistency of API/Behavior
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
Nested Data
Data where the values are collections (lists, sets, dicts, objects, etc.).
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
Problem description
raises RecursionError
Expected Output
1 {}
2 {}
3 {}
dtype: json
Output of
pd.show_versions()
[paste the output of
pd.show_versions()
here leaving a blank line after the details tag]The text was updated successfully, but these errors were encountered: