Closed davidanthoff closed 7 years ago
:exclamation: No coverage uploaded for pull request base (
master@d27df28
). Click here to learn what that means. The diff coverage is0%
.
@@ Coverage Diff @@
## master #42 +/- ##
=========================================
Coverage ? 79.54%
=========================================
Files ? 16
Lines ? 621
Branches ? 0
=========================================
Hits ? 494
Misses ? 127
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
src/IterableTables.jl | 100% <ø> (ø) |
|
src/integrations/pandas.jl | 0% <0%> (ø) |
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 d27df28...1db5a90. Read the comment docs.
Closed in favor of JuliaPy/Pandas.jl#20.
@malmaud This makes a Pandas.jl DataFrame an IterableTables.jl source. There are still some issues:
values(df[i])
on a column with strings, I don't seem to get aVector{String}
, but instead this:julia> values(df[:name]) 3-element Array{Ptr{PyCall.PyObject_struct},1}: Ptr{PyCall.PyObject_struct} @0x0000000026f58e90 Ptr{PyCall.PyObject_struct} @0x0000000026f58dc8 Ptr{PyCall.PyObject_struct} @0x0000000026f58f58