databricks / koalas

Koalas: pandas API on Apache Spark
Apache License 2.0
3.32k stars 356 forks source link

Add note about the porting to README.md #2135

Closed itholic closed 3 years ago

itholic commented 3 years ago

Since Koalas will be ported into Apache Spark, added note on README.md to notify this.

itholic commented 3 years ago

@HyukjinKwon Sure, let me take a look

HyukjinKwon commented 3 years ago

Let's add another sentence when PySpark has a documentation for it later.

codecov-io commented 3 years ago

Codecov Report

Merging #2135 (492bc26) into master (d6c08d8) will decrease coverage by 0.74%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2135      +/-   ##
==========================================
- Coverage   95.37%   94.62%   -0.75%     
==========================================
  Files          60       60              
  Lines       13694    13694              
==========================================
- Hits        13060    12958     -102     
- Misses        634      736     +102     
Impacted Files Coverage Δ
databricks/koalas/usage_logging/__init__.py 27.27% <0.00%> (-65.29%) :arrow_down:
databricks/koalas/usage_logging/usage_logger.py 47.82% <0.00%> (-52.18%) :arrow_down:
databricks/conftest.py 93.75% <0.00%> (-6.25%) :arrow_down:
databricks/koalas/__init__.py 88.15% <0.00%> (-3.95%) :arrow_down:
databricks/koalas/typedef/typehints.py 93.36% <0.00%> (-2.05%) :arrow_down:

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 d6c08d8...492bc26. Read the comment docs.