Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs should read from tmx2dataframe import tmx2dataframe #2

Open
morganmcg1 opened this issue Jun 11, 2020 · 1 comment
Open

Docs should read from tmx2dataframe import tmx2dataframe #2

morganmcg1 opened this issue Jun 11, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@morganmcg1
Copy link

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

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Jun 11, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.58. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant