alant
alant
It would be a great feature to have! Thank you for the excellent work you have done already!
For each item in the dfs dictionary, I get three warning, ex, for the item named Europe, I get: ```python register: name='EUROPE' c:\Users\abed\OneDrive\Documents\dev\GitHub\alant-git\apps\exeed-app\exeed\test.py:61: FutureWarning: ArrowStringArrayNumpySemantics._data is a deprecated and will...
HI @szarnyasg , here is a much clearer code to localize the problem. It is basically has to do with the state of the 'future.infer_string' flag. below is self contained...
Please let me know if it would help if I send you more code. I believe the code above shows the issues. Thanks @szarnyasg
Is there any update on this issue? I still see this warning. The code I posted above shows what I am seeing. Please let me know if I could be...
thanks Kind regards | Mit freundlichen Gruessen | Meilleures salutations Dr. Abed Hammoud | Managing Director Alant Health Sàrl chemin du Grand-Pré 22, 1163 Etoy, Switzerland M +41 79 309...
The following solved the issue for me. No more warnings: ```python self._con.register(name, pa.Table.from_pandas(df)) ``` i.e. converting the dataframe to arrow.
that would be amazing!!