We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9667edc commit be6b00dCopy full SHA for be6b00d
NAMESPACE
@@ -92,9 +92,9 @@ S3method(py_to_r,datatable.Frame)
92
S3method(py_to_r,datetime.date)
93
S3method(py_to_r,datetime.datetime)
94
S3method(py_to_r,default)
95
+S3method(py_to_r,pandas.Categorical)
96
S3method(py_to_r,pandas.DataFrame)
97
S3method(py_to_r,pandas.Series)
-S3method(py_to_r,pandas.Categorical)
98
S3method(py_to_r,pandas._libs.missing.C_NAType)
99
S3method(py_to_r,pandas._libs.missing.NAType)
100
S3method(py_to_r,pandas.arrays.NumpyExtensionArray)
0 commit comments