File: table.rst

package info (click to toggle)
python-agate 1.13.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,008 kB
  • sloc: python: 8,578; makefile: 126
file content (113 lines) | stat: -rw-r--r-- 1,721 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
=====
Table
=====

.. automodule:: agate.table
    :no-members:

.. autosummary::
    :nosignatures:

    agate.Table

Properties
----------

.. autosummary::
    :nosignatures:

    agate.Table.columns
    agate.Table.column_names
    agate.Table.column_types
    agate.Table.rows
    agate.Table.row_names

Creating
--------

.. autosummary::
    :nosignatures:

    agate.Table.from_csv
    agate.Table.from_json
    agate.Table.from_fixed
    agate.Table.from_object

Saving
------

.. autosummary::
    :nosignatures:

    agate.Table.to_csv
    agate.Table.to_json

Basic processing
----------------

.. autosummary::
    :nosignatures:

    agate.Table.distinct
    agate.Table.exclude
    agate.Table.find
    agate.Table.limit
    agate.Table.order_by
    agate.Table.select
    agate.Table.where

Calculating new data
--------------------

.. autosummary::
    :nosignatures:

    agate.Table.aggregate
    agate.Table.compute

Advanced processing
-------------------

.. autosummary::
    :nosignatures:

    agate.Table.bins
    agate.Table.denormalize
    agate.Table.group_by
    agate.Table.homogenize
    agate.Table.join
    agate.Table.merge
    agate.Table.normalize
    agate.Table.pivot
    agate.Table.rename

Previewing
----------

.. autosummary::
    :nosignatures:

    agate.Table.print_bars
    agate.Table.print_csv
    agate.Table.print_html
    agate.Table.print_json
    agate.Table.print_structure
    agate.Table.print_table

Charting
--------

.. autosummary::
    :nosignatures:

    agate.Table.bar_chart
    agate.Table.column_chart
    agate.Table.line_chart
    agate.Table.scatterplot

Detailed list
-------------

.. autoclass:: agate.Table
    :members:
    :inherited-members: