matt harrison
matt harrison
I'm on el-get now, but I'll check out your package. Thanks.
Note that I commented out the line: createdOn=lambda df_: to_tz(df_, 'str_date', 'tz', 'US/Eastern'), And re-ran the code and got this error: ``` /home/matt/envs/menv/lib/python3.8/site-packages/IPython/core/interactiveshell.py:3418: DtypeWarning: Columns (68,70,71,72,73,74,76,79) have mixed types.Specify dtype...
Also note that these failures were not handled correctly by the context manager, and if I try to run `tweak_autos` normally, it tries to use pandas-log and fails. Maybe this...
Would love the ability to show output in markdown export (and run doctest on it). I'm authoring a book and this would make be wonderful! :)
I hit this same issue. Definitely needs to be in the docs, as I was specifying recipes just fine in previous versions of el-get
I have been using el-get for 3+(?) years. I have been defining my own recipes since then. It was only with the introduction of the el-get-bundle function (when I tried...
That sounds like a great summary. And at least two people have run into this issue :)
@lurch - Thanks for your comments. I'm not sure how the second commit got into this PR. My Py3 patch was based on that one, so they are similar. Regarding...
Ran into this issue as well. Any plans for supporting NaN? (since xgboost and other boosting libraries do)