You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insertion Method section of the reference refers to "pd_table" in the function signature. This is the only place it is used in the whole documentation. Search engines results for "pd_table" are mostly examples where it's used to refer to pd.DataFrame, so it's rather confusing.
Not sure what's the best way to make this clear but the signature should refer to pandas.io.SQLTable().
This was added in #21401. I came across this while working on #26795.
The text was updated successfully, but these errors were encountered:
Great research into this! I think this is where annotations will make things more clear though; if you add annotation for pd_table to be a SQLTable I think that should help a lot - did you have something else in mind?
Insertion Method section of the reference refers to "pd_table" in the function signature. This is the only place it is used in the whole documentation. Search engines results for "pd_table" are mostly examples where it's used to refer to pd.DataFrame, so it's rather confusing.
Not sure what's the best way to make this clear but the signature should refer to
pandas.io.SQLTable()
.This was added in #21401. I came across this while working on #26795.
The text was updated successfully, but these errors were encountered: