Closed bastulli closed 4 years ago
Found this in another issue listed here. It may be that the new version of pandas stopped supporting a required feature.
convert_datetime64 has actually been deprecated now, so this actually keeps TickStore from working for users of current versions of pandas.
We observe the same issue.
fixed
Is there a plan to release? The Pandas version isn't set in setup.py so any naive venv setups will not be able to call library.write
on a TickStore.
i have same issue.
need to downgrade pandas for using library.write
? which version ?
maybe need add hint to doc ?
This works for me:
pandas==0.25.3
Arctic Version
Arctic Store
Platform and version
Windows 10 Python 3.7.4 pymongo >= 3.6 Pandas 1.0.1 MongoDB >= 2.4.x
Description of problem and/or code sample that reproduces the issue
I'm having issues trying to write to the tickstore library with my date possibly causing an issue. I'm getting convert_datetime64 when trying to write. What should my date or format be?