File: webaccess.py

package info (click to toggle)
mayavi2 4.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,892 kB
  • sloc: python: 49,447; javascript: 32,885; makefile: 129; fortran: 60
file content (29 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download | duplicates (7)
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
{ 'array':

array([('2003-09-15', 10713.0), ('2003-10-15', 23482.0),
       ('2003-11-15', 8522.0), ('2003-12-15', 11776.0),
       ('2004-01-15', 6048.0), ('2004-02-15', 4196.0),
       ('2004-03-15', 3406.0), ('2004-04-15', 4475.0),
       ('2004-05-15', 5304.0), ('2004-06-15', 7551.0),
       ('2004-07-15', 4898.0), ('2004-08-15', 11499.0),
       ('2004-09-15', 7922.0), ('2004-10-15', 10261.0),
       ('2004-11-15', 11866.0), ('2004-12-15', 22312.0),
       ('2005-01-15', 10421.0), ('2005-02-15', 10564.0),
       ('2005-03-15', 13774.0), ('2005-04-15', 20336.0),
       ('2005-05-15', 26889.0), ('2005-06-15', 10080.0),
       ('2005-07-15', 13330.0), ('2005-08-15', 26420.0),
       ('2005-09-15', 27044.0), ('2005-10-15', 34789.0),
       ('2005-11-15', 34332.0), ('2005-12-15', 39317.0),
       ('2006-01-15', 41423.0), ('2006-02-15', 26403.0),
       ('2006-03-15', 34117.0), ('2006-04-15', 30342.0),
       ('2006-05-15', 36894.0), ('2006-06-15', 49460.0),
       ('2006-07-15', 31944.0)],
      dtype=[('data', 'S10'), ('number of visits', float)]),

  'kwds': { 'comments': '#',
            'delimiter': ',',
            'dtype': { 'formats': ('S10', float),
                       'names': ('data', 'number of visits')},
            'skiprows': 2
            }
  }