William Ayd
William Ayd
Thanks for the feedback. Yea I would just open dedicated issues for each suggestion - usually easier to discuss and track that way
Thanks for the report. This is “by design” in today’s world because there isnt a first class dtype in pandas for dates. Your workaround is the suggested approach, though if...
You shouldn’t need any extra access. Make sure you fork the repo then push the branch to your fork, then make a pull request from there. The instructions in the...
So there is a discussion of adding this as a type upstream in pandas: https://github.com/pandas-dev/pandas/issues/32473 I think any work we do here would have to wait on that, so let's...
@joshuataylor have you looked at hyperarrow? It is a similar tool but with arrow as a back end you get first class DATE support https://hyperarrow.readthedocs.io/en/latest/
Test looks great. To your comment in the code shouldn’t need to unlink that - the test fixtures should do that on its own Have an idea on how to...
Yea pytest is an amazing tool but conftest is a little strange at first. If you look here: https://github.com/innobi/pantab/blob/f6a9fbb3f73cd51ada79e5d6d6aa114aea77dc98/pantab/tests/conftest.py#L138 You’ll see we are using the tmp_path fixture provided by pytest...
@VDFaller did you want to work on the fix to go along with this test?
Thanks @lconklin for the issue. Just to confirm, what happens if you have the file in your user space instead of in the Python installation folder? Also does it make...
Is that other folder in your user space? Or is it still in an admin folder?