-
Notifications
You must be signed in to change notification settings - Fork 298
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
'Failed to fetch variable info from the Jupyter Server' for variables containing items of pd.PeriodIndex type #14626
Comments
I observe the same issue with geopandas GeoDataFrames converted into pandas DataFrames: Jupyter logs
|
Same error when attempting to inspect a super basic dataframe variable from the Polars 'Getting Started' docs.
|
Same as christopherball. Running Python 3.12.3, Visual Studio Code 1.89.1 |
Try out the Data Wrangler extension, it has a data viewer that can handle this data type, and the data viewer in the jupyter extension is being deprecated |
Thanks, worked for me. I did have to pip install pyarrow. Perhaps that was the issue with the data viewer in the jupyter extension |
Applies To
What happened?
Variable explorer can't open pandas
PeriodIndex
type variables in a new tab.So far, I've only seen this behavior on variables that have
PeriodIndex
types. Before typecastingQuarter
, the DataFrame was able to be opened in a new tab.VS Code Version
1.83.1
Jupyter Extension Version
v2023.9.1102792234
Jupyter logs
Coding Language and Runtime Version
Python v3.11.4, Pandas 2.0.3
Language Extension Version (if applicable)
Python ms-python.python Version: 2023.18.0
Anaconda Version (if applicable)
Miniconda3 23.7.4
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: