dolthub / doltpy

A Python API for Dolt
Apache License 2.0
55 stars 13 forks source link

Pandas import update #176

Closed max-hoffman closed 2 years ago

max-hoffman commented 2 years ago

Nulls on nullable columns is OK

codecov-commenter commented 2 years ago

Codecov Report

Merging #176 (1561285) into main (bad42e0) will increase coverage by 0.11%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
+ Coverage   42.76%   42.88%   +0.11%     
==========================================
  Files          23       23              
  Lines         975      977       +2     
==========================================
+ Hits          417      419       +2     
  Misses        558      558              
Impacted Files Coverage Δ
doltpy/cli/write.py 100.00% <100.00%> (ø)
doltpy/sql/sql.py 78.51% <100.00%> (ø)

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 bad42e0...1561285. Read the comment docs.