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

Set the upper-bound for pandas. #1137

Merged
merged 1 commit into from
Dec 18, 2019

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Dec 17, 2019

Pandas 1.0.0 will be released soon and it says it will only support Python 3.6.1 and higher, and also it might contain behavior changes.
We will still support Python 3.5 for a while, we should set the upper-bound for pandas for now to confirm Koalas works with it.

@ueshin ueshin requested a review from HyukjinKwon December 17, 2019 18:17
@ueshin
Copy link
Collaborator Author

ueshin commented Dec 17, 2019

If we use Python <3.6.1, pip/conda command will just use 0.x versions?

@codecov-io
Copy link

codecov-io commented Dec 17, 2019

Codecov Report

Merging #1137 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1137   +/-   ##
=======================================
  Coverage   95.17%   95.17%           
=======================================
  Files          35       35           
  Lines        7051     7051           
=======================================
  Hits         6711     6711           
  Misses        340      340

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a44e734...bc61cff. Read the comment docs.

@HyukjinKwon
Copy link
Member

If we use Python <3.6.1, pip/conda command will just use 0.x versions?

Yea, that's right up to my knowledge.

@HyukjinKwon HyukjinKwon merged commit dff7fdd into databricks:master Dec 18, 2019
@ueshin ueshin deleted the pandas_upperbound branch December 19, 2019 23:41
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.

3 participants