Skip to content

Docs should read from tmx2dataframe import tmx2dataframe #2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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