Skip to content

Commit

Permalink
nothing type
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 14, 2018
1 parent ab3170b commit 0c5be39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandahouse/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
PD2CH = keymap(np.dtype, MAPPING)
CH2PD = itemmap(reversed, MAPPING)
CH2PD['Null'] = 'object'
CH2PD['Nothing'] = 'object'

NULLABLE_COLS = ['UInt64', 'UInt32', 'UInt16', 'UInt8', 'Float64', 'Float32',
'Int64', 'Int32', 'Int16', 'Int8']
Expand Down

0 comments on commit 0c5be39

Please sign in to comment.