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

No completions returned from LS in following code using pandas #4590

Closed
shengyfu opened this issue Jul 24, 2018 · 3 comments
Closed

No completions returned from LS in following code using pandas #4590

shengyfu opened this issue Jul 24, 2018 · 3 comments

Comments

@shengyfu
Copy link
Member

import pandas as pd
pd_total_file = pd.read_csv('../test.csv')
pd_total_file.

@zooba
Copy link
Member

zooba commented Aug 7, 2018

See #3046

This will probably need some type hints to be added for read_csv, either as a contribution by us or a third-party.

@zooba zooba closed this as completed Aug 7, 2018
@qubitron
Copy link

Would be nice to have a bug that tracks resolution of this specific case, it has come up multiple times #4001, #4428 and was not resolved by #3046

@zooba
Copy link
Member

zooba commented Aug 14, 2018

@qubitron When pandas-dev/pandas#14468 is resolved then we'll get the benefits. Alternatively, we can race them to implement the stubs ourselves...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants