Skip to content

Commit

Permalink
Remove "fixed" dtype
Browse files Browse the repository at this point in the history
Was incorrectly listed as primitive type (it is actually a complex type), and not sure if we should document it at all.
  • Loading branch information
The-Fonz committed Mar 19, 2019
1 parent 96ba0c8 commit 1b63558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -39,7 +39,6 @@ Pandavro can handle these primitive types:
| np.float64 | double |
| np.unicode_ | string |
| np.object_ | string |
| np.void | fixed |
| np.int8, np.int16, np.int32 | int |
| np.uint8, np.uint16, np.uint32 | int |
| np.int64, np.uint64 | long |
Expand Down

0 comments on commit 1b63558

Please sign in to comment.