You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug in pyodps join:
When I join 2 tables and count the total number of table, everything seems ok.
But if I show some data (like head(5) ), the table will lose some data in table.
I am not sure anyone have meet this problem?
bug in pyodps join:
When I join 2 tables and count the total number of table, everything seems ok.
But if I show some data (like head(5) ), the table will lose some data in table.
I am not sure anyone have meet this problem?
感觉这个join有问题,尤其是其中有一个表有几百万或者上千万的时候,如果用pyodps中的join另一个表,然后head(5)展示一下数据,就会出现数据少的问题,不知道为啥。
The text was updated successfully, but these errors were encountered: