-
Notifications
You must be signed in to change notification settings - Fork 18
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
Find non-passing pandas scripts in the wild #5
Comments
well, this won't pass. import pandas as pd from pytz import UTC import sqlalchemy as sqa import logging def to_sql(df: pd.DataFrame, *,
def read_sql(table_name: str,
return df` |
It would be cool to have examples of real pandas scripts to feed to the tests. This might help us track down bugs. For example, I am anticipating we might catch false positives for some places where
pandas
overlapsnumpy
The text was updated successfully, but these errors were encountered: