We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7a600 commit c399597Copy full SHA for c399597
python/pylibcudf/pylibcudf/io/json.pxd
@@ -17,8 +17,6 @@ from pylibcudf.libcudf.types cimport size_type
17
cdef class JsonReaderOptions:
18
cdef json_reader_options c_obj
19
cdef SourceInfo source
20
- # cpdef void set_dtypes_list(self, list types)
21
- # cpdef void set_dtypes_map(self, dict types)
22
cpdef void set_dtypes(self, list types)
23
cpdef void enable_keep_quotes(self, bool keep_quotes)
24
cpdef void enable_mixed_types_as_string(self, bool mixed_types_as_string)
0 commit comments