-
Notifications
You must be signed in to change notification settings - Fork 5k
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 Found - Return Lists Directly vs. Pandas Series #7377
Comments
Hi @richardags, thank you for opening this issue. Is this an issue you see only when running your code in Notebook, or do you also experience this issue when running your code as a Python script? This could help identify whether this is an issue in Notebook or elsewhere. |
I test it as you mentioned, it has the same results using python terminal to run the code directly: 1. Without importing pandasC:\Users{user}\Downloads>python without_pandas.py
OUTPUT:
2. Importing PandasC:\Users{user}\Downloads>python with_pandas.py
OUTPUT:
|
Thank you for the follow-up information @richardags! As this issue can be replicated separately from Notebook, it would seem that it is not an issue that originates from Notebook, I will go ahead and close this issue here. I would recommend looking at the Pandas repository, in case an issue has been opened there, or needs to be opened. Please feel free to open any additional issues! |
Detailed report in my repository, please follow the link before comment:
https://github.com/richardags/JupyterNotebookBugReport/blob/main/bug.ipynb
The text was updated successfully, but these errors were encountered: