-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Hello there!
I am wondering, why is dbc.Table.from_dataframe
declared like this?
It seems to cause some issues on my pylint
checking:
sa.py:116:11: E1101: Class 'Table' has no 'from_dataframe' member (no-member)
Is there ... some issue declaring it "normally"? Like
@classmethod
def from_dataframe(...): ...
Maybe that would help pylint
in identifying it properly.
PS: Not a pylint
connoisseur, YMMV since idk if my configuration "makes sense" or not
Metadata
Metadata
Assignees
Labels
No labels