-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
df summary view should show dtype associated with column, not just overall counts. #3429
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
Comments
So 1st view should have dtype line.....
|
more like
|
not so much to see if there are dtype issues, as to get an idea |
thats what I meant :) agreed..thought this was in 0.11....oh well |
+1 on this |
@cpcloud want to do this? |
sure |
So then I have to ask do we even need to repeat 'values'? No extra square brackets and no 'values' looks better IMO. In [39]: DataFrame(randn(10,2)).info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 10 entries, 0 to 9
Data columns (total 2 columns):
0 10 non-null datetime64[ns]
1 10 non-null object
dtypes: float64(1), object(1) |
@dragoljub +1 on removing values and square brackets. @y-p @jreback? |
Sure. |
is the example just a typo? first column is datetime64 but shows float in the summary? |
yep ... i corrected it over at the PR. |
No description provided.
The text was updated successfully, but these errors were encountered: