File tree Expand file tree Collapse file tree 2 files changed +76
-1
lines changed
getting_started/intro_tutorials Expand file tree Collapse file tree 2 files changed +76
-1
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,20 @@ documentation.
29
29
pandas data table representation
30
30
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
31
32
- .. image :: ../../_static/schemas/01_table_dataframe.svg
32
+ .. figure :: /_static/data_table_rep.svg
33
+ :alt: DataFrame with column labels and row index
34
+ :width: 85%
33
35
:align: center
34
36
37
+ A :class: `pandas.DataFrame` is a 2D table. Columns are identified by their
38
+ **labels ** (shown across the top), and rows are identified by the **index **
39
+ (shown on the left).
40
+
41
+ .. note ::
42
+
43
+ The **index ** labels rows and enables reliable alignment, selection and joins
44
+ across objects. See :ref: `indexing ` for a deeper introduction.
45
+
35
46
.. raw :: html
36
47
37
48
<ul class =" task-bullet" >
You can’t perform that action at this time.
0 commit comments