Clean up stock sample data. #7645
Merged
Commits
Jump to file
No files or symbols found.
+13
−0
2016-12-19-ESDA_sample_data.rst
doc/api/api_changes/2016-12-19-ESDA_sample_data.rst
+32
−33
recipes.rst
doc/users/recipes.rst
+11
−16
date_demo.py
examples/api/date_demo.py
+10
−9
date_index_formatter.py
examples/api/date_index_formatter.py
+1
−1
rec_groupby_demo.py
examples/misc/rec_groupby_demo.py
+1
−1
rec_join_demo.py
examples/misc/rec_join_demo.py
+7
−12
centered_ticklabels.py
examples/pylab_examples/centered_ticklabels.py
+5
−13
scatter_demo2.py
examples/pylab_examples/scatter_demo2.py
BIN
AAPL.dat.gz
lib/matplotlib/mpl-data/sample_data/AAPL.dat.gz
BIN
INTC.dat.gz
lib/matplotlib/mpl-data/sample_data/INTC.dat.gz
+0
−6,082
aapl.csv
lib/matplotlib/mpl-data/sample_data/aapl.csv
BIN
aapl.npy.gz
lib/matplotlib/mpl-data/sample_data/aapl.npy.gz
BIN
aapl.npz
lib/matplotlib/mpl-data/sample_data/aapl.npz
BIN
goog.npy
lib/matplotlib/mpl-data/sample_data/goog.npy
BIN
goog.npz
lib/matplotlib/mpl-data/sample_data/goog.npz
| @@ -0,0 +1,13 @@ | ||
| +Cleanup of stock sample data | ||
| +```````````````````````````` | ||
| + | ||
| +The sample data of stocks has been cleaned up to remove redundancies and | ||
| +increase portability. The ``AAPL.dat.gz``, ``INTC.dat.gz`` and ``aapl.csv`` | ||
| +files have been removed entirely and will also no longer be available from | ||
| +`matplotlib.cbook.get_sample_data`. If a CSV file is required, we suggest using | ||
| +the ``msft.csv`` that continues to be shipped in the sample data. If a NumPy | ||
| +binary file is acceptable, we suggest using one of the following two new files. | ||
| +The ``aapl.npy.gz`` and ``goog.npy`` files have been replaced by ``aapl.npz`` | ||
| +and ``goog.npz``, wherein the first column's type has changed from | ||
| +`datetime.date` to `np.datetime64` for better portability across Python | ||
| +versions. Note that matplotlib does not fully support `np.datetime64` as yet. |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.