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

ft/dataframe_source #43

Merged
merged 3 commits into from
Oct 26, 2024
Merged

ft/dataframe_source #43

merged 3 commits into from
Oct 26, 2024

Conversation

J1Loop
Copy link
Contributor

@J1Loop J1Loop commented Oct 26, 2024

No description provided.

@J1Loop J1Loop added the enhancement New feature or request label Oct 26, 2024
@J1Loop J1Loop requested a review from pandasoncode October 26, 2024 14:53
@J1Loop J1Loop self-assigned this Oct 26, 2024
"""
return (
f"DataFrameDataSource(dataframe with {self.dataframe.shape[0]} rows"
f" and {self.dataframe.shape[1]} columns."
Copy link
Contributor

Choose a reason for hiding this comment

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

Falta un paréntesis de cierre.

def test_str(dataframe_source):
assert (
str(dataframe_source)
== "DataFrameDataSource(dataframe with 4 rows and 3 columns."
Copy link
Contributor

Choose a reason for hiding this comment

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

Falta un paréntesis de cierre.

Copy link
Contributor

@pandasoncode pandasoncode left a comment

Choose a reason for hiding this comment

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

Falta un paréntesis de cierre.

Copy link
Contributor

@pandasoncode pandasoncode left a comment

Choose a reason for hiding this comment

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

uma_doçura

@J1Loop J1Loop merged commit b220de5 into main Oct 26, 2024
1 check passed
@J1Loop J1Loop deleted the ft/df-source branch October 26, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants