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

case #269

Merged
merged 1 commit into from
Dec 3, 2020
Merged

case #269

merged 1 commit into from
Dec 3, 2020

Conversation

wild-endeavor
Copy link
Contributor

No description provided.

@@ -369,7 +369,7 @@ def read(self, *files: os.PathLike, columns: typing.List[str] = None, **kwargs)
return frames[0]
elif len(frames) > 1:
return pandas.concat(frames, copy=True)
return pandas.Dataframe()
return pandas.DataFrame()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aargh!

@kumare3 kumare3 merged commit 02833f8 into annotations Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants