Ben Welsh
Ben Welsh
IMHO, having the library so closely integrated with pandas is a bug, not a feature. I'd like to see a lower-level mapping of Python to data, which can then be...
@allanjamesvestal, thank you for this thoughtful patch. Would it be possible to add a test that verifies a past date is working?
Thanks for the additional patches. I'll try to give them a close look in the next few days.
This would be a good add, if anybody is interested in crafting a pull request.
Does `e.races` not get you what you want here?
Sounds like a good PR if you have the time to put it together.
Sorry to have neglected this. Yes, I can think we can work this out.
Here's what I see now. What needs to change in your view? ```python install_requires=[ "CacheControl==0.12.*", "cement==2.10.2", "lockfile==0.12.2", "pymongo==3.3", "python-dateutil==2.7.*", "requests==2.20.*", "ujson==1.35", ], ```
I see 2.20 in the setup.py right now though. Am I nuts?
Okay. I filed a pull request on your behalf. @jeremyjbowers and @eads will have to decide.