We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a6815 commit 65d1b62Copy full SHA for 65d1b62
pandas/core/frame.py
@@ -250,7 +250,7 @@ class DataFrame(NDFrame):
250
""" Two-dimensional size-mutable, potentially heterogeneous tabular data
251
structure with labeled axes (rows and columns). Arithmetic operations
252
align on both row and column labels. Can be thought of as a dict-like
253
- container for Series objects. The primary pandas data structure
+ container for Series objects. The primary pandas data structure.
254
255
Parameters
256
----------
0 commit comments