Yuktha P S

Results 11 comments of Yuktha P S

@animator I would like to contribute this issue, can you please assign me

@TAHIR0110 can you assign me this issue

hey can you assign me this issue I would like to work on it

hey @TAHIR0110 can you assign me this?

I could add a custom function like to_pandas() instead of using .naive everytime ex: ``` def to_pandas(self): """ Convert Arrow object to pandas.Timestamp, handling timezones appropriately. """ if self.tzinfo: return...

@Khanhlinhdang You can append new data to the plot like this: Assuming plot_item is an instance of PlotDataItem new_x_value = [10, 11, 12] # Example new X values new_y_value =...

Both, After conversion, both lists and NumPy arrays are handled the same way internally, as np.array ensures uniform data types for further operations.

Thank you , required changes are done

@j9ac9k could you please review the changes done?