Skip to content
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

Update code examples for pandas 2.0 release #170

Closed
wants to merge 1 commit into from

Conversation

scari
Copy link

@scari scari commented Apr 5, 2023

I was super lucky to hear about pandas 2.0 release right before the Korean translation of the 3rd edition was about to be printed.

So, before the printing press started, I tested the example codes with pandas2 and made some necessary changes.
Please take a look, and hopefully, it helps to keep the printed edition up-to-date for a bit longer, just like you wanted.

  • Replaced deprecated code with up-to-date ones. eg. ExcelWriter.save()
  • Modified code affected by the change in the default value of numeric_only keyword.

- Replaced deprecated code with up-to-date ones. eg. `ExcelWriter.save()`
- Modified code affected by the change in the default value of `numeric_only` keyword.
@wesm
Copy link
Owner

wesm commented Apr 5, 2023

hi @scari thanks for these changes! I will update the source files and also go through accumulated errata so that O'Reilly can also do a new printing of the English version.

@wesm wesm closed this Apr 12, 2023
wesm added a commit that referenced this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants