-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: DataFrame initialization with an empty DataFrame with dtype #42890
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
Conversation
gcaria
commented
Aug 4, 2021
- closes DataFrame initialization with an empty DataFrame with dtype #20654
- Ensure all linting tests pass, see here for how to run them
Thanks for the help @jreback. However, it seems that pandas classes get capitalized in the test names (at least in this file), see the test just above ( |
Thanks for the PR - should be lower case as Jeff suggest and per PEP8. Can you double check why CI is failing/merge master? This looks good to me otherwise :) |
438469f
to
4e4869a
Compare
Thanks @alimcmaster1.Rebased to master and now all tests have passed |
thanks @gcaria |