Skip to content

Commit

Permalink
Fix "numpy_dtype"->"numpy_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Jun 8, 2017
1 parent d07d662 commit e8b9b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastparquet/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@ def get_column_metadata(column, name):
'integer': str(dtype),
'floating': str(dtype),
}.get(inferred_dtype, inferred_dtype),
'numpy_dtype': str(dtype),
'numpy_type': str(dtype),
'metadata': extra_metadata,
}

0 comments on commit e8b9b66

Please sign in to comment.