Skip to content

Commit bdf846d

Browse files
DarthKitten2130mroeschke
authored andcommitted
Changed term non-null to NA (pandas-dev#61257)
* Changed term non-null to NA * Update pandas/io/formats/info.py Co-authored-by: Matthew Roeschke <[email protected]> --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 88d73e1 commit bdf846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
Print a concise summary of a {klass}.
250250
251251
This method prints information about a {klass} including
252-
the index dtype{type_sub}, non-null values and memory usage.
252+
the index dtype{type_sub}, non-NA values and memory usage.
253253
{version_added_sub}\
254254
255255
Parameters

0 commit comments

Comments
 (0)