mlkui

Results 5 comments of mlkui

Same issue with SpringBoot 2.5.12 when running 'maven package' output jar for java 11 as META-INF/versions/11 multi-release classes are not properly handled in 2.5.12. I managed to solve this problem...

This bug should be caused by: ``` if self.offset_naive: ts = ts.tz_localize(None) ``` not executing where self.offset_naiveis is False when timezone is explicitly specified in table defination: ``` # Use...

> When the test for this change will appear in PR. Otherwise anyone can break this the future. I will write a test

This is a good idea! But I think there are also two important features should also be implemented except strings: 1. Zero-copy for multi-index dataframe. Currently, multi-index dataframe can not...

@phofl Thanks for your reply. But your example may be too simple. Please view the following codes(pandas 2.0.3 and pyarrow 12.0/ pandas 2.1.0 and pyarrow 13.0): ``` with pa.memory_map("d:\\1.arrow", 'r')...