Skip to content

Converting pytable to DataFrame fails on v0.9 #180

Closed
@czimm79

Description

@czimm79

Converting from a julia DataFrame to a pytable then back to a DataFrame works as expected on PythonCall v0.8.

#PythonCall v0.8
a = DataFrame(A=1:4, B=["M", "F", "F", "M"])
b = pytable(a)
c = DataFrame(b)

c == a  # true

However, with v0.9, c is a 2x80 DataFrame with columns with names such as "__eq__" "capitalize" "format" "rsplit" "__contains__""__iter__" "__new__".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions