Open starzar opened 3 months ago
We are at 0.19.1 already, please try that version since this might already have been fixed in 0.19.0. Important re create the table
0.18.2 is the latest version which is installed through pip . How else to upgrade ?
PS C:\Users\User_0\Documents\Code\Python\NseScraping> pip install deltalake
Requirement already satisfied: deltalake in c:\users\user_0\appdata\local\programs\python\python312\lib\site-packages (0.18.2)
Requirement already satisfied: pyarrow>=8 in c:\users\user_0\appdata\local\programs\python\python312\lib\site-packages (from deltalake) (16.0.0)
Requirement already satisfied: pyarrow-hotfix in c:\users\user_0\appdata\local\programs\python\python312\lib\site-packages (from deltalake) (0.6)
Requirement already satisfied: numpy>=1.16.6 in c:\users\user_0\appdata\local\programs\python\python312\lib\site-packages (from pyarrow>=8->deltalake) (1.26.4)
[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip
PS C:\Users\User_0\Documents\Code\Python\NseScraping> pip install polars
Requirement already satisfied: polars in c:\users\user_0\appdata\local\programs\python\python312\lib\site-packages (1.3.0)
you can delete and clear cache for deltalake and download again
Edit : I tried the code with the latest version and its working fine
Environment
Windows_10(localmachine), Python_3.12.3 ,Polars_1.3.0
Delta-rs version: deltalake _ 0.18.2
Binding:
Environment:
Bug
CSV - Fii_OiMultiIndex.csv
The thousand separators for "1,303,517" are already removed in csv and is working fine with polars operations. But on writing it to a deltalake file(rust engine) suddenly there is an error Json error: whilst decoding field 'minValues' .
What happened:
What you expected to happen:
How to reproduce it:
More details: