Noah Stoffman

Results 6 issues of Noah Stoffman

Fixes problems in: - FamaFrenchReader with encoding in one file - YahooDailyReader will now return a a DataFrame of nans when a single symbol has no data - [x] closes...

This is a minor point, but it looks like the `chunksize` parameter used by the Yahoo reader doesn't force a pause anywhere. Looking at [its use](https://github.com/pydata/pandas-datareader/blob/ab26ad2099d6a7bc79447e71d72cdb93d8299b3c/pandas_datareader/base.py#L265) in the base class,...

The `auto_adjust` and `back_adjust` options do the same thing to the Open, High, and Low prices. The only difference is to Closing price: - `auto_adjust=True`: returns the original Adj Close...

yf prices

It appears that TeX macros defined following [the example](https://jupyterbook.org/en/stable/advanced/sphinx.html#defining-tex-macros) are not included in the latex created by `jb build mybookname/ --builder latex` as described [here](https://jupyterbook.org/en/stable/advanced/pdf.html). Specifically, I have a line...

It looks like the `max_line_length` option for `flake8` is being ignored in my setting. Can you see what I'm doing wrong? ![Screen Shot](https://user-images.githubusercontent.com/12434323/70445625-cf4c6500-1a69-11ea-89a2-d4a947ab3ec4.png) Note that if I include `--ignore E231`...

I would like to hide all *Raw NBConvert* cells when presenting a slideshow. Is there a way to do this other than individually marking each cell as "Skip"? In other...

question