Commit 39f2659
committed
BUG: Fix pandas.io.data.Options for change in format of Yahoo Option page
ENH: Automatically choose next expiry if expiry date isn't valid
COMPAT: Remove dictionary comprehension to pass 2.6 test
BUG: Add check that tables were downloaded.
ENH: Replace third_saturday function with Pandas offset
BUG: Check to make sure enough option tables are downloaded.
TST: Add sample options page during market open.
DOC: Add bug fix report to v0.15.1.txt for data.Options
BUG: Ensure that the value used for chopping is within the range of strikes.
TST: Add test for requesting out of range chop
BUG: Fix missing underlying price and quote time in first process data
BUG: Fix AM/PM on quote time
ENH: Refactor to expose available expiry dates
DOC: Update documentation for Options given Yahoo change.
DOC: Update documentation for Options given Yahoo change.
BUG: Undo accidental deletion of privat emethods
ENH: Add ability to use list as expiry parameter.
Also has year & month return all data for the specified year and month.
TST: Remove tests for warnings that are no longer in use.
DOC: Update docstrings of Options class.1 parent 1382aa3 commit 39f2659
File tree
6 files changed
+12089
-904
lines changed- doc/source
- whatsnew
- pandas/io
- tests
- data
6 files changed
+12089
-904
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
91 | 110 | | |
92 | 111 | | |
93 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
172 | 205 | | |
173 | 206 | | |
174 | 207 | | |
| |||
0 commit comments