Skip to content

Commit 4a91508

Browse files
committed
add null lowercase to parsers.pyx
1 parent 368f62a commit 4a91508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/parsers.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ DEFAULT_CHUNKSIZE = 256 * 1024
277277
# no longer excluding inf representations
278278
# '1.#INF','-1.#INF', '1.#INF000000',
279279
_NA_VALUES = [b'-1.#IND', b'1.#QNAN', b'1.#IND', b'-1.#QNAN',
280-
b'#N/A N/A', b'NA', b'#NA', b'NULL', b'NaN',
280+
b'#N/A N/A', b'NA', b'#NA', b'NULL', b'null', b'NaN',
281281
b'nan', b'']
282282

283283

0 commit comments

Comments
 (0)