Support pandas>=1.0.0
See original GitHub issueAs 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:
- Created 4 years ago
- Reactions:1
- Comments:14 (12 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, please go ahead.
Closing since related PRs are merged.