Albert Li

Results 12 comments of Albert Li

I believe it would be extremely helpful if you could demonstrate or add a function that allows direct reading of a dataset into a Polars DataFrame. I fully understand the...

Hi, Thanks for looking into this. I am not too familiar with how the backend process work but I recently came across to a library named "narwhals" https://github.com/narwhals-dev/narwhals that allows...

Thanks for the update and I am really glad to hear that Narwhals can help to achieve the goals! Of course, I totally understand this will take some time and...

Thanks a lot for the update and this is so exciting! I will spend sometime this upcoming week and do some testing on both pandas and polars dataframe with the...

Hi, I am happy to report back that the tests are pretty positive for the most part. I tested the read and write functions with both pandas and polars on...

This is a data file produced by one of our partners so unfortunately it's not sharable. I tried to re-create a dummy data file with some latin1 characters in both...

Great, thanks for the updates. I will test again today from the wheels and report back the results.

I managed to create a dummy data set to showcase some of the issue described below and you can download it from [here](https://github.com/ninjaalbie/dummy_sav_data/blob/main/latin1_dummy_2.sav). With the testing, the dummy data yields...

Of course. I had done another round of testing with both the dummy_2 data and my OG data. "dummy_2" data passed the test so all good there. However I ran...

Happy to let you know the error is gone and the null columns are read as intended, thank you for fixing it! While running test on the actual data file,...