Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Fix docstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ruxuez committed Jan 10, 2024
1 parent 5e9d988 commit 9a85c9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions greenplumpython/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,7 @@ def from_files(cls, files: list[str], parser: "NormalFunction", db: Database) ->

def describe(self) -> dict[str, str]:
"""
Returns a dictionary summarising the column information of the dataframe,
conditional on the table existing in the database.
Returns a dictionary summarising the column information of the dataframe, conditional on the table existing in the database.
Returns:
Dictionary containing the column names and types.
Expand Down

0 comments on commit 9a85c9e

Please sign in to comment.