Skip to content

Commit

Permalink
Merge pull request #27 from TomAugspurger/doc-nano
Browse files Browse the repository at this point in the history
DOC: Pandas stores as nanosecond accuarcy
  • Loading branch information
TomAugspurger committed Nov 17, 2016
2 parents 9b5133b + a316495 commit 9726080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ A couple of caveats should be noted:
- only UTF8 encoding for text is automatically handled, although arbitrary
byte strings can be written as raw bytes type;
- the time types have millisecond accuracy, whereas pandas time types normally
are microsecond;
are nanosecond accuracy;
- all times are stored as UTC, and timezone information will
be lost;
- complex numbers must have their real and imaginary parts stored as two
Expand Down

0 comments on commit 9726080

Please sign in to comment.