Skip to content

Docs should read from tmx2dataframe import tmx2dataframe #2

@morganmcg1

Description

@morganmcg1

issue

The demo in the docs will throw and error:

import tmx2dataframe
metadata, df = tmx2dataframe.read(...)

Error:

module 'tmx2dataframe' has no attribute 'read'

Fix:

The import should be changed to the below I guess:

from tmx2dataframe import tmx2dataframe

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions