Skip to content

Allow MetaFrame to be extended by inheritance #2

@kori73

Description

@kori73

It would be a useful feature if we allow users to extend MetaFrame with their custom methods. Currently, we are creating a MetaFrame instance instead of a DataFrame. I think changing this to cls(...) should work, but I haven't tested it. Example usage:

class MyDataFrame(MetaFrame):
    def my_method(self):
        ...

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