We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca6068 commit a23af4eCopy full SHA for a23af4e
README.md
@@ -32,7 +32,7 @@ its way towards this goal.
32
Here are just a few of the things that pandas does well:
33
34
- Easy handling of [**missing data**][missing-data] (represented as
35
- `NaN`) in floating point as well as non-floating point data
+ `NaN`, `NA`, or `NaT`) in floating point as well as non-floating point data
36
- Size mutability: columns can be [**inserted and
37
deleted**][insertion-deletion] from DataFrame and higher dimensional
38
objects
0 commit comments