question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support pandas>=1.0.0

See original GitHub issue

As pandas 1.0.0 will be released soon, we need prepare for it.

As pandas 1.0.0 has released, we need support it.

so I have created some to-do list below.

  • update the list of APIs that are newly added .
  • update the list of APIs that are deprecated.
  • update the list of APIs that are removed.
  • update the name of APIs that are renamed.
  • list up & update the implementation of existing Koalas APIs that have incompatible with pandas>=1.0.0.
  • update requirements-dev.txt for pandas>=1.0.0
  • update .travis.yml for pandas>=1.0.0
  • update GitHub Actions for pandas>=1.0.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
HyukjinKwoncommented, Jan 15, 2020

Yeah, please go ahead.

0reactions
itholiccommented, Mar 1, 2020

Closing since related PRs are merged.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's new in 1.0.0 (January 29, 2020) - Pandas
Increased minimum version for Python#. pandas 1.0.0 supports Python 3.6.1 and higher (GH29212). Increased minimum versions for dependencies ...
Read more >
Solved: Pandas v1.0.0 is coming! - Dataiku Community
Solved: Hi, The release candidate of pandas 1.0 is already online, and it might become the next stable release. What are the plans...
Read more >
Python replace 1.0 and 0.0 with True and False in dataframe
I want to replace float 1.0 and 0.0 with true and false. My code: import pandas as pd df = pd.DataFrame({"A":[1.0, ...
Read more >
Pandas Integration — Apache Arrow v10.0.1
While pandas only supports flat columns, the Table also provides nested columns, ... You can convert a pandas Series to an Arrow Array...
Read more >
Django Pandas — django-pandas 0.0.2 documentation
Recall that Django 2 does not support Python 2. Test now pass on with Django 2+ and python 3.7. Dependencies¶. django-pandas supports Django...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found