Fixed database typo and removed unnecessary class identifier.
This commit is contained in:
parent
00ad49a143
commit
45fb349a7d
5098 changed files with 952558 additions and 85 deletions
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
|
@ -0,0 +1,2 @@
|
|||
This is the sample data needed for some of matplotlib's examples and
|
||||
docs. See matplotlib.cbook.get_sample_data for more info.
|
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/aapl.npz
Normal file
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/aapl.npz
Normal file
Binary file not shown.
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/ada.png
Normal file
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/ada.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 301 KiB |
Binary file not shown.
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/ct.raw.gz
Normal file
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/ct.raw.gz
Normal file
Binary file not shown.
|
@ -0,0 +1,11 @@
|
|||
0 0 0
|
||||
1 1 1
|
||||
2 4 8
|
||||
3 9 27
|
||||
4 16 64
|
||||
5 25 125
|
||||
6 36 216
|
||||
7 49 343
|
||||
8 64 512
|
||||
9 81 729
|
||||
10 100 1000
|
|
|
@ -0,0 +1,11 @@
|
|||
clientid,date,weekdays,gains,prices,up
|
||||
0,2008-04-30,Wed,-0.52458192906686452,7791404.0091921333,False
|
||||
1,2008-05-01,Thu,0.076191536201738269,3167180.7366340165,True
|
||||
2,2008-05-02,Fri,-0.86850970062880861,9589766.9613829032,False
|
||||
3,2008-05-03,Sat,-0.42701083852713395,8949415.1867596991,False
|
||||
4,2008-05-04,Sun,0.2532553652693274,937163.44375252665,True
|
||||
5,2008-05-05,Mon,-0.68151636911081892,949579.88022264629,False
|
||||
6,2008-05-06,Tue,0.0071911579626532168,7268426.906552773,True
|
||||
7,2008-05-07,Wed,0.67449747200412147,7517014.782897247,True
|
||||
8,2008-05-08,Thu,-1.1841008656818983,1920959.5423492221,False
|
||||
9,2008-05-09,Fri,-1.5803692595811152,8456240.6198725495,False
|
|
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/eeg.dat
Normal file
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/eeg.dat
Normal file
Binary file not shown.
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" ?>
|
||||
<resource>
|
||||
<object class="wxFrame" name="MainFrame">
|
||||
<title>embedding_in_wx3</title>
|
||||
<object class="wxPanel" name="MainPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Check out this whizz-bang stuff!</label>
|
||||
<style>wxALIGN_CENTRE</style>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="whiz_button">
|
||||
<label>whiz</label>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>2</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="bang_button">
|
||||
<label>bang</label>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>2</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="">
|
||||
<label>bang count:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>2</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="bang_count">
|
||||
<value>0</value>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="plot_container_panel"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/goog.npz
Normal file
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/goog.npz
Normal file
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Binary file not shown.
After Width: | Height: | Size: 614 KiB |
Binary file not shown.
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/logo2.png
Normal file
BIN
venv/Lib/site-packages/matplotlib/mpl-data/sample_data/logo2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
@ -0,0 +1,66 @@
|
|||
Date,Open,High,Low,Close,Volume,Adj. Close*
|
||||
19-Sep-03,29.76,29.97,29.52,29.96,92433800,29.79
|
||||
18-Sep-03,28.49,29.51,28.42,29.50,67268096,29.34
|
||||
17-Sep-03,28.76,28.95,28.47,28.50,47221600,28.34
|
||||
16-Sep-03,28.41,28.95,28.32,28.90,52060600,28.74
|
||||
15-Sep-03,28.37,28.61,28.33,28.36,41432300,28.20
|
||||
12-Sep-03,27.48,28.40,27.45,28.34,55777200,28.18
|
||||
11-Sep-03,27.66,28.11,27.59,27.84,37813300,27.68
|
||||
10-Sep-03,28.03,28.18,27.48,27.55,54763500,27.40
|
||||
9-Sep-03,28.65,28.71,28.31,28.37,44315200,28.21
|
||||
8-Sep-03,28.39,28.92,28.34,28.84,46105300,28.68
|
||||
5-Sep-03,28.23,28.75,28.17,28.38,64024500,28.22
|
||||
4-Sep-03,28.10,28.47,27.99,28.43,59840800,28.27
|
||||
3-Sep-03,27.42,28.40,27.38,28.30,109437800,28.14
|
||||
2-Sep-03,26.70,27.30,26.47,27.26,74168896,27.11
|
||||
29-Aug-03,26.46,26.55,26.35,26.52,34503000,26.37
|
||||
28-Aug-03,26.50,26.58,26.24,26.51,46211200,26.36
|
||||
27-Aug-03,26.51,26.58,26.30,26.42,30633900,26.27
|
||||
26-Aug-03,26.31,26.67,25.96,26.57,47546000,26.42
|
||||
25-Aug-03,26.31,26.54,26.23,26.50,36132900,26.35
|
||||
22-Aug-03,26.78,26.95,26.21,26.22,65846300,26.07
|
||||
21-Aug-03,26.65,26.73,26.13,26.24,63802700,26.09
|
||||
20-Aug-03,26.30,26.53,26.00,26.45,56739300,26.30
|
||||
19-Aug-03,25.85,26.65,25.77,26.62,72952896,26.47
|
||||
18-Aug-03,25.56,25.83,25.46,25.70,45817400,25.56
|
||||
15-Aug-03,25.61,25.66,25.43,25.54,27607900,25.40
|
||||
14-Aug-03,25.66,25.71,25.52,25.63,37338300,25.49
|
||||
13-Aug-03,25.79,25.89,25.50,25.60,39636900,25.46
|
||||
12-Aug-03,25.71,25.77,25.45,25.73,38208400,25.59
|
||||
11-Aug-03,25.61,25.99,25.54,25.61,36433900,25.47
|
||||
8-Aug-03,25.88,25.98,25.50,25.58,33241400,25.44
|
||||
7-Aug-03,25.72,25.81,25.45,25.71,44258500,25.57
|
||||
6-Aug-03,25.54,26.19,25.43,25.65,56294900,25.51
|
||||
5-Aug-03,26.31,26.54,25.60,25.66,58825800,25.52
|
||||
4-Aug-03,26.15,26.41,25.75,26.18,51825600,26.03
|
||||
1-Aug-03,26.33,26.51,26.12,26.17,42649700,26.02
|
||||
31-Jul-03,26.60,26.99,26.31,26.41,64504800,26.26
|
||||
30-Jul-03,26.46,26.57,26.17,26.23,41240300,26.08
|
||||
29-Jul-03,26.88,26.90,26.24,26.47,62391100,26.32
|
||||
28-Jul-03,26.94,27.00,26.49,26.61,52658300,26.46
|
||||
25-Jul-03,26.28,26.95,26.07,26.89,54173000,26.74
|
||||
24-Jul-03,26.78,26.92,25.98,26.00,53556600,25.85
|
||||
23-Jul-03,26.42,26.65,26.14,26.45,49828200,26.30
|
||||
22-Jul-03,26.28,26.56,26.13,26.38,51791000,26.23
|
||||
21-Jul-03,26.87,26.91,26.00,26.04,48480800,25.89
|
||||
18-Jul-03,27.11,27.23,26.75,26.89,63388400,26.74
|
||||
17-Jul-03,27.14,27.27,26.54,26.69,72805000,26.54
|
||||
16-Jul-03,27.56,27.62,27.20,27.52,49838900,27.37
|
||||
15-Jul-03,27.47,27.53,27.10,27.27,53567600,27.12
|
||||
14-Jul-03,27.63,27.81,27.05,27.40,60464400,27.25
|
||||
11-Jul-03,26.95,27.45,26.89,27.31,50377300,27.16
|
||||
10-Jul-03,27.25,27.42,26.59,26.91,55350800,26.76
|
||||
9-Jul-03,27.56,27.70,27.25,27.47,62300700,27.32
|
||||
8-Jul-03,27.26,27.80,27.25,27.70,61896800,27.55
|
||||
7-Jul-03,27.02,27.55,26.95,27.42,88960800,27.27
|
||||
3-Jul-03,26.69,26.95,26.41,26.50,39440900,26.35
|
||||
2-Jul-03,26.50,26.93,26.45,26.88,94069296,26.73
|
||||
1-Jul-03,25.59,26.20,25.39,26.15,60926000,26.00
|
||||
30-Jun-03,25.94,26.12,25.50,25.64,48073100,25.50
|
||||
27-Jun-03,25.95,26.34,25.53,25.63,76040304,25.49
|
||||
26-Jun-03,25.39,26.51,25.21,25.75,51758100,25.61
|
||||
25-Jun-03,25.64,25.99,25.14,25.26,60483500,25.12
|
||||
24-Jun-03,25.65,26.04,25.52,25.70,51820300,25.56
|
||||
23-Jun-03,26.14,26.24,25.49,25.78,52584500,25.64
|
||||
20-Jun-03,26.34,26.38,26.01,26.33,86048896,26.18
|
||||
19-Jun-03,26.09,26.39,26.01,26.07,63626900,25.92
|
|
|
@ -0,0 +1,43 @@
|
|||
Year,Agriculture,Architecture,Art and Performance,Biology,Business,Communications and Journalism,Computer Science,Education,Engineering,English,Foreign Languages,Health Professions,Math and Statistics,Physical Sciences,Psychology,Public Administration,Social Sciences and History
|
||||
1970,4.22979798,11.92100539,59.7,29.08836297,9.064438975,35.3,13.6,74.53532758,0.8,65.57092343,73.8,77.1,38,13.8,44.4,68.4,36.8
|
||||
1971,5.452796685,12.00310559,59.9,29.39440285,9.503186594,35.5,13.6,74.14920369,1,64.55648516,73.9,75.5,39,14.9,46.2,65.5,36.2
|
||||
1972,7.42071022,13.21459351,60.4,29.81022105,10.5589621,36.6,14.9,73.55451996,1.2,63.6642632,74.6,76.9,40.2,14.8,47.6,62.6,36.1
|
||||
1973,9.653602412,14.7916134,60.2,31.14791477,12.80460152,38.4,16.4,73.50181443,1.6,62.94150212,74.9,77.4,40.9,16.5,50.4,64.3,36.4
|
||||
1974,14.07462346,17.44468758,61.9,32.99618284,16.20485038,40.5,18.9,73.33681143,2.2,62.41341209,75.3,77.9,41.8,18.2,52.6,66.1,37.3
|
||||
1975,18.33316153,19.13404767,60.9,34.44990213,19.68624931,41.5,19.8,72.80185448,3.2,61.64720641,75,78.9,40.7,19.1,54.5,63,37.7
|
||||
1976,22.25276005,21.39449143,61.3,36.07287146,23.4300375,44.3,23.9,72.16652471,4.5,62.14819377,74.4,79.2,41.5,20,56.9,65.6,39.2
|
||||
1977,24.6401766,23.74054054,62,38.33138629,27.16342715,46.9,25.7,72.45639481,6.8,62.72306675,74.3,80.5,41.1,21.3,59,69.3,40.5
|
||||
1978,27.14619175,25.84923973,62.5,40.11249564,30.52751868,49.9,28.1,73.19282134,8.4,63.61912216,74.3,81.9,41.6,22.5,61.3,71.5,41.8
|
||||
1979,29.63336549,27.77047744,63.2,42.06555109,33.62163381,52.3,30.2,73.82114234,9.4,65.08838972,74.2,82.3,42.3,23.7,63.3,73.3,43.6
|
||||
1980,30.75938956,28.08038075,63.4,43.99925716,36.76572529,54.7,32.5,74.98103152,10.3,65.28413007,74.1,83.5,42.8,24.6,65.1,74.6,44.2
|
||||
1981,31.31865519,29.84169408,63.3,45.24951206,39.26622984,56.4,34.8,75.84512345,11.6,65.83832154,73.9,84.1,43.2,25.7,66.9,74.7,44.6
|
||||
1982,32.63666364,34.81624758,63.1,45.96733794,41.94937335,58,36.3,75.84364914,12.4,65.84735212,72.7,84.4,44,27.3,67.5,76.8,44.6
|
||||
1983,31.6353471,35.82625735,62.4,46.71313451,43.54206966,58.6,37.1,75.95060123,13.1,65.91837999,71.8,84.6,44.3,27.6,67.9,76.1,44.1
|
||||
1984,31.09294748,35.45308311,62.1,47.66908276,45.12403027,59.1,36.8,75.86911601,13.5,65.74986233,72.1,85.1,46.2,28,68.2,75.9,44.1
|
||||
1985,31.3796588,36.13334795,61.8,47.9098841,45.747782,59,35.7,75.92343971,13.5,65.79819852,70.8,85.3,46.5,27.5,69,75,43.8
|
||||
1986,31.19871923,37.24022346,62.1,48.30067763,46.53291505,60,34.7,76.14301516,13.9,65.98256091,71.2,85.7,46.7,28.4,69,75.7,44
|
||||
1987,31.48642948,38.73067535,61.7,50.20987789,46.69046648,60.2,32.4,76.96309168,14,66.70603055,72,85.5,46.5,30.4,70.1,76.4,43.9
|
||||
1988,31.08508746,39.3989071,61.7,50.09981147,46.7648277,60.4,30.8,77.62766177,13.9,67.14449816,72.3,85.2,46.2,29.7,70.9,75.6,44.4
|
||||
1989,31.6124031,39.09653994,62,50.77471585,46.7815648,60.5,29.9,78.11191872,14.1,67.01707156,72.4,84.6,46.2,31.3,71.6,76,44.2
|
||||
1990,32.70344407,40.82404662,62.6,50.81809432,47.20085084,60.8,29.4,78.86685859,14.1,66.92190193,71.2,83.9,47.3,31.6,72.6,77.6,45.1
|
||||
1991,34.71183749,33.67988118,62.1,51.46880537,47.22432481,60.8,28.7,78.99124597,14,66.24147465,71.1,83.5,47,32.6,73.2,78.2,45.5
|
||||
1992,33.93165961,35.20235628,61,51.34974154,47.21939541,59.7,28.2,78.43518191,14.5,65.62245655,71,83,47.4,32.6,73.2,77.3,45.8
|
||||
1993,34.94683208,35.77715877,60.2,51.12484404,47.63933161,58.7,28.5,77.26731199,14.9,65.73095014,70,82.4,46.4,33.6,73.1,78,46.1
|
||||
1994,36.03267447,34.43353129,59.4,52.2462176,47.98392441,58.1,28.5,75.81493264,15.7,65.64197772,69.1,81.8,47,34.8,72.9,78.8,46.8
|
||||
1995,36.84480747,36.06321839,59.2,52.59940342,48.57318101,58.8,27.5,75.12525621,16.2,65.93694921,69.6,81.5,46.1,35.9,73,78.8,47.9
|
||||
1996,38.96977475,35.9264854,58.6,53.78988011,48.6473926,58.7,27.1,75.03519921,16.7,66.43777883,69.7,81.3,46.4,37.3,73.9,79.8,48.7
|
||||
1997,40.68568483,35.10193413,58.7,54.99946903,48.56105033,60,26.8,75.1637013,17,66.78635548,70,81.9,47,38.3,74.4,81,49.2
|
||||
1998,41.91240333,37.59854457,59.1,56.35124789,49.2585152,60,27,75.48616027,17.8,67.2554484,70.1,82.1,48.3,39.7,75.1,81.3,50.5
|
||||
1999,42.88720191,38.63152919,59.2,58.22882288,49.81020815,61.2,28.1,75.83816206,18.6,67.82022113,70.9,83.5,47.8,40.2,76.5,81.1,51.2
|
||||
2000,45.05776637,40.02358491,59.2,59.38985737,49.80361649,61.9,27.7,76.69214284,18.4,68.36599498,70.9,83.5,48.2,41,77.5,81.1,51.8
|
||||
2001,45.86601517,40.69028156,59.4,60.71233149,50.27514494,63,27.6,77.37522931,19,68.57852029,71.2,85.1,47,42.2,77.5,80.9,51.7
|
||||
2002,47.13465821,41.13295053,60.9,61.8951284,50.5523346,63.7,27,78.64424394,18.7,68.82995959,70.5,85.8,45.7,41.1,77.7,81.3,51.5
|
||||
2003,47.93518721,42.75854266,61.1,62.1694558,50.34559774,64.6,25.1,78.54494815,18.8,68.89448726,70.6,86.5,46,41.7,77.8,81.5,50.9
|
||||
2004,47.88714025,43.46649345,61.3,61.91458697,49.95089449,64.2,22.2,78.65074774,18.2,68.45473436,70.8,86.5,44.7,42.1,77.8,80.7,50.5
|
||||
2005,47.67275409,43.10036784,61.4,61.50098432,49.79185139,63.4,20.6,79.06712173,17.9,68.57122114,69.9,86,45.1,41.6,77.5,81.2,50
|
||||
2006,46.79029957,44.49933107,61.6,60.17284465,49.21091439,63,18.6,78.68630551,16.8,68.29759443,69.6,85.9,44.1,40.8,77.4,81.2,49.8
|
||||
2007,47.60502633,43.10045895,61.4,59.41199314,49.00045935,62.5,17.6,78.72141311,16.8,67.87492278,70.2,85.4,44.1,40.7,77.1,82.1,49.3
|
||||
2008,47.570834,42.71173041,60.7,59.30576517,48.88802678,62.4,17.8,79.19632674,16.5,67.59402834,70.2,85.2,43.3,40.7,77.2,81.7,49.4
|
||||
2009,48.66722357,43.34892051,61,58.48958333,48.84047414,62.8,18.1,79.5329087,16.8,67.96979204,69.3,85.1,43.3,40.7,77.1,82,49.4
|
||||
2010,48.73004227,42.06672091,61.3,59.01025521,48.75798769,62.5,17.6,79.61862451,17.2,67.92810557,69,85,43.1,40.2,77,81.7,49.3
|
||||
2011,50.03718193,42.7734375,61.2,58.7423969,48.18041792,62.2,18.2,79.43281184,17.5,68.42673015,69.5,84.8,43.1,40.1,76.7,81.9,49.2
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue