File: tableset.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 (97 lines) | stat: -rw-r--r-- 1,514 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
========
TableSet
========

.. automodule:: agate.tableset
    :no-members:

.. autosummary::
    :nosignatures:

    agate.TableSet

Properties
----------

.. autosummary::
    :nosignatures:

    agate.TableSet.key_name
    agate.TableSet.key_type
    agate.TableSet.column_types
    agate.TableSet.column_names

Creating
--------

.. autosummary::
    :nosignatures:

    agate.TableSet.from_csv
    agate.TableSet.from_json

Saving
------

.. autosummary::
    :nosignatures:

    agate.TableSet.to_csv
    agate.TableSet.to_json

Processing
----------

.. autosummary::
    :nosignatures:

    agate.TableSet.aggregate
    agate.TableSet.having
    agate.TableSet.merge

Previewing
----------

.. autosummary::
    :nosignatures:

    agate.TableSet.print_structure

Charting
--------

.. autosummary::
    :nosignatures:

    agate.TableSet.bar_chart
    agate.TableSet.column_chart
    agate.TableSet.line_chart
    agate.TableSet.scatterplot

Table Proxy Methods
-------------------

.. autosummary::
    :nosignatures:

    agate.TableSet.bins
    agate.TableSet.compute
    agate.TableSet.denormalize
    agate.TableSet.distinct
    agate.TableSet.exclude
    agate.TableSet.find
    agate.TableSet.group_by
    agate.TableSet.homogenize
    agate.TableSet.join
    agate.TableSet.limit
    agate.TableSet.normalize
    agate.TableSet.order_by
    agate.TableSet.pivot
    agate.TableSet.select
    agate.TableSet.where

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

.. autoclass:: agate.TableSet
    :inherited-members: